RADAR DE SKILLS · GITHUB

Agent Skills útiles, ordenados por uso real.

Compara Skills verificados por función, contenido del paquete, instalaciones y fiabilidad de la fuente antes de añadirlos.

ALCANCE DEL CATÁLOGO
VERIFICADO
Skills
10.772
repositorios
1711
última sincronización
23 sept 2026
10.772 Skills
spree
Comunidad

spree-resource

Use when the user wants to add a new model, database table, or REST API endpoint to their Spree project. Covers both spree:apiresource (full surface — model + API controllers + serializers + factory + specs + routes) and spree:model (model + migration only, no API). Common phrasings include "add a Brand model", "create a new resource", "expose X as an API endpoint", "add an admin API for Y", "scaffold a Spree resource", "create a Spree model without an API", "internal model".

instalaciones
1
GitHub Stars
8
Actualizado
6 jul
kirkchen
Comunidad

apply

Use when implementing a Beat change — requires gherkin or proposal artifact to be done first

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
kirkchen
Comunidad

archive

Use when a Beat change is complete (implemented, or distilled and verified) and ready to archive — not for verifying implementation

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
kirkchen
Comunidad

distill

Use when extracting BDD specs from existing code — for adopting Beat in an established codebase or distilling a module into feature files

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
kirkchen
Comunidad

explore

Use when thinking through ideas, investigating problems, or clarifying requirements — before or during a Beat change

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
kirkchen
Comunidad

setup

Use when initializing Beat or updating its config — not for editing config.yaml directly or non-Beat tools

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
kirkchen
Comunidad

verify

Use when validating implementation against spec artifacts before archive — not for design, planning, or implementation

instalaciones
1
GitHub Stars
7
Actualizado
17 jun
cartodb
Comunidad

carto-create-workflow

Builds, schedules, and operates analytics DAGs in CARTO Workflows — the no-code/low-code orchestration layer over the data warehouse. Triggers when the user wants to author a workflow, run/edit one, schedule a DAG, or copy a workflow across profiles or orgs.

instalaciones
1
GitHub Stars
6
Actualizado
14 sept
cartodb
Comunidad

carto-develop-app

Generate a working geospatial app powered by CARTO and deck.gl — basemap, layers (vector / H3 / quadbin / raster), widgets, filters, legend, inputs, optional chat-with-map agent, and the right auth strategy (public token, OAuth, SSO, or M2M).

instalaciones
1
GitHub Stars
6
Actualizado
14 sept
cartodb
Comunidad

carto-query-datawarehouse

Write spatial SQL against the connected warehouse — dialect-specific guidance, performance defaults, and CARTO's query/job execution model.

instalaciones
1
GitHub Stars
6
Actualizado
14 sept
cartodb
Comunidad

carto-routing-od-analysis

Builds routing and origin-destination analysis workflows in CARTO. Triggers when the user mentions routing, route calculation, travel time, travel distance, OD matrix, origin-destination, isoline, isochrone, isodistance, catchment area, reachable area, drive time polygon, walk time polygon, service area, accessibility analysis, travel time matrix, distance matrix, commute patterns, trip flow, OD flow, mobility patterns, taxi trips, ride patterns, route geometry, shortest path, network distance, or wants to compute routes, generate isolines, build travel matrices, or analyze movement patterns between origins and destinations.

instalaciones
1
GitHub Stars
6
Actualizado
14 sept
galengao-clawly
Comunidad

youtube-briefing

生成 YouTube 播客完整简报(默认一周榜+三周榜)并按固定口径输出。用于用户要求“跑 YouTube 简报/跑 YouTube 播客简报/周榜/三周榜/编辑精选/播客筛选/适合朋友圈转发的推荐清单”时启用;凡是涉及 AI 播客候选筛选、周度推荐、三周综合榜单、固定字段模板输出,都应优先使用此 skill。

instalaciones
1
GitHub Stars
6
Actualizado
4 jul
ag-grid
Comunidad

ag-dev

Use BEFORE writing or changing any code that touches AG Grid, AG Charts or AG Studio - including adding or configuring columns, themes, styling, cell rendering, data or any grid/chart feature, and when planning such work. Grounds the code in the APIs that exist in the version in use, instead of recalled ones.

instalaciones
1
GitHub Stars
5
Actualizado
7 sept
onsager-ai
Comunidad

codegraph

Pre-indexed code knowledge graph (MCP, SQLite + tree-sitter) for faster, lower-token exploration of brownfield codebases. Use when starting work on a repo larger than ~500 files or when the task involves cross-file traversal — "where is X used", "what calls Y", "what breaks if I change Z", "trace flow from A to B", "explain this subsystem". Skip for single-file edits or sessions shorter than the cold-start cost. Triggers include "codegraph", "code graph", "index this repo", "where is X defined", "find callers of", "callees of", "blast radius of changing X", "explore this codebase". Cuts the grep + Read loops needed to orient, via O(1) SQLite lookups and FTS5 search over 8 MCP tools — but it's an unsound tree-sitter approximation, so grep stays the completeness backstop for renames/exhaustive callers.

