CLAUDE.md ยท diff
git:20260726.41b5756 to git:20260726.3dddebc
2 added, 2 removed. Audit A to A.
# CLAUDE.md
- `AGENTS.md` is the canonical guidance for this repository and applies here too โ read it first.
+ @AGENTS.md
- Claude-Code-specific notes:
+ `AGENTS.md` above is the canonical guidance for this repository and applies in full. What follows is Claude-Code-specific context that only applies here:
- `model`, `effort`, `context: fork`, and `agent` in skill frontmatter are Claude-Code-only. Other channels ignore them gracefully; `compatibility` is the portable way to state a skill's requirements
- Skill bodies must not use `!`-shell-injection to read project state โ it is a Claude Code feature and ships as literal text everywhere else. Read manifests as prose instead
- Once a collection plugin is installed, its skills are invoked as `/<collection>:<skill>` โ e.g. `/workflow:commit`, `/quality:refactor`