By sethdford
Pre-built development workflows - /fix, /build, /explore, /review with 10 consolidated agents
Implement features using architect → kraken → arbiter chain
Understand codebase structure and patterns using scout agent
Debug and fix issues using sleuth → kraken → arbiter chain
Review code changes using judge agent
Interactive workflow router - guides you to the right workflow
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 claimnpx claudepluginhub sethdford/claude-toolkit --plugin workflowsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modular enhancements for Claude Code - Use what you need, skip what you don't.
Install one plugin or all of them. Each works independently.
This toolkit extracts the best ideas from three projects:
# 1. Clone the repository
git clone https://github.com/sethdford/claude-toolkit.git
cd claude-toolkit
# 2. Add as a local marketplace
claude plugin marketplace add .
# 3. Install plugins you want
claude plugin install tldr@claude-toolkit
claude plugin install memory@claude-toolkit
claude plugin install wave@claude-toolkit
claude plugin install workflows@claude-toolkit
claude plugin install team@claude-toolkit
# 4. IMPORTANT: Restart Claude Code to load plugins
# Exit current session and start a new one
┌─────────────────────────────────────────────────────────────────────┐
│ TIER 1: Lite (Memory + Analysis) │
│ ───────────────────────────────────────────────────────────────── │
│ claude plugin install tldr@claude-toolkit │
│ claude plugin install memory@claude-toolkit │
├─────────────────────────────────────────────────────────────────────┤
│ TIER 2: Standard (+ Workflows) │
│ ───────────────────────────────────────────────────────────────── │
│ claude plugin install wave@claude-toolkit │
│ claude plugin install workflows@claude-toolkit │
├─────────────────────────────────────────────────────────────────────┤
│ TIER 3: Full (+ Team Coordination) │
│ ───────────────────────────────────────────────────────────────── │
│ claude plugin install team@claude-toolkit │
│ python3 packages/team-server/src/server.py # Run team server │
└─────────────────────────────────────────────────────────────────────┘
Note: After installing plugins, you must restart Claude Code for them to take effect.
95% token savings through 5-layer code analysis.
/tldr structure src/ # Code structure overview
/tldr context auth_handler # LLM-ready context for a function
/tldr impact process_data # What calls this function?
/tldr slice file.py func 42 # What affects line 42?
| Layer | What It Provides | Tokens |
|---|---|---|
| L1: AST | Functions, classes, signatures | ~500 |
| L2: Call Graph | Cross-file dependencies | +440 |
| L3: CFG | Control flow, complexity | +110 |
| L4: DFG | Data flow, variable tracking | +130 |
| L5: PDG | Program slicing, impact | +150 |
Total: ~1,200 tokens vs 23,000 raw = 95% savings
Remember and recall across sessions. SQLite-based, no external dependencies.
/remember "JWT auth requires the secret in .env"
/recall authentication patterns
The system also learns automatically from your sessions via the memory-extractor hook.
| Feature | Description |
|---|---|
| Semantic search | Find by meaning, not just keywords |
| Auto-extraction | Learns from your work automatically |
| Session handoffs | Resume where you left off |
Execute complex tasks through waves of parallel agents.
/wave "Build REST API with auth, CRUD, and tests"
/wave-status
/cancel-wave
Wave 1 Wave 2 Wave 3
[Explore] [Plan] [Auth] [CRUD] [Tests] [Docs]
DONE!
| Mode | Description |
|---|---|
wave | Iterative parallel (default) |
swarm | All agents work independently |
pipeline | Sequential handoffs |
Pre-built workflows for common development tasks.
/workflow # Interactive router
/fix bug "login fails" # Debug → implement → test → commit
/build feature "..." # Plan → validate → implement → PR
/explore # Understand codebase
/review # Code review
Uses 10 consolidated agents (from original 32):
QA skills for api-testing domain.
Master architecture communication: C4 models, RFCs, presentations, and documentation. Align stakeholders and explain architectural decisions.
Prioritization frameworks, roadmapping, and trade-off decision-making.
Design patterns, data structures, algorithms, concurrency patterns, functional patterns, reactive patterns, state management, and resource management.
Establish architecture governance, design fitness functions, manage tech debt, and ensure compliance. Build sustainable architecture practices.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Use this agent for optimizing human-agent collaboration workflows and analyzing workflow efficiency. This agent specializes in identifying bottlenecks, streamlining processes, and ensuring smooth handoffs between human creativity and AI assistance. Examples:\n\n<example>\nContext: Improving development workflow efficiency
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Development workflow automation plugin: specify → open → execute pipeline with parallel research agents, hook-based guards, and PR state management
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review