From b10f4c9f728199dda143555844cf1cb99725c607 Mon Sep 17 00:00:00 2001 From: aaddrick Date: Thu, 26 Feb 2026 03:39:05 -0500 Subject: [PATCH] docs: add AGENTS.md redirecting to CLAUDE.md Provides a standard entry point for non-Claude AI coding agents (Codex, Copilot, Cursor, etc.) that look for AGENTS.md, directing them to follow the project rules in CLAUDE.md. Also references .claude/ for subagent, skill, and orchestration script definitions. Co-Authored-By: Claude --- AGENTS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..5941689 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,13 @@ +# AGENTS.md + +All project instructions, conventions, and development guidelines are maintained in [CLAUDE.md](CLAUDE.md). + +Strictly follow the rules defined there. + +## Project Tooling + +Subagent definitions, skills, and orchestration scripts live in [`.claude/`](.claude/): + +- `.claude/agents/` - Specialized subagent definitions for the Task tool +- `.claude/skills/` - User-invocable skills (slash commands) +- `.claude/scripts/` - Orchestration scripts that chain multiple Claude CLI calls