claude-code-toolkit
Productivity and ecosystem tools for Claude Code.
Quick Start
# Add marketplace
/plugin marketplace add spences10/claude-code-toolkit
# Install plugins
/plugin install mcp-essentials
/plugin install analytics
/plugin install toolkit-skills
/plugin install claude-workflow
/plugin install dev-environment
/plugin install devops-skills
/plugin install dev-practices
/plugin install nopeek
Plugins
mcp-essentials
Setup guide for recommended MCP servers:
Skills: mcp-setup — setup guide for configuring MCP servers
analytics
Query Claude Code usage from ccrecall database:
- Token usage by model/project/day
- Session history
- Thinking block search
Skills: analytics — query token usage and session history
toolkit-skills
Core skills for the toolkit ecosystem.
| Skill | Description |
|---|
| ecosystem-guide | Guide to choosing the right tool across the ecosystem |
| research | Verify sources before presenting findings |
| skill-creator | Design and create Claude Skills using progressive disclosure |
| reflect | Extract learnings from sessions and persist to skills |
| plugin-dev | Validate, test, and distribute Claude Code plugins |
claude-workflow
Claude Code workflow patterns.
| Skill | Description |
|---|
| advanced-prompting | High-leverage prompts that challenge Claude's defaults |
| claude-md-maintenance | Maintain CLAUDE.md files effectively |
| orchestration | Multi-agent orchestration patterns for team mode |
| structured-rpi | Enhanced Research-Plan-Implement workflow with structured phase gates |
dev-environment
Development environment setup.
| Skill | Description |
|---|
| terminal-optimization | Terminal setup for Claude Code (Ghostty, statusline, tmux) |
| worktree-mastery | Git worktree patterns for parallel Claude sessions |
devops-skills
DevOps patterns.
| Skill | Description |
|---|
| ci-debug-workflow | Debug failing CI pipelines and reproduce bugs locally |
| techdebt-finder | Find duplicated code, inconsistent patterns, and refactoring opportunities |
| deslop | Identify and remove AI-generated code patterns (slop) |
| improve-codebase-architecture | Find architectural improvement opportunities and deepen shallow modules |
dev-practices
Development practice skills.
| Skill | Description |
|---|
| tdd | Test-Driven Development workflow with red-green-refactor cycle |
nopeek
Secret safety for Claude Code sessions. Powered by the nopeek CLI.
| Hook | Event | What it does |
|---|
| session-load | SessionStart | Auto-loads stored credentials and CLI profiles via CLAUDE_ENV_FILE |
| redact-output | PreToolUse(Bash) | Wraps cloud CLI output through secret pattern redaction |
Prerequisite: npx nopeek init
Skills: nopeek — secret-safe Claude Code sessions setup and troubleshooting
Ecosystem
Related projects for Claude Code power users.