Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ pnpm agent-ready claude --skills # .claude/skills -> .agents/skills

Agent-specific skill directories are gitignored; `.agents/skills/` is the canonical source committed to the repository. Cursor and Codex also read `.agents/skills/` directly — linking for those agents is optional and the script will ask for confirmation.

| Skill | Use when |
| -------------------------------------------------------------- | --------------------------------------------------------------- |
| [plan-github-issue](.agents/skills/plan-github-issue/SKILL.md) | Planning work from a GitHub issue (provide issue number or URL) |
| Skill | Use when |
| ------------------------------------------------------------------ | ------------------------------------------------------------------- |
| [create-github-issue](.agents/skills/create-github-issue/SKILL.md) | Creating a GitHub issue or ticket (provide a short problem or goal) |
| [plan-github-issue](.agents/skills/plan-github-issue/SKILL.md) | Planning work from a GitHub issue (provide issue number or URL) |

## General Guidelines

Expand Down
Loading