Loading...
Loading...
Guide to spences10's Claude Code ecosystem. Use when user asks which tool to use, how tools relate, or needs help choosing between MCP servers, skills, or CLIs.
npx skill4agent add spences10/svelte-skills-kit ecosystem-guide| 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 |
claude plugin install toolkit-skills@claude-code-toolkit# Core: forced-eval hook + ecosystem skills
claude plugin install toolkit-skills@claude-code-toolkit
# Svelte/SvelteKit skills
claude plugin install svelte-skills@svelte-skills-kit| Tool | GitHub |
|---|---|
| claude-code-toolkit | https://github.com/spences10/claude-code-toolkit |
| svelte-skills-kit | https://github.com/spences10/svelte-skills-kit |
| ccrecall | https://github.com/spences10/ccrecall |
| mcp-omnisearch | https://github.com/spences10/mcp-omnisearch |
| mcp-sqlite-tools | https://github.com/spences10/mcp-sqlite-tools |
| mcpick | https://github.com/spences10/mcpick |