svelte-skills-kit
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 65 GitHub stars
Code Pass
- Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This skill pack provides Claude Code with best practices, code patterns, and ecosystem knowledge for Svelte 5 and SvelteKit development. It helps guide the AI in building, styling, and deploying Svelte applications.
Security Assessment
The automated code scan reviewed 3 files and found no dangerous patterns, hardcoded secrets, or requests for dangerous permissions. Because this is a knowledge base and skill marketplace rather than a standalone executable script, it does not inherently execute shell commands, access sensitive local data, or make external network requests on its own. The overall risk is rated as Low.
Quality Assessment
The project is very actively maintained, with its last code push occurring today. It has earned a solid amount of community trust with 65 GitHub stars, showing that developers find it useful. The primary negative is the complete lack of a license file. Without a defined license, strict copyright laws technically apply, meaning other developers do not have formal legal permission to copy, modify, or distribute the code. Despite this legal ambiguity, the technical quality for personal use remains high.
Verdict
Safe to use, though you should keep the unlicensed status in mind if you plan to incorporate any of its code into a commercial or open-source project.
🦀 Claude Code Skills for Svelte and SvelteKit
svelte-skills-kit
Svelte 5 and SvelteKit skills marketplace for Claude Code.
Quick Start
# 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.
Skills Included
- ecosystem-guide - Tool selection for spences10's Claude Code ecosystem
- layerchart-svelte5 - LayerChart patterns with Svelte 5 snippets
- svelte-components - Component patterns (Bits UI, Ark UI, Melt UI)
- svelte-deployment - Adapters, Vite config, pnpm, PWA
- svelte-runes - $state, $derived, $effect, migration
- svelte-styling - CSS patterns, style: directive, :global, custom properties
- svelte-template-directives - {@attach}, {@html}, {@render}, {@const}
- sveltekit-data-flow - Load functions, form actions
- sveltekit-remote-functions - command(), query(), form() patterns
- sveltekit-structure - Routing, layouts, error handling, SSR
Official Svelte Best Practices
These skills are aligned with the official Svelte best practices. The Svelte team also publishes their own svelte-core-bestpractices skill — this marketplace complements it with deeper coverage of SvelteKit patterns, component libraries, deployment, and real-world examples.
Skills Ecosystem
Part of a connected suite of tools for Claude Code power users. These projects work together to give Claude Code persistent memory, better search, framework expertise, and self-improving skills.
Skills & Plugins
Create, share, and use Claude Code skills with reliable activation.
| Project | What it does |
|---|---|
| claude-code-toolkit | Performance plugins, productivity skills, and ecosystem guide |
| svelte-skills-kit | Production-ready Svelte 5 & SvelteKit skills (90%+ verified accuracy) |
| claude-skills-cli | Create skills with progressive disclosure validation and 84% activation hooks |
| svelte-claude-skills | Original Svelte skills collection - now consolidated into svelte-skills-kit |
MCP Servers & Tools
Extend Claude Code's capabilities with MCP servers for search, databases, and usage tracking.
| Project | What it does |
|---|---|
| mcp-omnisearch | Unified search across Tavily, Brave, Kagi, Perplexity, and GitHub |
| mcp-sqlite-tools | Safe SQLite operations with schema inspection and query building |
| mcpick | Toggle MCP servers on/off without restarting - reduce context bloat |
| ccrecall | Sync Claude Code transcripts to SQLite for usage analytics and search |
Local Development
# 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.
Hooks
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 API
Important: Hook commands must use ${CLAUDE_PLUGIN_ROOT} for paths:
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/your-script.sh"
Versioning
Bump version in plugins/svelte-skills/.claude-plugin/plugin.json on changes.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found