A practice, written down
Engineering judgment that usually lives in a senior reviewer's head gets committed to a file the agent can read.
skills/<name>/SKILL.md
agent-skills is a set of production-grade engineering skills for AI coding agents. Each skill is a written practice the agent can load and follow, instead of a prompt you rewrite from memory every session.
Engineering judgment that usually lives in a senior reviewer's head gets committed to a file the agent can read.
skills/<name>/SKILL.md
The agent pulls the skill when the task calls for it, so the guidance arrives in context rather than in a preamble.
loaded on demand
A skill written once travels to the next project, which is the difference between a habit and a lucky prompt.
portable across projects
Card structure above is illustrative. The project description defines these as production-grade engineering skills for AI coding agents.
An agent that gets told the practice once forgets it at the next context boundary. An agent that can read the practice keeps it.
Write the engineering practice as text, with the reasoning attached, not just the rule.
The agent reads it when the work matches, so the standard is present during the work.
The same file applies on the next repository, and improving it improves every future run.