Repository agent instructions (entry)
This skill is the maintenance entrypoint for the instruction and skill system.
Root AGENTS.md already provides ordinary repository orientation.
When to use
- You are auditing or changing
AGENTS.md, rule/skill routing, or instruction budgets. - A tool or workflow only surfaced a root
SKILL.mdand you need the full picture. - You changed or added something under
docs/ai/skills/and must refresh mirrors.
Workflow
- Read and follow root
AGENTS.md, the nearest scoped instructions, andopenspec/specs/agent-instruction-system/spec.md. - For canonical task skills maintained by this repo, use
docs/ai/skills/*/SKILL.mdanddocs/ai/rules/agent-skill-routing.md. - After changing skills under
docs/ai/skills/, runbun run skills:syncand ensurebun run skills:verifypasses before committing. - Optional tool-specific or ecosystem skills may originate under
.agents/skills/and be mirrored into.cursor/skills/and.claude/skills/; use them only when theirSKILL.mddescription matches and they remain subordinate to canonical repo guidance.
Checklist
- Root and scoped instruction sources opened for the maintenance task.
- Relevant
docs/ai/skills/<topic>/SKILL.mdfiles loaded perdocs/ai/rules/agent-skill-routing.md. - If
docs/ai/skills/was edited:bun run skills:syncandbun run skills:verifyrun and clean.
See also
- Discover / install skills:
docs/ai/skills/find-skills/SKILL.md - Instruction contract:
openspec/specs/agent-instruction-system/spec.md