frontend-svelte

frontend-svelte is a skill for Claude Code, Codex from ProjAnvil/MindForge. It costs 72 tokens per session (3,460 once invoked), scanned A, a copy of frontend-svelte, MIT.

A guide for building web applications with Svelte and SvelteKit, a framework that supports pages, server rendering, APIs, and form handling.

In plain words
What is it for?
Use it to create Svelte components, SvelteKit routes and API endpoints, forms, animations, shared state, and TypeScript web applications.
Why use it?
It helps structure frontend and server code while keeping component styles, routing, data loading, and state management consistent.

Skill for Claude CodeCodex

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 skills/projanvil/mindforge/frontend-svelte
Any agent
npx skills add ProjAnvil/MindForge --skill frontend-svelte
Clone the repo
git clone --depth 1 https://github.com/ProjAnvil/MindForge

Made for: Claude Code, Codex.

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 frontend-svelte

README.md
[![agentmods](https://agentmods.dev/badge/skills/projanvil/mindforge/frontend-svelte.svg)](https://agentmods.dev/skills/projanvil/mindforge/frontend-svelte)
Your own site
<a href="https://agentmods.dev/skills/projanvil/mindforge/frontend-svelte"><img src="https://agentmods.dev/badge/skills/projanvil/mindforge/frontend-svelte.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% 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.00072 $0.03460
Opus 5 $0.00036 $0.01730
Sonnet 5 $0.00014 $0.00692
Haiku 4.5 $0.00007 $0.00346

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

Security

Grade A, and why

frontend-svelte 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

100% identical to frontend-svelte — 0 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.

skills/en/frontend-svelte/SKILL.md · 480 lines

How it starts

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

Frontend Development Skill

Comprehensive skill for modern frontend development with Svelte, SvelteKit, shadcn-svelte, and the Bun ecosystem.

Technology Stack

Core Framework: Svelte + SvelteKit

Svelte Fundamentals
  • Reactive Framework: Compile-time framework that converts components into highly efficient imperative code
  • True Reactivity: Automatic dependency tracking without virtual DOM
  • Small Bundle Size: Minimal runtime overhead
  • Built-in Animations: Transition and animation directives
  • Scoped Styles: Component styles are scoped by default
SvelteKit Features
  • Full-Stack Framework: Server-side rendering (SSR), static site generation (SSG), and client-side rendering (CSR)
  • File-Based Routing: Routes defined by file system structure
  • API Routes: Build API endpoints alongside frontend code
  • Form Actions: Server-side form handling with progressive enhancement
  • Hooks: Intercept and modify requests/responses
  • Adapters: Deploy to any platform (Node, Vercel, Netlify, Cloudflare, etc.)

UI Component Library: shadcn-svelte

Overview
  • Port of shadcn/ui for Svelte
  • Accessible, customizable components built on Radix Svelte (Melt UI)
  • Copy-paste component approach (not an npm package)
  • Built with Tailwind CSS
  • TypeScript support
Key Components
  • Forms: Input, Textarea, Select, Checkbox, Radio, Switch
  • Feedback: Alert, Toast (Sonner), Dialog, Alert Dialog
  • Navigation: Button, Dropdown Menu, Tabs, Command Menu
  • Layout: Card, Separator, Accordion, Collapsible
  • Data Display: Table, Badge, Avatar, Skeleton
  • Overlays: Popover, Tooltip, Sheet, Drawer
Installation & Usage
# Initialize shadcn-svelte
bunx shadcn-svelte@latest init

# Add components as needed
bunx shadcn-svelte@latest add button
bunx shadcn-svelte@latest add card
bunx shadcn-svelte@latest add form

Package Manager: Bun

Why Bun?
  • Performance: 25x faster than npm, 4x faster than pnpm
  • All-in-One: Runtime, bundler, test runner, package manager
  • Drop-in Replacement: Compatible with npm/Node.js ecosystem
  • Built-in Testing: Vitest-compatible test runner
  • TypeScript Native: Native TypeScript support, no compilation needed

Read the full file on GitHub · 480 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 480 lines · 72 tokens per session scan A bdedc723d469

Subscribe to this mod's changes

frontend-svelte is a skill published in the GitHub repository ProjAnvil/MindForge (3 stars, last pushed 5mo ago), licensed MIT. It adds 72 tokens to every session and 3,460 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to frontend-svelte, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

moderator-page-migration

Port a moderator page from the main Next.js app (src/pages/moderator/) into apps/moderator. Use when asked to migrate, move or cut over a /moderator/ page to the spoke, or to port its tRPC procedures and Prisma services to SvelteKit loads/actions and Kysely.

civitai/civitai · 71 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

weapp-vite-vue-sfc-best-practices

面向使用 weapp-vite 的小程序项目的 Vue SFC 实践手册,覆盖 script setup、纯模板 SFC、JSON 宏、definePageMeta/layout、defineModel、usingComponents、内置 i18n Behavior、JSX/TSX script block、模板指令兼容、多平台 SFC、.weapp-vite 类型支持文件与受管 prepare 工作流。.

weapp-vite/weapp-vite · 107 tokens

oryxos-admin-ui

生成或扩展 OryxOS 的 Web 管理台(web manager)前端——Vue 3 + Vite 单页应用,视觉与官网首页 (website/,VitePress)完全同源:深色底 + 橙色主色、Inter/JetBrains Mono。内置这套设计 token、 工程约定(base '/admin/'、产物落 oryxos-web static/admin、SPA 路径回落)、组件与三态规范、验收清单。 当用户要「做/生成管理台前端、加一页 admin 页面(如 Agent 管理页)、让管理台跟首页风格一致、 扩展 /admin 界面」时使用。仅生成只读或调既有 REST 的前端,不写后端、不自创配色。.

oryx-labs/oryxos · 181 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens