spences10spences10Community·14 Agent Skills Included

claude-code-toolkit

Claude Code workflow, debugging, testing, and secret safety

Improves daily coding workflows with structured research-plan-implement phases, multi-session git worktrees, and test-driven development cycles. Debugs failing CI pipelines, finds duplicated code and technical debt, and removes verbose AI-generated code patterns. Keeps API keys and credentials out of conversation context with automatic secret redaction and safe environment loading.
npx skills add spences10/claude-code-toolkit --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
📦 In Repo
spences10spences10

mcp-setup

Automate installation and configuration of MCP servers for Claude Code workflows.

Community
Intermediate
📦 In Repo
spences10spences10

session-analytics

Analyze Claude Code usage data from the ccrecall SQLite database.

Community
Intermediate
📦 In Repo
spences10spences10

terminal-optimization

Configure Ghostty, statuslines, voice dictation, and tmux worktrees for Claude Code.

Community
Intermediate
📦 In Repo
spences10spences10

worktree-mastery

Isolate parallel Claude sessions in separate Git worktrees sharing one repository.

Community
Advanced
📦 In Repo
spences10spences10

advanced-prompting

Critique and verify AI outputs through structured challenge, verification, and reset prompts.

Community
Advanced
📦 In Repo
spences10spences10

claude-md-maintenance

Maintains organizational Tree and manages lifecycle of files and folders in the repository.

Community
Intermediate
📦 In Repo
spences10spences10

plan-review-workflow

Plan and validate complex changes before implementation with staff review.

Community
Advanced
📦 In Repo
spences10spences10

orchestration

Coordinate multi-agent workflows across Claude Code with fan-out, pipeline, and map-reduce patterns.

Community
Advanced
📦 In Repo
spences10spences10

techdebt-finder

Detects duplicated code and inconsistent patterns, then outputs a prioritized Technical Debt Report.

Community
Advanced
📦 In Repo
spences10spences10

ci-debug-workflow

Debug CI failures and reproduce bugs locally across Linux and containerized environments.

Community
Intermediate
📦 In Repo
spences10spences10

ecosystem-guide

Match user workflow goals to Claude Code ecosystem tools via a decision tree.

Community
Intermediate
📦 In Repo
spences10spences10

reflect

Analyze session history to extract learnings and persist them into skill files.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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