frontend-design-fix-svelte

frontend-design-fix-svelte is a skill for Claude Code, Codex from matteocervelli/llms. It costs 36 tokens per session (2,256 once invoked), scanned A, original, MIT.

A design guide for improving Svelte components that look generic or unfinished. It covers typography, colors, motion, layout, and backgrounds.

In plain words
What is it for?
Reviewing and updating Svelte components and their styles. It can guide changes to fonts, themes, spacing, animations, and visual composition.
Why use it?
It helps replace common default-looking designs with interfaces that better match their brand and purpose.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing and updating Svelte components and their styles. It can guide changes to fonts, themes, spacing, animations, and visual composition.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteocervelli/llms/frontend-design-fix-svelte
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.

Any agent
npx skills add matteocervelli/llms --skill frontend-design-fix-svelte
Clone the repo
git clone --depth 1 https://github.com/matteocervelli/llms

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-design-fix-svelte

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteocervelli/llms/frontend-design-fix-svelte/github.svg)](https://agentmods.dev/skills/matteocervelli/llms/frontend-design-fix-svelte)
Your own site
<a href="https://agentmods.dev/skills/matteocervelli/llms/frontend-design-fix-svelte"><img src="https://agentmods.dev/badge/skills/matteocervelli/llms/frontend-design-fix-svelte/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for frontend-design-fix-svelte

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteocervelli/llms/frontend-design-fix-svelte"><img src="https://agentmods.dev/badge/skills/matteocervelli/llms/frontend-design-fix-svelte.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00036 $0.02256
Opus 5 $0.00018 $0.01128
Sonnet 5 $0.00007 $0.00451
Haiku 4.5 $0.00004 $0.00226

Measured 6d ago against content hash f6996fea50d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

frontend-design-fix-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 6d 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.

.archive/frontend-design-system/skills/_archive/frontend-design-fix-svelte/SKILL.md · 353 lines

How it starts

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

Frontend Design Fix - Svelte

Overview

Transform bland, generic Svelte component designs into visually distinctive interfaces by systematically applying the 5 design dimensions from Anthropic's design framework.

Core Workflow

1. Analysis Phase

  • Read existing Svelte component files (.svelte)
  • Identify generic elements (Inter/Roboto fonts, purple gradients, centered layouts, no animations, solid backgrounds)
  • Score current design against anti-patterns checklist
  • Generate "before" snapshot with metrics

2. Assessment Phase

  • Understand brand/context from existing content and component props
  • Identify target audience and purpose
  • Determine appropriate aesthetic direction based on component usage

3. Dimension-Based Fixes

Typography
  • Replace generic system fonts (Inter, Roboto, Arial) with distinctive typeface pairs
  • Apply extreme weight ranges (100-200 for thin, 800-900 for bold)
  • Increase size jumps (3x+ progression instead of 1.5x)
  • Create high-contrast pairings (Display + Mono, Serif + Sans)
  • Use scoped styles with Svelte's native CSS-in-component
Color & Theme
  • Remove default purple gradients on white backgrounds
  • Introduce CSS custom properties for theming
  • Establish dominant colors with sharp accent colors
  • Avoid evenly-distributed palettes (use 70-20-10 rule)
  • Create theme variants (light/dark) with consistent color tokens
Motion
  • Add orchestrated page load animations (fade, scale, slide)
  • Implement staggered reveals with Svelte transitions and animations
  • Add hover state surprises and micro-interactions
  • Include scroll-triggered animations via svelte-use
  • Use svelte/animate for list transitions
Spatial Composition
  • Break centered, predictable layouts
  • Add asymmetry or intentional overlap
  • Introduce diagonal flow or grid-breaking elements
  • Adjust spacing (generous negative space OR controlled density)
  • Use CSS Grid and Flexbox creatively with Svelte slots
Backgrounds
  • Replace solid colors with layered gradients
  • Add geometric patterns or subtle noise textures
  • Create atmospheric depth with multiple background layers
  • Add contextual effects (blur, blend modes)
  • Use pseudo-elements for background layering

Read the full file on GitHub · 353 lines

Files

What ships with it

1 file 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. 6d ago First seen · 353 lines · 36 tokens per session scan A f6996fea50d1

Subscribe to this mod's changes

frontend-design-fix-svelte is a skill published in the GitHub repository matteocervelli/llms (25 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 2,256 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.