| .. | ||
| docs | ||
| skills/generate-pr-description | ||
| README.md | ||
.agents
Source of truth for this repo's agent skills, rules, and docs:
skills/<name>/SKILL.mdrules/<name>.mddocs/— task-scoped agent docs; taxonomy and placement policy indocs/README.md
Agent-specific directories expose skills and rules via a relative symlink — for Claude Code:
.claude/skills/<name> -> ../../.agents/skills/<name>
.claude/rules/<name>.md -> ../../.agents/rules/<name>.md
To add a skill or rule: create it here, then symlink it. Docs need no symlinks — AGENTS.md references them by path.
The skills in this repository often build on those from agent-toolkit, invoking them when available. Installing the toolkit at user level is therefore recommended.