cookiecutter
Installation
SKILL.md
Cookiecutter Template Work
Use this skill before changing a repository that has cookiecutter.json,
hooks/, or a generated project directory such as
{{ cookiecutter.project_slug }}/.
First Pass
- Read the repo instructions,
README.md,cookiecutter.json, existing tests, and any hooks before editing. - Identify the template root and the generated project root. Make changes in the template files, not in one rendered sample.
- Search for the relevant Cookiecutter variables and feature flags with
rgbefore adding new ones. - Check how the repo validates rendered projects. Prefer existing render tests and smoke-check commands over inventing a separate validation path.