Aller au contenu principal

Welcome to claude-base

Claude Code configuration template for an optimal workflow: Explore → Specify → Plan → TDD → Audit → Commit

claude-base is a complete set of configurations, commands, and automations to maximize your productivity with Claude Code. It offers a structured workflow and specialized agents for each type of task.

131
Commands
63
Agents
54
Skills
30
Rules

Why claude-base?

The problem

When you use Claude Code without structure:

  • You code without understanding the existing code → bugs and regressions
  • You implement without a plan → constant refactoring
  • You make giant commits → unreadable history
  • You waste time looking for the right commands

The solution

claude-base enforces a structured workflow:

Explore → Specify → Plan → TDD → Audit → Commit

Each step has its dedicated commands, specialized agents, and best practices.

Key numbers

ComponentCountDescription
Commands131Manually triggered commands (/name)
Agents63Autonomous sub-agents with isolated context
Skills54Auto-triggered on keywords
Rules30Rules per technology/file

Domains covered

DomainCommandsDescription
WORK15Main workflow (explore, plan, commit, PR)
DEV23Development (TDD, API, components, debug)
QA16Quality (review, security, performance, a11y)
OPS34Operations (CI/CD, Docker, monitoring, GitFlow)
DOC9Documentation (changelog, README, architecture)
BIZ11Business (model, MVP, pricing, pitch)
GROWTH11Growth (SEO, analytics, landing, funnel)
DATA3Data (pipeline, analytics, modeling)
LEGAL5Legal (GDPR, ToS, payment)

Quick start

# Clone the template
git clone https://github.com/christopherlouet/claude-base.git .claude

# Or use the install script
curl -fsSL https://raw.githubusercontent.com/christopherlouet/claude-base/main/scripts/new-project.sh | bash

Then in Claude Code:

# Discover available commands
/assistant

# Start by exploring the code
/work:work-explore

# Plan a change
/work:work-plan

Next steps