ecosystem-guide

Solid

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.

Code & Development 364 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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) | | **cclog** | 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 ### "I want skills to activate reliably" → **toolkit-skills** - Forced-eval hook evaluates every prompt against available skills. Install alongside any skills plugin. ```bash claude plugin install toolkit-skills@claude-code-toolkit ``` ### "I need to search the web" → **mcp-omnisearch** - Web search, GitHub code search, AI answers ### "I need to query a database" → **mcp-sqlite-tools** -...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category