ecosystem-guide
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.
Best use case
ecosystem-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using ecosystem-guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ecosystem-guide/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ecosystem-guide Compares
| Feature / Agent | ecosystem-guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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** - Read/write SQLite with safety guards ### "I have too many MCPs eating context" → **mcpick** - Enable/disable servers per-project ### "I want to track my Claude Code usage" → **cclog** - Sync transcripts, query with mcp-sqlite-tools ### "I'm building with Svelte/SvelteKit" → **svelte-skills-kit** - Runes, routing, data flow patterns (you're here!) ### "I need to research a topic or verify sources" → **research skill** - Verified source research, repo cloning patterns ### "I want to create a new Claude skill" → **skill-creator skill** - Progressive disclosure, writing guide, CLI reference ## Recommended Setup ```bash # 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 ``` toolkit-skills hook ensures skills from any plugin activate on relevant prompts. ## Links | Tool | GitHub | | ------------------- | ------------------------------------------------ | | claude-code-toolkit | https://github.com/spences10/claude-code-toolkit | | svelte-skills-kit | https://github.com/spences10/svelte-skills-kit | | cclog | https://github.com/spences10/cclog | | mcp-omnisearch | https://github.com/spences10/mcp-omnisearch | | mcp-sqlite-tools | https://github.com/spences10/mcp-sqlite-tools | | mcpick | https://github.com/spences10/mcpick |
Related Skills
environment-setup-guide
Guide developers through setting up development environments with proper tools, dependencies, and configurations
cowork-guide
CRITICAL: Comprehensive guide for CoWork Skills CLI tool. Triggers on: cowork, Skills.toml, skill management, plugin configuration, cowork init, cowork install, cowork config, cowork generate
components-guide
Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.
claude-ecosystem
Claude Code ecosystem expertise. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles creation), CLAUDE.md (project instructions, optimization). Actions: configure, troubleshoot, create, deploy, integrate, optimize Claude Code. Keywords: Claude Code, Anthropic, CLI tool, slash command, MCP server, Agent Skill, hook, plugin, CI/CD, enterprise, CLAUDE.md, agentic coding, agent, skill, output-style, SKILL.md, subagent, Task tool, project instructions, token optimization. Use when: learning Claude Code features, configuring settings, creating skills/agents/hooks, setting up MCP servers, troubleshooting issues, CI/CD integration, initializing or optimizing CLAUDE.md files.
clack-guidelines
Comprehensive guide for building beautiful interactive command-line interfaces using Clack. Use when creating CLI tools with text input, selections, autocomplete, progress tracking, and streaming output.
astrology-interpretation-guide
Comprehensive astrology expert covering natal charts, transits, houses, aspects, and astrological traditions from Western to Vedic
Arcanea Voice Guide
Brand voice and terminology guide for all Arcanea content - ensures consistent, magical communication across UI, marketing, and narrative
analytic-skills-guide
Guide for AI agent to use the tools offered by this library to perform analytic tasks.
ai-engineering-guide
Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.
agents-md-guidelines
Guidelines for writing small, stable AGENTS.md files. Use when creating, refactoring, or reviewing AGENTS.md.
agent-ops-guide
Interactive workflow guide. Use when user is unsure what to do next, needs help navigating AgentOps, or wants to understand available tools.
agent-guidelines
When you need to understand the project's core mandate, operational rules, or "Constitution". Use this skill to align with the project's identity and strict coding standards.