Back to list
spences10

ecosystem-guide

by spences10

🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials

4🍴 0📅 Jan 24, 2026

SKILL.md


name: ecosystem-guide description: Guide to spences10's Claude Code ecosystem tools. Use when user asks which tool to use, how tools relate, or needs help choosing between MCP servers, skills, or CLIs.

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

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

# 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

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

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon