svelte-code-writer

Look up Svelte 5 documentation and analyze Svelte code with type checking and linting.

16|1|Updated Apr 7, 2025
One-click install
npx skills add https://github.com/henryoman/TrenchClaw --skill svelte-code-writer-henryoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: svelte-code-writer
Source: https://github.com/henryoman/TrenchClaw/tree/main/.agents/skills/svelte-code-writer
Command: npx skills add https://github.com/henryoman/TrenchClaw --skill svelte-code-writer-henryoman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides tools to look up Svelte 5 documentation and analyze Svelte code, streamlining the development and debugging of Svelte components and modules.

Core Features & Use Cases

  • Documentation Lookup: Access Svelte 5 and SvelteKit documentation sections.
  • Code Analysis: Perform type checking and linting on Svelte projects.
  • Use Case: When encountering a new Svelte feature like $state, use the documentation lookup to understand its usage and then run the project's linting commands to ensure your implementation adheres to project standards.

Quick Start

Use the svelte-code-writer skill to list documentation sections.

Frequently Asked Questions about svelte-code-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Svelte 5 documentation for new features like $state?

Svelte 5 documentation lookup is performed using CLI tools that access specific documentation sections to help you understand new features like $state and their usage within components.

How do I run type checking and linting on Svelte components?

Type checking and linting on Svelte components are executed by running the project's analysis commands, ensuring your code quality and adherence to project standards within Svelte modules.

Does Svelte code analysis work with SvelteKit projects?

Yes, Svelte code analysis works with SvelteKit projects by providing tools to look up SvelteKit documentation sections and perform type checking across your Svelte components and modules.

What is the best way to analyze code quality in a Svelte 5 project?

The best way to analyze code quality in a Svelte 5 project is to run integrated type checking and linting commands, which validate your implementation against established project standards.

Do I need a specific environment to run Svelte documentation lookup and linting?

Yes, executing Svelte documentation lookup and linting requires the svelte-file-editor agent environment for optimal results and proper tool functionality during code analysis.