Skip to content

Commit b237a64

Browse files
timsaucerclaude
andcommitted
Add AGENTS.md for tool-agnostic agent instructions with CLAUDE.md symlink
AGENTS.md points agents to .ai/skills/ for skill discovery. CLAUDE.md symlinks to it so Claude Code picks it up as project instructions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c9d6d98 commit b237a64

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Agent Instructions
2+
3+
This project uses AI agent skills stored in `.ai/skills/`. Each skill is a directory containing a `SKILL.md` file with instructions for performing a specific task.
4+
5+
Skills follow the [Agent Skills](https://agentskills.io) open standard. Each skill directory contains:
6+
7+
- `SKILL.md` — The skill definition with YAML frontmatter (name, description, argument-hint) and detailed instructions.
8+
- Additional supporting files as needed.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AGENTS.md

0 commit comments

Comments
 (0)