A template for quickly starting new projects via Claude Code: AGENTS.md, instructions, MCP servers, ready-made subagents.
For: Solo engineers, small teams
claude-coden8n
Steps
- A repository template: AGENTS.md, .claude/agents/, .mcp.json
- An init script: asks for the project name, stack, inventory
- Create the initial commit and branches
- Claude Code starts with ready rules: tests, code style, safe mode
Prompts (1)
Step: Init scaffold
Create a project skeleton for <stack> with a basic folder structure and a README. Don't start dev servers.
Result: From 'a new idea' to the first working commit in 30 minutes.
Limitations: The template is stack-specific; for rare stacks it needs adapting.