claude-code-toolkit
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 27 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This toolkit is a collection of skills and plugins designed to enhance productivity, workflows, and MCP server management for Claude Code. It primarily provides instructional prompts and structured guides to improve the AI's development capabilities.
Security Assessment
The overall risk is Low. An automated scan of 12 files found no dangerous patterns, hardcoded secrets, or requests for dangerous permissions. Because the project is written in Shell, it does have the inherent capacity to execute local commands. However, the code appears to act mainly as a framework for skills and recommending other MCP servers rather than performing direct background operations. Developers should be aware that it references and depends on several external packages (like database and search tools), so standard caution applies when installing third-party dependencies.
Quality Assessment
The project is actively maintained, with its most recent push occurring today. It has a small but positive community trust signal with 27 GitHub stars. However, the repository lacks a license file. This is a significant oversight because, without a defined license, the code is technically proprietary by default, meaning you do not have explicit legal permission to use, modify, or distribute it.
Verdict
Use with caution — the code itself appears safe and well-maintained, but the absence of a license makes it legally risky for integration into any formal or commercial project.
🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials
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:
| Server | Purpose |
|---|---|
| mcp-omnisearch | Unified search (Tavily, Kagi, GitHub, Perplexity) |
| mcp-sqlite-tools | Safe SQLite operations |
| mcpick | Manage 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.
| 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.
| Project | What it does |
|---|---|
| nopeek | Secure proxy between Claude Code and your secrets |
| svelte-skills-kit | Production-ready Svelte 5 & SvelteKit skills (90%+ verified accuracy) |
| claude-skills-cli | Create skills with progressive disclosure validation and 84% activation hooks |
| mcpick | Manage MCP servers, plugins, cache, and profiles from the CLI |
| ccrecall | Sync Claude Code transcripts to SQLite for usage analytics and search |
Local Development
git clone [email protected]: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.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found