Svelte 5 and SvelteKit skills marketplace for Claude Code.
# 1. Add marketplace (one-time)
/plugin marketplace add spences10/svelte-skills-kit
# 2. Install plugin
/plugin install svelte-skills
Note: Marketplace = catalog. Plugin = what you install from it.
Part of the @spences10 Claude Code ecosystem:
| Repo | Description |
|---|---|
| claude-code-toolkit | Performance, productivity, skills |
| mcp-omnisearch | Unified search MCP (Tavily, Kagi) |
| mcp-sqlite-tools | Safe SQLite operations MCP |
| mcpick | Dynamic MCP server toggling |
| cclog | Claude Code transcript → SQLite |
| claude-skills-cli | CLI for creating skills |
# Clone marketplace
git clone [email protected]:spences10/svelte-skills-kit.git ~/code/svelte-skills-kit
# 1. Add marketplace
/plugin marketplace add ~/code/svelte-skills-kit
# 2. Install plugin
/plugin install svelte-skills
Note: Plugin files are cached at ~/.claude/plugins/cache/. After editing source files, reinstall or manually sync cache.
Three hook options in plugins/svelte-skills/hooks/:
skill-simple-instruction.sh - Basic echo instructionskill-activation-forced-eval.sh - Enforces Evaluate→Activate→Implementskill-activation-llm-eval.sh - Smart matching via Claude APIImportant: Hook commands must use ${CLAUDE_PLUGIN_ROOT} for paths:
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/your-script.sh"
Bump version in plugins/svelte-skills/.claude-plugin/plugin.json on changes.