Add CLAUDE.md and AGENTS.md agent guidance

Introduce repo-level guidance for AI agents:
- CLAUDE.md: single source of truth (structure, design rules, versioning,
  operational procedures). 65 skills, 36 commands, 8 plugins.
- AGENTS.md: thin pointer to CLAUDE.md for non-Claude agents.
- .gitignore: stop ignoring CLAUDE.md (now public); ignore CLAUDE.local.md
  and keep ignoring _Internal/ (maintainer-only, never published).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Pawel Huryn
2026-06-04 12:57:59 +02:00
parent f9eaa51000
commit 2b4e4dc151
3 changed files with 115 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# AGENTS.md
All agent guidance for this repository lives in **[CLAUDE.md](CLAUDE.md)** — that is the single source of truth.
Please read [CLAUDE.md](CLAUDE.md) before making changes. This file exists only so non-Claude agents that look for `AGENTS.md` are pointed to the same instructions; do not duplicate guidance here.