shell script
new-client.sh
Creates a full client project folder structure from the template. Prompts for client details, copies all template files, symlinks skills, and initialises a git repo. Run once, start building immediately.
scripts/new-client.sh
markdown template
CLAUDE.md
The evolving project instructions file that Claude Code reads at the start of every session. Pre-populated with architecture principles, lessons learned from all past engagements, and project-specific context.
project-template/CLAUDE.md
config template
.env.example
Documents all required environment variables for a standard automation project. Platform API credentials, database URL, Anthropic key, dashboard auth, and Phase 2 email config — all with clear comments.
project-template/infra/.env.example
markdown template
README.md
Standard project README with quick-start commands, project overview table, document index, key decisions log, and next actions. Keeps every project navigable from day one.
project-template/README.md
Starting a new client project?
Run the setup script and you'll have a fully structured project folder in under a minute.
cd ~/Documents/VSStudio/Claude && ./scripts/new-client.sh <client-slug>