anthemflynn/ccmp

Anthem's Claude Code Marketplace - A curated collection of skills and plugins for Claude Code

1 stars0 forksUpdated Jan 13, 2026
npx skills add anthemflynn/ccmp

README

Anthem's Claude Code Marketplace (CCMP)

The Integrated Development Experience for Claude Code

A curated collection of deeply integrated plugins that work together to provide compound value: context management, session workflows, and test-driven development that amplify each other's effectiveness.

License: MIT Plugins: 3 Integration: Full


šŸŽÆ Why CCMP?

Most plugin collections are just that: collections. CCMP plugins are designed to work together, providing exponentially more value when used as a system rather than individually.

The Power of Integration

Using IndividuallyUsing Together (CCMP)
Manually check context healthAuto-checked at every checkpoint
Remember to update documentationAuto-updated on GREEN checkpoints
Track TDD discipline manuallyAutomatically analyzed and scored
Context goes staleReal-time monitoring and alerts
Session handoffs miss detailsComprehensive: context + TDD + decisions

Result: Zero cognitive overhead. Everything happens automatically.


šŸš€ Quick Start

Installation

# Add the marketplace to Claude Code
claude-code marketplace add AnthemFlynn/ccmp

# Install all three core plugins for full integration
claude-code plugin add AnthemFlynn/ccmp/claude-context-manager
claude-code plugin add AnthemFlynn/ccmp/session-management
claude-code plugin add AnthemFlynn/ccmp/tdd-workflow

Your First Integrated Session

# 1. Start a TDD session (activates all three plugins)
python scripts/session.py start feature/payment --tdd --objective "Add Stripe integration"

# Integration provides automatically:
# āœ… Loads relevant claude.md context files
# āœ… Shows context health warnings
# āœ… Activates TDD workflow
# āœ… Sets up checkpoint tracking

# 2. Work with full context + TDD discipline
# - Write failing test (RED)
# - Implement minimal code (GREEN)
# - Refactor if needed

# 3. Create GREEN checkpoint (magic happens here!)
python scripts/session.py checkpoint --label "stripe-webhook" --tdd-phase GREEN

# Automatically:
# āœ… Analyzes test patterns
# āœ… Updates tests/claude.md with discovered patterns
# āœ… Checks context health
# āœ… Increments TDD cycle counter
# āœ… Creates git commit

# 4. Analyze TDD discipline
python scripts/session.py analyze

# Shows:
# - TDD score (0-100)
# - Violations detected
# - Cycle timing
# - Recommendations

# 5. End with comprehensive handoff
python scripts/session.py end

# Includes:
# - Context health report
# - TDD metrics and violations
# - Test pattern updates
# - Next session recommendations

Zero manual integration. Everything just works.


šŸ”— The Integrated Ecosystem

CCMP plugins share state through .ccmp/state.json and coordinate automatically:

ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│           Session Management (Orchestrator)         │
│  • Git-native workflows                             │
│  • Checkpoint tracking                              │
│  • Objective management                             │
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
               │                     │
       ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā–¼ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”    ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā–¼ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
       │  Context       │    │  TDD          │
       │  Manager       │    │  Workflow     │
       │                │    │               │
       │ • Health       │    │ • Cycle       │
       │   monitoring   │    │   tracking    │
       │ • Auto-updates │    │ • Pattern     │
       │ • Staleness    │    │   discovery   │
       │   detection    │    │ • Violation   │
       │                │    │   detection   │
       ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜    ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
                │                    │
                ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
                         │
                    ā”Œā”€ā”€ā”€ā”€ā–¼ā”€ā”€ā”€ā”€ā”
                    │  .ccmp/ │
                    │ state   │
                    │  .json  │
                    ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜

Integration Patterns

Pattern 1: Context Loading

  • Sessions auto-load relevant claude.md files based on objectives
  • Full situational awareness from the start

Pattern 2: Health Monitoring

  • Checkpoints detect stale context (>30 days)
  • Automatic warnings and update recommendations

Pattern 3: Test Documentation

  • GREEN checkpoints analyze test patterns
  • Auto-generate/update tests/*/claude.md
  • Patterns documented for future tests

Pattern 4: TDD Analysis

  • Git history analyzed for violations
  • Discipline scores calculated
  • Cycle timing tracked

Pattern 5: Comprehensive Handoffs

  • Context health + TDD metrics + decisions
  • Next session knows exactly what needs attention

[Read Full Integration Guide →](./docs/guid

...

Read full README

Publisher

anthemflynnanthemflynn

Statistics

Stars1
Forks0
Open Issues1
CreatedNov 1, 2025