instalaciones
1
GitHub Stars
5
Actualizado
12 ago
ajianaz
Comunidad

flutter-ui-ux

Comprehensive Flutter UI/UX development skill for creating beautiful, responsive, and animated mobile applications. Use when user asks to: (1) Build Flutter UI components or screens (2) Implement animations and transitions (3) Design responsive layouts (4) Create custom widgets and themes (5) Optimize UI performance and accessibility Triggers: "create Flutter UI", "build Flutter screen", "Flutter animations", "responsive Flutter layout", "custom Flutter widgets", "Flutter theme design"

instalaciones
1
GitHub Stars
4
Actualizado
6 dic
nassim-arifette
Comunidad

stitch

Implement, sync, or audit a Google Stitch design.

instalaciones
1
GitHub Stars
4
Actualizado
17 sept
abingyyds
Comunidad

subrouter

Connect an AI agent (Claude Code, Cursor, Codex, etc.) to SubRouter — an OpenAI/Anthropic-compatible AI API gateway with smart routing and transparent pricing. Use this skill to authorize the agent via device flow, obtain an API key, pick a model by price, and configure the client. Also lets a distributor station owner (分站站长) run their station: list or delist models, set prices, manage packages and settings. Triggers: "接入 SubRouter", "配置 SubRouter", "SubRouter API key", "用 SubRouter 的模型", "管理我的分站", "分站上架", "分站套餐".

instalaciones
1
GitHub Stars
3
Actualizado
15 sept
rwx-cloud
Comunidad

migrate-from-gha

- Migrate a GitHub Actions workflow to RWX. Translates triggers, jobs, steps into an optimized RWX config with DAG parallelism, content-based caching, and RWX packages. TRIGGER when: the user asks to migrate, convert, or translate a GitHub Actions workflow to RWX.

instalaciones
1
GitHub Stars
3
Actualizado
25 ago
rwx-cloud
Comunidad

review-gha-migration

- Review an RWX config generated from a GitHub Actions migration. Compares the source workflow against the generated config to catch semantic gaps, missing steps, and optimization opportunities. TRIGGER when: the user asks to review, validate, or check an RWX config that was migrated from GitHub Actions.

instalaciones
1
GitHub Stars
3
Actualizado
25 ago
rwx-cloud
Comunidad

rwx

- Used to create, modify, or understand an RWX CI/CD config or any other file in a .rwx directory. TRIGGER when: the user asks about RWX; wants to create or modify an RWX config; says things like "CI failed", "CI is red", or "tests are failing in CI"; asks "what's failing on my PR / branch / commit?"; wants to run tests or build steps in a sandbox; wants to debug test failures, check a run status, fetch logs/artifacts, or start a run loop.

instalaciones
1
GitHub Stars
3
Actualizado
25 ago
sudewajay
Comunidad

apple-design

Apply Apple's current design language (Human Interface Guidelines + Liquid Glass, mid-2026) to any UI work — app interfaces in the iOS/iPadOS/macOS style, and marketing/landing pages in the Apple.com style (huge headlines, alternating light/dark sections, scroll-driven product reveals). Use this skill whenever the user asks for "Apple style", "Apple-like", "HIG", "iOS style", "macOS style", "Liquid Glass", "iOS 26 style", "Cupertino", a "clean premium minimal" landing page, or a product page that feels like an iPhone/Mac launch page — even if they don't say "Apple" explicitly but describe frosted glass, floating tab bars, pill buttons, giant centered headlines, or scroll-scrubbed product animations. Also use when reviewing/critiquing a design for Apple-platform fit. Works for HTML/CSS/JS prototypes, React + Tailwind, and Figma design guidance.

instalaciones
1
GitHub Stars
3
Actualizado
18 jul
jakenuts
Comunidad

create-cli

Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you're designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency, composability, and discoverability.

instalaciones
1
GitHub Stars
2
Actualizado
14 jul
parkjangwon
Comunidad

cross-check

Conservative enterprise-grade code auditor for git diffs across any programming language. Audits code modifications (uncommitted changes, staged diffs, specific commits, branch ranges) for security vulnerabilities, crash/leak hazards, concurrency race conditions, edge-case bugs, caller contract drift, and over-engineering (YAGNI). Triggers on: 'cross-check', 'verify diff', 'audit changes', 'security review', 'check commit', 'crash risk', 'memory leak check', 'over-engineering check', '크로스체크', '코드 검증', 'diff 점검', '버그 검사', '보안 취약점', '장애 유발 코드', '오버엔지니어링 검사'.

instalaciones
1
GitHub Stars
2
Actualizado
8 sept
pedroromeroluna
Comunidad

cpo

The standing craft of a Chief Product Officer — every strategic question answered in four steps (diagnosis, at least two options with tradeoffs, a clear stance, next steps) under four golden rules. Load it as context when acting as CPO of a workspace; it is also activated by role: cpo in that workspace's node.

instalaciones
1
GitHub Stars
2
Actualizado
27 ago