# .agents Source of truth for this repo's agent skills and rules: - `skills//SKILL.md` - `rules/.md` Agent-specific directories expose each via a relative symlink — for Claude Code: .claude/skills/ -> ../../.agents/skills/ .claude/rules/.md -> ../../.agents/rules/.md To add a skill or rule: create it here, then symlink it. The skills in this repository often build on those from [agent-toolkit](https://github.com/eai-org/agent-toolkit/), invoking them when available. Installing the toolkit at user level is therefore recommended.