spences10

Svelte Skills — Development skill for Claude Code

Development community Intermediate

SvelteKit development skills and patterns.

How to install Svelte Skills

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

What Svelte Skills does

**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)

Alternatives in Development

  • Claude Code Examples — Official example projects and patterns from Anthropic 35.6k ★
  • Om Weekly — Weekly synthesis — cross-session review of vault activity, North Star alignment, patterns, uncaptured wins, an 4.6k ★
  • Learn Eval — 从会话中提取可复用的模式(Patterns),在保存前进行质量自评,并确定合适的保存位置(全局 vs 项目) 1.9k ★

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

...