claude-code-toolkit
Claude Code workflow, debugging, testing, and secret safety
All Skills in This Repository (14)
Pure Emerald Level Indicatorsmcp-setup
Automate installation and configuration of MCP servers for Claude Code workflows.
session-analytics
Analyze Claude Code usage data from the ccrecall SQLite database.
terminal-optimization
Configure Ghostty, statuslines, voice dictation, and tmux worktrees for Claude Code.
worktree-mastery
Isolate parallel Claude sessions in separate Git worktrees sharing one repository.
advanced-prompting
Critique and verify AI outputs through structured challenge, verification, and reset prompts.
claude-md-maintenance
Maintains organizational Tree and manages lifecycle of files and folders in the repository.
plan-review-workflow
Plan and validate complex changes before implementation with staff review.
orchestration
Coordinate multi-agent workflows across Claude Code with fan-out, pipeline, and map-reduce patterns.
techdebt-finder
Detects duplicated code and inconsistent patterns, then outputs a prioritized Technical Debt Report.
ci-debug-workflow
Debug CI failures and reproduce bugs locally across Linux and containerized environments.
ecosystem-guide
Match user workflow goals to Claude Code ecosystem tools via a decision tree.
reflect
Analyze session history to extract learnings and persist them into skill files.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-toolkit?▼
Run `npx skills add spences10/claude-code-toolkit --all -g -y` in your terminal to install all skills in this collection globally.
How to run parallel Claude Code sessions on one repo?▼
Use the worktree-mastery skill to create separate git worktrees, giving each session its own isolated working directory with no branch conflicts.
How to keep API keys out of Claude Code sessions?▼
The nopeek plugin loads secrets via environment files and redacts cloud CLI output, so Claude sees key names but never the actual values.
How to debug a failing CI pipeline?▼
The ci-debug-workflow skill reads CI logs, reproduces the failure locally, identifies the root cause, and verifies the fix before pushing.
Can I track my Claude Code token usage?▼
Yes. The analytics skill queries your synced session database to report token usage by model, project, and day.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core