Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spences10 avatar

Ecosystem Guide

  • 4 installs
  • 35 repo stars
  • Updated April 29, 2026
  • spences10/claude-code-toolkit

Helps with ai & agent building tasks.

About

ecosystem-guide is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • ecosystem-guide
  • AI & Agent Building
  • AI-coding skill

Ecosystem Guide by the numbers

  • 4 all-time installs (skills.sh)
  • Ranked #13,372 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/claude-code-toolkit --skill ecosystem-guide

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4
repo stars35
Last updatedApril 29, 2026
Repositoryspences10/claude-code-toolkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Claude Code Ecosystem Guide

A curated set of tools for enhanced Claude Code workflows.

The Stack

ToolTypePurpose
toolkit-skillsPluginForced-eval hook + core skills (pair with any skills plugin)
svelte-skills-kitPluginSvelte/SvelteKit skills (pair with toolkit-skills)
ccrecallCLISync transcripts → SQLite for analytics
mcp-omnisearchMCPUnified search (Tavily, Kagi, GitHub, etc.)
mcp-sqlite-toolsMCPSafe SQLite operations
mcpickCLIToggle MCP servers dynamically
researchSkillVerified source research patterns
skill-creatorSkillCreate 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.

"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"

ccrecall - Sync transcripts, query with mcp-sqlite-tools

"I'm building with Svelte/SvelteKit"

svelte-skills-kit - Runes, routing, data flow patterns

"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

Typical Workflows

Recommended Setup (Skills)

# Core: forced-eval hook + ecosystem skills
claude plugin install toolkit-skills@claude-code-toolkit

# Domain skills (optional, based on your stack)
claude plugin install svelte-skills@svelte-skills-kit

toolkit-skills hook ensures skills from any plugin activate on relevant prompts.

Research Mode

mcpick enable omnisearch
# Now Claude has web search, GitHub search, AI answers

Data Analysis Mode

mcpick enable sqlite-tools
# Query databases, analyze CSVs, manage data

Minimal Context Mode

mcpick disable omnisearch sqlite-tools
# Just Claude Code core tools

Analytics Review

bun x ccrecall sync  # Update database
# Then query ~/.claude/ccrecall.db with mcp-sqlite-tools

Links

ToolGitHub
claude-code-toolkithttps://github.com/spences10/claude-code-toolkit
svelte-skills-kithttps://github.com/spences10/svelte-skills-kit
ccrecallhttps://github.com/spences10/ccrecall
mcp-omnisearchhttps://github.com/spences10/mcp-omnisearch
mcp-sqlite-toolshttps://github.com/spences10/mcp-sqlite-tools
mcpickhttps://github.com/spences10/mcpick

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.