A Kiro skill that provides CLI tools for Svelte 5 documentation lookup and code analysis.
This skill enables Kiro to work more effectively with Svelte 5 projects by providing:
Once imported, the skill is automatically copied to your skills directory and ready to use.
You can also manually place the skill file at:
~/.kiro/skills/svelte-code-writer/SKILL.md.kiro/skills/svelte-code-writer/SKILL.mdFor the latest installation instructions, see the official documentation.
Once installed, the skill will be automatically available to Kiro. You can activate it manually in chat using:
#svelte-code-writer
Or Kiro will automatically use it when working with Svelte files.
@sveltejs/mcp package (automatically fetched via npx)For a more integrated experience, consider installing the Svelte MCP Power instead, which provides the same functionality through Kiro's Power system.
See https://github.com/coreyx/svelte-mcp-power
The skill provides three main commands:
npx @sveltejs/mcp list-sections - List available documentationnpx @sveltejs/mcp get-documentation "<sections>" - Get specific docsnpx @sveltejs/mcp svelte-autofixer "<code_or_path>" - Analyze and fix codeSee SKILL/SKILL.md for detailed usage examples.