Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Asset
Commande CLI universelle
npx tokrepo install 4efeaa93-a77a-4a4e-a096-bb2f38ae15a1
Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires