ecosystem-guide
Claude Code Ecosystem Guide
A curated set of tools for enhanced Claude Code workflows.
The Stack
| Tool | Type | Purpose |
|---|---|---|
| toolkit-skills | Plugin | Forced-eval hook + core skills (pair with any skills plugin) |
| svelte-skills-kit | Plugin | Svelte/SvelteKit skills (pair with toolkit-skills) |
| ccrecall | CLI | Sync transcripts → SQLite for analytics |
| mcp-omnisearch | MCP | Unified search (Tavily, Kagi, GitHub, etc.) |
| mcp-sqlite-tools | MCP | Safe SQLite operations |
| mcpick | CLI | Toggle MCP servers dynamically |
| research | Skill | Verified source research patterns |
| skill-creator | Skill | Create Claude skills with best practices |
Decision Tree
More from spences10/claude-code-toolkit
terminal-optimization
Terminal setup for Claude Code. Use for Ghostty config, statusline customization, voice dictation, tmux worktrees.
17reflect
Analyze session history for learnings and persist to skills. Solves \"memory zero\" - correct once, never again.
9techdebt-finder
Find technical debt patterns in codebases. Use when asked to find duplicated code, inconsistent patterns, or refactoring opportunities.
9skill-creator
Design and create Claude Skills using progressive disclosure principles. Use when building new skills, planning skill architecture, or writing skill content.
6claude-md-maintenance
Maintain CLAUDE.md files effectively. Use when adding lessons learned, updating conventions, or restructuring project instructions.
5research
Verify sources before presenting findings. Use when asked to research links or documentation.
4