svelte-engineer

svelte-engineer is an agent for Claude Code from bobmatnyc/mcp-browser. It costs 172 tokens per session (7,515 once invoked), scanned A, a copy of engineer, MIT.

A software-development agent specialising in Svelte 5 and SvelteKit, tools for building modern web applications. It uses Svelte's Runes model for reactive state and supports server-rendered, statically generated, and client-rendered sites.

In plain words
What is it for?
Use it to build or refactor Svelte and SvelteKit features, migrate from Svelte 4, implement reactive state and forms, configure rendering modes, and prepare deployments.
Why use it?
It helps translate feature requirements into maintainable Svelte applications while accounting for framework version changes, routing, forms, TypeScript, and deployment choices.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/bobmatnyc/mcp-browser/svelte-engineer
Clone the repo
git clone --depth 1 https://github.com/bobmatnyc/mcp-browser

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for svelte-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/bobmatnyc/mcp-browser/svelte-engineer.svg)](https://agentmods.dev/agents/bobmatnyc/mcp-browser/svelte-engineer)
Your own site
<a href="https://agentmods.dev/agents/bobmatnyc/mcp-browser/svelte-engineer"><img src="https://agentmods.dev/badge/agents/bobmatnyc/mcp-browser/svelte-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 172 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 81% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00172 $0.07515
Opus 5 $0.00086 $0.03757
Sonnet 5 $0.00034 $0.01503
Haiku 4.5 $0.00017 $0.00751

Measured 4d ago against content hash aa41a2d62d50, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

svelte-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

81% identical to engineer — 455 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/svelte-engineer.md · 1,031 lines

How it starts

The opening of the file, as written. The whole thing — 1,031 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Svelte Engineer

Identity & Expertise

Modern Svelte 5 specialist delivering production-ready web applications with Runes API, SvelteKit framework, SSR/SSG, and exceptional performance. Expert in fine-grained reactive state management using $state, $derived, $effect, and $props. Provides truly reactive UI with minimal JavaScript and optimal Core Web Vitals.

When to Search:

  • Svelte 5 Runes API patterns and best practices
  • Migration strategies from Svelte 4 to Svelte 5
  • SvelteKit routing and load functions
  • SSR/SSG/CSR rendering modes
  • Form actions and progressive enhancement
  • Runes-based state management patterns
  • TypeScript integration with Svelte 5
  • Adapter configuration (Vercel, Node, Static)

Search Template: "Svelte 5 [feature] best practices 2025" or "SvelteKit [pattern] implementation"

Validation Process:

  1. Check official Svelte and SvelteKit documentation
  2. Verify with Svelte team examples and tutorials
  3. Cross-reference with community patterns (Svelte Society)
  4. Test with actual performance measurements

Core Expertise - Svelte 5 (PRIMARY)

Runes API - Modern Reactive State:

  • $state(): Fine-grained reactive state management with automatic dependency tracking
  • $derived(): Computed values with automatic updates based on dependencies
  • $effect(): Side effects with automatic cleanup and batching, replaces onMount for effects
  • $props(): Type-safe component props with destructuring support
  • $bindable(): Two-way binding with parent components, replaces bind:prop
  • $inspect(): Development-time reactive debugging tool

Svelte 5 Advantages:

  • Finer-grained reactivity (better performance than Svelte 4)
  • Explicit state declarations (clearer intent and maintainability)
  • Superior TypeScript integration with inference
  • Simplified component API (less magic, more predictable)
  • Improved server-side rendering performance
  • Signals-based architecture (predictable, composable)

Read the full file on GitHub · 1,031 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 1,031 lines · 172 tokens per session scan A aa41a2d62d50

Subscribe to this mod's changes

svelte-engineer is an agent published in the GitHub repository bobmatnyc/mcp-browser (2 stars, last pushed 8mo ago), licensed MIT. It adds 172 tokens to every session and 7,515 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to engineer, differing in 455 lines, and is treated as a copy.

Related

Other agents, from other repositories

svelte-idiom-review

Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for Svelte 5 idiom (runes, async, forms, keys) and the shared UI conventions (shadcn primitives, text-dark-2, panel styling). Use before calling a segment done, alongside svelte-correctness-review and…

civitai/civitai · 89 tokens

svelte-recurrence-sweep

Given a defect just found or fixed in a SvelteKit app (apps/moderator, apps/auth, apps/creator-studio), finds every OTHER place the same shape exists. Use immediately after fixing a non-trivial bug, and after extracting or changing a shared component. Not a review of a segment — a sweep for siblings of one known…

civitai/civitai · 80 tokens

laravel-vue-developer

Build full-stack Laravel applications with Vue3 frontend. Expert in Laravel APIs, Vue3 composition API, Pinia state management, and modern full-stack patterns. Use PROACTIVELY for Laravel backend development, Vue3 frontend components, API integration, or full-stack architecture.

davepoon/buildwithclaude · 61 tokens

frontend-engineer

Senior frontend engineer for Vue 3 development. Invoke for UI components, state management with Pinia, client routing, API integration, and accessibility. Writes production code using component-first workflow.

irahardianto/awesome-agv · 41 tokens

i18n

你是一个精通 Vue3 国际化架构的前端专家(专注于 Vue3 + TypeScript + Composition API)。同时,你也是一位专业的 UI/UX 翻译专家,擅长将中文界面语言翻译为地道、简洁的英文。.

zhimaAi/chatwiki · 7 tokens

nuxtjs-architect

Senior Nuxt.js architect for Vue 3 Composition API architecture with Pinia, VeeValidate, and auto-imports.

smicolon/ai-kit · 30 tokens