Skip to content

mrclrchtr/.claude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

.claude

A Claude Code customization framework for milestone-driven project management, memory optimization, session tracking, and specialized AI agents.

πŸš€ Quick Start

One-Line Install

bash <(curl -fsSL https://raw.githubusercontent.com/mrclrchtr/.claude/main/install.sh)

Alternative Install Methods

Download and run locally:

wget https://raw.githubusercontent.com/mrclrchtr/.claude/main/install.sh
bash install.sh

View all installation options:

bash install.sh --help

Note: The installer automatically detects SSH access to GitHub and uses it for cloning. Falls back to HTTPS if SSH is not available.

Installation Options

  1. Submodule (recommended for git projects) - Git-tracked, updatable framework
  2. Direct Clone - Full git repo in .claude/ with updates
  3. Copy - Standalone integration, manual updates required

Initialize Project Memory

/meta:create-memory .

🎯 Core Components

πŸ€– Specialized AI Agents (3)

Specialized AI agents with proactive activation:

πŸ“ Architecture Planner

  • Model: Inherits from main thread
  • Tools: Read, Glob, Grep, Write, TodoWrite, LS
  • Expertise: 4-lens analysis (Technical, Security, Performance, Operations)
  • Output: IMPLEMENTATION_PLAN.md with actionable milestones
  • Activation: PROACTIVE when transforming vision documents or feature requests

πŸ”§ Debug Solution Engineer

  • Model: Inherits from main thread
  • Tools: Read, Edit, MultiEdit, Bash, Grep, Glob, LS, TodoWrite, WebSearch, WebFetch
  • Expertise: Root cause analysis, ranked solutions, prevention strategies
  • Focus: Errors, test failures, async issues, memory leaks, race conditions
  • Activation: PROACTIVE on any runtime issues or unexpected behavior

πŸ—ΊοΈ Milestone Planner

  • Model: Inherits from main thread
  • Tools: Read, Glob, Grep, Write, TodoWrite, LS, Bash
  • Expertise: Executable milestones with dependencies and timelines
  • Output: MILESTONES.md with verification commands and parallel task notation
  • Activation: PROACTIVE when converting IMPLEMENTATION_PLAN.md to milestones

πŸ“‹ Command Library (24 Commands)

Commit Management (4)

  • /commit:main - Parent repo commits with submodule updates
  • /commit:changed - Smart staging with conventional messages
  • /commit:review [hash] - Critical analysis with risk assessment
  • /commit:submodules - Isolated submodule commits

Memory & Meta Management (6)

  • /meta:optimize-memory [path] - CLAUDE.md optimization
  • /meta:consolidate-memory [focus] - Multi-file deduplication
  • /meta:create-memory [dir] - Technology detection for new CLAUDE.md
  • /meta:optimize-command [path] - Command efficiency optimization
  • /meta:optimize-agent [path] - Agent definition refinement
  • /meta:update-memory - Refresh existing CLAUDE.md patterns

Milestone Management (4)

  • /milestone:create [id] - Extract milestone from IMPLEMENTATION_PLAN.md
  • /milestone:next [name] - Complete lifecycle execution
  • /milestone:meta - Synchronize MILESTONE_MANAGER.md
  • /milestone:review [name] - Validate against success criteria

Session Management (7)

  • /session:start [name] - Initialize development session
  • /session:end - Complete with summary and updates
  • /session:update - Track progress and adjust goals
  • /session:current - Display active session status
  • /session:list - Overview of all sessions
  • /session:load [name] - Load and resume previous session
  • /session:help - Session management guide

Quality & Planning (3)

  • /uncommitted:review - Pre-commit analysis with security checks
  • /plan [files...] - Transform vision into IMPLEMENTATION_PLAN.md
  • /docs:audit - Comprehensive markdown audit

πŸ“ Template Infrastructure (4)

Milestone Template: Parallel/Sequential tasks, dependencies, timelines, risk matrices
Task Template: Implementation steps, acceptance criteria, testing scenarios
Implementation Log: Technical tracking with debt registry and lessons learned
Milestone Manager: Status orchestration with dependency visualization

πŸ”„ Core Workflows

Milestone-Driven Development

# Transform vision β†’ Extract milestones β†’ Execute β†’ Review
/plan vision.md requirements.md
/milestone:create M1-authentication  
/milestone:next M1-authentication
/milestone:review M1-authentication

Session-Based Development

# Start β†’ Track β†’ Complete
/session:start feature-payment-integration
/session:update  # Track progress, adjust goals
/session:end     # Generate summary, archive

Memory Optimization

# Create β†’ Optimize β†’ Consolidate
/meta:create-memory ./backend    # Detect tech stack, extract patterns
/meta:optimize-memory ./CLAUDE.md  # Remove redundancy, update commands
/meta:consolidate-memory backend    # Deduplicate, create cross-references

Framework Updates

Submodule Method

# Update submodule to latest version
git submodule update --remote .claude

Direct Clone Method

# Update direct clone to latest version
cd .claude && git pull

🎨 Key Features & Benefits

Feature Standard Claude Code .claude Framework
AI Agents Built-in generic 3 specialized with proactivity
Commands ~10 basic 24 with advanced workflows
Memory Mgmt Manual CLAUDE.md 6 optimization commands
Planning Ad-hoc Structured milestone system
Session Track None Complete lifecycle management
Quality Gates Basic Comprehensive review pipeline

πŸ—οΈ Use Cases

  • Team Development: Shared milestone structures and standardized workflows
  • MVP Development: Session-based sprints with milestone tracking
  • Legacy Projects: Documentation audits and technical debt tracking
  • Open Source: Standardized contribution workflows

πŸ”§ Customization & Extension

Extending Templates

  • Analyze usage patterns with /docs:audit
  • Identify missing sections or workflows
  • Propose enhancements following existing structure
  • Validate across different project types

πŸ“„ License

MIT License - Adapt freely for your organization's needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages