Documentation
README
writing-skills — how Carbon skills are written
Source of truth is .claude/skills/{name}/SKILL.md (tracked in git). The
installer (.ai/scripts/install-skills.sh, run automatically by pnpm prepare
or manually via pnpm install-skills) copies each skill directory into
.codex/skills/ for the Codex harness. Never edit under .codex/ — edit
.claude/skills/ only.
The prime directive: write for the weakest executor
Assume the model executing a skill is much less capable than you and has zero context. It will not infer intent, fill gaps, or exercise judgment. So:
This is the opening of the README. Read the full README on GitHub.