CLAUDE.md · git:20260726.41b5756 · 2026-07-26 · sha256 7518de4f6c45238a

CLAUDE.md git:20260726.41b5756A

Immutable. This exact content is served forever at /api/v1/blob/7518de4f6c45238a.

# CLAUDE.md

`AGENTS.md` is the canonical guidance for this repository and applies here too — read it first.

Claude-Code-specific notes:

- `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`