🎯

react-three-fiber

🎯Skill

from anthemflynn/ccmp

VibeIndex|
What it does

react-three-fiber skill from anthemflynn/ccmp

react-three-fiber

Installation

Install skill:
npx skills add https://github.com/anthemflynn/ccmp --skill react-three-fiber
10
-
Last UpdatedJan 13, 2026

Skill Details

SKILL.md

Overview

# 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](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![Plugins: 3](https://img.shields.io/badge/Plugins-3-blue.svg)](#-featured-plugins)

[![Integration: Full](https://img.shields.io/badge/Integration-Full-green.svg)](#-the-integrated-ecosystem)

---

🎯 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 Individually | Using Together (CCMP) |

|-------------------|----------------------|

| Manually check context health | Auto-checked at every checkpoint |

| Remember to update documentation | Auto-updated on GREEN checkpoints |

| Track TDD discipline manually | Automatically analyzed and scored |

| Context goes stale | Real-time monitoring and alerts |

| Session handoffs miss details | Comprehensive: context + TDD + decisions |

Result: Zero cognitive overhead. Everything happens automatically.

---

πŸš€ Quick Start

Installation

```bash

# 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

```bash

# 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 β”‚

β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜

β”‚