diff --git a/AGENTS.md b/AGENTS.md index 701c326..2563059 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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