claude-code-toolkit

April 29, 2026 · View on GitHub

Productivity and ecosystem tools for Claude Code.

For vendor-agnostic skills usable outside Claude Code's plugin marketplace, use spences10/skills.

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:

ServerPurpose
mcp-omnisearchUnified search (Tavily, Kagi, GitHub, Perplexity)
mcp-sqlite-toolsSafe SQLite operations
mcpickManage MCP servers, plugins, cache, and profiles

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.

SkillDescription
ecosystem-guideGuide to choosing the right tool across the ecosystem
researchVerify sources before presenting findings
skill-creatorDesign and create Claude Skills using progressive disclosure
reflectExtract learnings from sessions and persist to skills
plugin-devValidate, test, and distribute Claude Code plugins

claude-workflow

Claude Code workflow patterns.

SkillDescription
advanced-promptingHigh-leverage prompts that challenge Claude's defaults
claude-md-maintenanceMaintain CLAUDE.md files effectively
orchestrationMulti-agent orchestration patterns for team mode
structured-rpiEnhanced Research-Plan-Implement workflow with structured phase gates

dev-environment

Development environment setup.

SkillDescription
terminal-optimizationTerminal setup for Claude Code (Ghostty, statusline, tmux)
worktree-masteryGit worktree patterns for parallel Claude sessions

devops-skills

DevOps patterns.

SkillDescription
ci-debug-workflowDebug failing CI pipelines and reproduce bugs locally
techdebt-finderFind duplicated code, inconsistent patterns, and refactoring opportunities
deslopIdentify and remove AI-generated code patterns (slop)
improve-codebase-architectureFind architectural improvement opportunities and deepen shallow modules

dev-practices

Development practice skills.

SkillDescription
tddTest-Driven Development workflow with red-green-refactor cycle

nopeek

Secret safety for Claude Code sessions. Powered by the nopeek CLI.

HookEventWhat it does
session-loadSessionStartAuto-loads stored credentials and CLI profiles via CLAUDE_ENV_FILE
redact-outputPreToolUse(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. For portable skills across compatible agents, use spences10/skills.

ProjectWhat it does
nopeekSecure proxy between Claude Code and your secrets
svelte-skills-kitProduction-ready Svelte 5 & SvelteKit skills (90%+ verified accuracy)
claude-skills-cliCreate skills with progressive disclosure validation and 84% activation hooks
mcpickManage MCP servers, plugins, cache, and profiles from the CLI
ccrecallSync Claude Code transcripts to SQLite for usage analytics and search

Local Development

git clone git@github.com:spences10/claude-code-toolkit.git ~/repos/claude-code-toolkit

# Add local marketplace
/plugin marketplace add ~/repos/claude-code-toolkit

# Install plugin
/plugin install mcp-essentials

Releasing Updates

Version lives in one place: .claude-plugin/marketplace.json. Bump all "version" values there, commit, and push. Users with auto-update get changes on startup. Others run /plugin update plugin-name@spences10-claude-code-toolkit.