By SingulioDev
Context-saving nested plugin architecture for Claude Code. Playbooks contain skills, skills contain agents, agents contain commands. Only load what you need - context cascades down through layers on demand, saving 90%+ context space. Includes 224 agents, 173 skills, 249 commands, 115 hooks, SPARC methodology, Three-Loop system, and Byzantine consensus.
Legacy description preserved in appendix.
frontend-performance-optimizer agent for agent tasks
react-developer agent for agent tasks
css-styling-specialist agent for agent tasks
ui-component-builder agent for agent tasks
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Official Claude Code Plugin | Version 1.0.0 | Last updated: 2026-02-08 (see docs/COMPONENT-COUNTS.json for source counts)
Context-saving nested architecture: Playbooks -> Skills -> Agents -> Commands. Load only what you need, saving 90%+ context space.
PLAYBOOKS (30) <-- Only these are loaded initially (~2k tokens)
|
v
SKILLS (176) <-- Loaded when playbook invokes them
|
v
AGENTS (260) <-- Loaded when skill needs them
|
v
COMMANDS (249) <-- Embedded in agents, loaded last
Why Context Cascade?
Built on Claude Flow - Enterprise-grade agent orchestration with memory, hooks, and swarm intelligence.
The system automatically selects the right skills and agents based on your intent. No manual selection required.
Every request flows through this intelligent routing system:
User Request
↓
🔍 intent-analyzer (Auto-triggered on ambiguous/complex requests)
├─ Analyzes explicit and implicit goals
├─ Detects constraints and context
├─ Maps to probabilistic intent (>80% confidence = proceed)
└─ Socratic clarification if needed (<80% confidence)
↓
🎯 orchestration-router (Auto-triggered for orchestration needs)
├─ Keyword extraction (agent count, complexity, patterns)
├─ Decision tree routing (Priority 1-4 logic)
├─ Skill selection with rationale
└─ Automatic skill invocation
↓
⚡ Selected Skill Executes (e.g., parallel-swarm-implementation)
├─ Spawns specialized agents in parallel
├─ Coordinates via memory namespaces
├─ Theater detection via Byzantine consensus
└─ Produces validated output
Example Flow:
User: "Build user authentication with JWT tokens"
🔍 intent-analyzer: High confidence (95%) - Feature implementation
🎯 orchestration-router: Routes to parallel-swarm-implementation (Loop 2)
⚡ Loop 2 spawns 6 agents in parallel:
- researcher: Auth best practices
- coder: JWT implementation
- reviewer: Security audit
- tester: Comprehensive tests
- documenter: API docs
- theater-detector: Byzantine validation
✅ Result: Production-ready auth system in 2 hours
After intent analysis and routing, execution follows this workflow:
flowchart TD
A[🔍 Phase 0: Intent Analyzer] --> B[📋 Phase 1: Prompt Architect]
B --> C{🎯 Workstream Signal}
C -->|Feature/Build| D[🚀 Delivery Stack]
C -->|Infrastructure/Release| E[⚙️ Operations Stack]
C -->|Research/Discovery| F[🔬 Research Stack]
C -->|Security/Compliance| G[🔒 Security Stack]
C -->|Specialist Domain| H[🎨 Specialist Stack]
D --> I[✅ Quality Gate]
E --> I
F --> I
G --> I
H --> I
I --> J{📊 Ready to Close?}
J -->|No| C
J -->|Yes| K[🎉 Finalize & Report]
Stack Auto-Selection:
feature-dev-complete (end-to-end feature shipping)production-readiness (deployment gates, security, performance)deep-research-orchestrator (3-phase research SOP with quality gates)network-security-setup (lock down environments, layer security SOPs)Key Principles:
docs/COMPONENT-COUNTS.json).discovery/SKILL-INDEX.md, discovery/AGENT-REGISTRY.md, and discovery/COMMAND-INDEX.md map routing across the hierarchy..claude-plugin/marketplace.json.docs/workflows/graphviz/ with an index and README..mcp.json documents sample servers (e.g., memory-mcp, connascence-analyzer, fetch, sequential-thinking, filesystem, playwright, ruv-swarm)./plugin marketplace add DNYoussef/context-cascade
npx claudepluginhub singuliodev/context-cascadeUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.