Start here when an agent edits this repository.
| Doc | Why |
|---|---|
| CONVENTIONS.md | Skill format, sources, prose, git, versioning, validation |
| CONTRIBUTING.md | Change workflow |
| skills/recursive-decomposition/SKILL.md | The skill itself |
| CHANGELOG.md | Release history |
Follow CONVENTIONS.md for every change. This file is a short checklist only. CLAUDE.md is a symlink to this file.
- Markdown, manifests, commits: English only.
- Every number or claim about the paper cites arXiv:2512.24601; nothing invented.
SKILL.mdstays under 500 lines with a single-line, double-quoted description.- The skill name and the plugin name never change.
- Bump
versionin.claude-plugin/plugin.jsonandSKILL.mdtogether on every user-visible change. - No em dash, no filler, no co-author trailers, no Python.
bash .github/scripts/validate-skill.sh
bash .github/scripts/eval-skill.sh check
npx -y skills@latest add . -l
claude plugin validate .