House guide for creating or editing agent skills in this repo (.claude/skills/). Use when writing a new skill, restructuring an existing one, or reviewing skills for quality. Covers the frontmatter contract, the install wiring, the house template, and the weak-executor writing rules every Carbon skill follows.
$npx -y skills add crbnos/carbon --skill writing-skillsInstalls into the current project.
Run `npx skills use "https://github.com/crbnos/carbon" --skill "crbnos/carbon/writing-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/crbnos/carbon" that are relevant to the current task. Run `npx skills add "https://github.com/crbnos/carbon"` and select the relevant skills, then follow their instructions.