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
- 5771
- repositorios
- 824
- última sincronización
- 8 sept 2026
samberlinkedin-ghostwriting
B2B LinkedIn ghostwriting — hooks, post structures, and copywriting frameworks for conversion-focused posts. Use when the user wants to write LinkedIn content, create ghostwritten posts, ghostwrite for a founder or executive, or develop a B2B social strategy. Apply when the user shares a story, result, or insight and wants it turned into a post. Do NOT use for newsletter or Substack issues — use samber/cc-skills@substack-ghostwriting instead.
- instalaciones
- 1
- GitHub Stars
- 200
- Actualizado
- 2 sept
michael-denyerarchitect
Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerarena
Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerbabysit
Watch an open PR — fix failing CI, handle the straightforward review comments, and drive it to a mergeable state. Claude Code analog of Cursor's built-in /babysit. Use after opening a PR when the user wants the agent to shepherd it without re-prompting.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerblast-radius
Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerbro
Restate the last message in plain human language, with no jargon. Use for /bro or when asked to say it plainly.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyercreate-verification-skill
Generate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, \"make a control skill for this repo\", or when a project has no scripted way to prove UI/CLI/service behavior.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerdeslop
Remove AI-generated code slop and clean up code style
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerfigure-it-out
Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no narrower playbook applies.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerfix-ci
Find failing PR checks, inspect logs or external check links, and apply focused fixes
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerfix-merge-conflicts
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerget-pr-comments
Fetch and summarize review comments from the active pull request
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerinterrogate
Use for \"interrogate\", \"adversarial review\", \"multi-model review\", \"challenge this\", \"stress test this code\", \"find blind spots\", or \"tear this apart\". Multiple LLM reviewers challenge changes from independent angles.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyermaintain-verification-skill
Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or \"audit the verify skill\".
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerprinciple-exhaust-the-design-space
Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerprinciple-make-operations-idempotent
Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerprinciple-outcome-oriented-execution
Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyertdd
Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerteach
Explain a body of work plainly so a person actually understands it. Runs the how and why skills and weaves what they find into one clear explanation. Use for 'teach me this', 'help me really understand X', 'explain this change or subsystem to me'.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerunslop
Cut AI tells from any writing. Must always apply.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
michael-denyerwhy
Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior.
- instalaciones
- 1
- GitHub Stars
- 195
- Actualizado
- 2 sept
encoredevencore-api
Define typed API endpoints in Encore.ts using api(...) from encore.dev/api. Covers typed request/response interfaces, path/query/header/cookie params, request validation, and APIError. For raw endpoints (api.raw()) and inbound webhooks, use encore-webhook instead.
- instalaciones
- 1
- GitHub Stars
- 26
- Actualizado
- 3 sept
encoredevencore-auth
- Protect Encore.ts endpoints with authentication and authorize callers. Covers authHandler, Gateway, getAuthData, and auth: true.
- instalaciones
- 1
- GitHub Stars
- 26
- Actualizado
- 3 sept
encoredevencore-cache
Cache data in Redis from Encore.ts using CacheCluster and typed keyspaces from encore.dev/storage/cache. Type-safe key/value access with TTLs, atomic increments, and per-keyspace data shapes.
- instalaciones
- 1
- GitHub Stars
- 26
- Actualizado
- 3 sept