setup-project
Installation
SKILL.md
Setup project
Drives the setup flows in flows user.mmd: workflow setup first, tech stack second.
Setup skills are just-in-time: npx github:timschoch/skilly add <skill>, then READ the installed SKILL.md and follow it directly (the session's skill list only loads at startup — no reload exists), then npx github:timschoch/skilly remove <skill>. This applies to EVERY skill named below — never invoke a copy installed elsewhere on the machine. Setup skills live in NO synced bundle: they would sit unused and pollute the context window.
Workflow setup
Ask which parts apply, then run the chosen skills in this order, finishing one before the next:
- Husky + lint-staged + Prettier pre-commit? →
setup-pre-commit; the repo's own stack → skip (nothing automated for it yet — add a sibling skill when one earns its place). - GitHub scaffolding (conventional commits/branches)? →
setup-repo— GitHub settings, commit/branch rules wired into the hooks just chosen,CLAUDE.mdscaffold. - Release automation? →
setup-release-please— plus merge settings. - Wayfinder? →
setup-matt-pocock-skills— issue tracker, triage labels, domain-doc layout.
Remove the used setup skills, commit conventionally, push, and make sure a PR exists.