flygard-core/.agents
2026-08-10 12:51:44 +02:00
..
docs chore(copilot-config): reduce review noise (#27084) 2026-08-10 12:51:44 +02:00
skills/generate-pr-description feat(Agents): add generate-pr-description skill (#26586) 2026-07-13 22:38:58 +02:00
README.md feat(Agents): structure agents docs with progressive disclosure (#26946) 2026-08-04 09:25:52 +02:00

.agents

Source of truth for this repo's agent skills, rules, and docs:

  • skills/<name>/SKILL.md
  • rules/<name>.md
  • docs/ — task-scoped agent docs; taxonomy and placement policy in docs/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.