Svelte Skills banner
spences10 spences10

Svelte Skills

Development community Intermediate

Description

> **Note:** This repo was the testing ground for building the Claude > Code ecosystem below. The skills here have been consolidated into > [svelte-skills-kit](https://github.com/spences10/svelte-skills-kit)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Svelte Claude Skills

**Note:** This repo was the testing ground for building the Claude Code ecosystem below. The skills here have been consolidated into [svelte-skills-kit](https://github.com/spences10/svelte-skills-kit) which is actively maintained.

Claude Code Ecosystem

A connected suite of tools for Claude Code power users - persistent memory, better search, framework expertise, and self-improving skills.

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 - 90%+ verified (pair with toolkit-skills)
**mcp-omnisearch** MCP Unified search (Tavily, Kagi, Perplexity, GitHub)
**mcp-sqlite-tools** MCP Safe SQLite operations with schema inspection
**mcpick** CLI Toggle MCP servers without restart
**cclog** CLI Sync transcripts → SQLite for analytics

Quick Start

First, add the marketplaces (run inside Claude Code):

/plugin marketplace add spences10/claude-code-toolkit
/plugin marketplace add spences10/svelte-skills-kit

Then install the plugins:

# Core: forced-eval hook + ecosystem skills

...