SkillsMay 12, 2026·2 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Universal CLI install command
npx tokrepo install 4efeaa93-a77a-4a4e-a096-bb2f38ae15a1
Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets