SKILL.md file. That file holds instructions that AI agents read when they run.
What a skill looks like
A minimal skill is just one file:SKILL.md references:
The SKILL.md file
SKILL.md is a plain markdown file with instructions for AI agents. The content is up to you - it can describe a process, define coding standards, provide context about a codebase, or give step-by-step instructions for a task.
Where skills live
Skills exist in two places:- In your library (
~/my-skills/skills/<name>/) - your personal collection, not committed to project repos. - In a project (
.agents/skills/<name>/) - where agents look for skills, committed to git.
reseed sync for that.
Agent compatibility
Skills installed by reseed work with any agent that reads.agents/skills/, including Claude Code, Cursor, Copilot, Codex, Gemini CLI, and 30+ others.
Teammates don’t need reseed installed. Once .agents/skills/ is committed to git, any compatible agent picks up the skills automatically.