Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

agent-skills — Production Skills for AI Coding Agents

Production-grade engineering skills for AI coding agents, with install recipes for Gemini CLI and guidance for Cursor/Codex-style workflows.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando CLI universal
npx tokrepo install 4efeaa93-a77a-4a4e-a096-bb2f38ae15a1
Introducción

Production-grade engineering skills for AI coding agents, with install recipes for Gemini CLI and guidance for Cursor/Codex-style workflows.

  • Best for: teams who want consistent, reusable engineering “moves” for agents: planning, debugging, refactors, reviews, and guardrails
  • Works with: Gemini CLI (native install); other agents that can load instruction files (Cursor/Codex/etc.)
  • Setup time: 15–35 minutes

Practical Notes

  • Quant: start by installing 5–8 skills that cover your highest-frequency tasks (planning, tests, reviews) before importing the full library.
  • Quant: track “skill hit rate”: out of 20 tasks, how many used at least one skill file end-to-end?

Make skills composable

Skills work best when they’re small and opinionated:

  • One skill = one job (e.g., “plan tasks”, “add tests”, “review PR”).
  • Keep inputs explicit (file paths, commands, constraints).
  • Make outputs auditable (checklists, diffs, artifacts).

How to roll out without chaos

  1. Choose a small set of baseline skills everyone uses.
  2. Put them under version control and review changes.
  3. Add new skills only when a real workflow needs it.

Avoiding prompt drift

Pin your skill versions in a repo and document the expected behavior. If outcomes change, treat it like a dependency upgrade: evaluate, then roll forward.

FAQ

Q: Do I need Gemini CLI to benefit? A: No. Gemini CLI is one supported install path; any agent that can read instruction files can use the skills.

Q: Should I install everything? A: Start with a small baseline set so behavior is predictable.

Q: How do I measure impact? A: Measure time-to-plan and defect rate before/after introducing skills on the same task type.

🙏

Fuente y agradecimientos

Source: https://github.com/addyosmani/agent-skills > License: MIT > GitHub stars: 40,009 · forks: 4,406

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados