A simple, beginner-friendly Claude Code workspace template featuring 3 core agents, 6 essential skills, and pre-configured workspace rules.
Stop fighting Claude CLI over directory access, loose context, and messy git commits. Work with Claude Code the way it was designed to be used.
π¦ Free template by andiupn (kuncimu.com) Β· Licensed under MIT + Attribution
β If useful, buy me a coffee Β· π Need advanced monorepos? Try the PRO version
By default, the Claude Code CLI is incredibly fast. However, without pre-configured sandboxing and rules, it will continuously ask for confirmation, get lost in deeply nested paths, and create messy git commits that ruin your team's pull request workflow.
You don't talk to a generic chatbot. You get a team of 3 pre-configured, highly specialized, and autonomous AI agents:
@code-reviewerβ Reviews your code quality and structure before commits.@research-assistantβ Researches API docs and libraries safely on cost-effective Claude-3-Haiku.@architecture-reviewerβ Reviews modularity and structural design.
Ready-to-use workflows (/skills) that let Claude execute complex development workflows instantly:
/git-workflowβ Structured commits + automated safety checks./context-handoffβ Saves active workspace context before running/compact./test-writer&/experiment-scaffoldβ Accelerate engineering cycles.
Keep your main files in src/, your AI rules in .claude/, and your research in docs/. Claude Code instantly knows the boundary, saving your token budget.
The LITE version is limited to 3 agents, 6 skills, and 1 preset. For professional development and agency-level features:
| LITE (Free) | PRO ($1-5) |
|---|---|
| 3 agents | 5 agents (+ planner, security-reviewer) |
| 6 skills | 17 skills (+ knowledge management, stack debug, etc.) |
| 1 preset (generic) | 10 presets (PHP, Node, Next.js, Flutter, RN, Yii, etc.) |
| 3 MCP servers | 6 MCP servers |
| No git hooks | Pre-configured Git hooks (env-guard, tsc-check) |
| Simple structure | Status-first multi-project monorepo (active/, staging/, etc.) |
π Get the PRO Edition at kuncimu.com Β· Full details: COMPARISON.md
# 1. Setup environment
cp .env.example .env
# Edit .env and fill in your GITHUB_TOKEN
# 2. Setup permissions
cp .claude/settings.local.example.json .claude/settings.local.json
# Edit according to your OS (Linux/macOS/Windows)
# 3. Customize CLAUDE.md
# Replace {{PROJECT_NAME}} with your project's nameOpen this folder in Claude Code, and start coding!
This template is free and open-source. If it helped you, consider supporting:
- Ko-fi: ko-fi.com/andiupn
- Patreon: patreon.com/AndiUpn
- Trakteer: trakteer.id/andi_upn/gift
- Saweria: saweria.co/andiupn
This template is created by andiupn.
- π Website: kuncimu.com
- π» GitHub: github.com/andiupn
- βοΈ Email: andi.upn@gmail.com
Attribution requirement: If you redistribute or fork this template, please keep this credit block in CLAUDE.md and README.md (as per LICENSE.md).