ryanthedev

Svelte Docs — Development skill for Claude Code

Development community

Use when answering questions about Svelte components, runes, template syntax, reactivity, lifecycle, stores, styling, special elements, or compiler behavior.

How to install Svelte Docs

Installs to ~/.claude/skills/ryanthedev-svelte-foundations.skill-svelte-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-svelte-foundations.skill-svelte-docs && curl -fsSL https://raw.githubusercontent.com/ryanthedev/svelte-foundations.skill/HEAD/commands/svelte-docs.md -o ~/.claude/skills/ryanthedev-svelte-foundations.skill-svelte-docs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Svelte Docs does


description: "Use when answering questions about Svelte components, runes, template syntax, reactivity, lifecycle, stores, styling, special elements, or compiler behavior."

Skill: svelte-docs

Search the official Svelte documentation to answer questions accurately.


Docs Location

All documentation lives at:

${CLAUDE_PLUGIN_ROOT}/refs/svelte-docs/

Workflow

  1. Read ${CLAUDE_PLUGIN_ROOT}/skills/svelte-docs/MANIFEST.md to find relevant files by title and section

Alternatives in Development

Full documentation available on GitHub

View Source Repository