claudia-frontend

claudia-frontend is a skill for Claude Code from reganomalley/claudia. It costs 103 tokens per session (1,300 once invoked), scanned A, original, MIT.

Frontend architecture guidance for choosing web frameworks, page rendering approaches, state management, component patterns, CSS structure, and build tools. It covers options such as React, Vue, Svelte, SPAs, SSR, and SSG.

In plain words
What is it for?
Use it to compare frontend frameworks, choose between client-rendered and server-rendered pages, plan component and CSS structure, and select frontend build tools.
Why use it?
It helps developers make stack decisions based on the kind of website or app they are building, without adding unnecessary tools or complexity.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claudia plugin — 10 skills, 12 commands, 5 hooks shipped together

Good fit Use it to compare frontend frameworks, choose between client-rendered and server-rendered pages, plan component and CSS structure, and select frontend build tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reganomalley/claudia/claudia-frontend
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 reganomalley/claudia --skill claudia-frontend
Clone the repo
git clone --depth 1 https://github.com/reganomalley/claudia

Made for: Claude Code.

Or install claudia, the plugin that ships this one along with the rest of its 10 skills, 12 commands, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/reganomalley/claudia/claudia-frontend/github.svg)](https://agentmods.dev/skills/reganomalley/claudia/claudia-frontend)
Your own site
<a href="https://agentmods.dev/skills/reganomalley/claudia/claudia-frontend"><img src="https://agentmods.dev/badge/skills/reganomalley/claudia/claudia-frontend/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 claudia-frontend

Your own site · 80×15
<a href="https://agentmods.dev/skills/reganomalley/claudia/claudia-frontend"><img src="https://agentmods.dev/badge/skills/reganomalley/claudia/claudia-frontend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,300 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.00103 $0.01300
Opus 5 $0.00051 $0.00650
Sonnet 5 $0.00021 $0.00260
Haiku 4.5 $0.00010 $0.00130

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

Security

Grade A, and why

claudia-frontend 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 11d 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.

skills/claudia-frontend/SKILL.md · 98 lines

How it starts

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

Claudia Frontend Architecture Domain

Overview

Frontend architecture is the art of choosing the right trade-off between developer experience, user experience, and complexity -- and then having the discipline to not add more tools until you've hit a real wall. Most frontend problems come from picking a stack that's too complex for what you're building, not from picking the "wrong" framework.

Rendering Strategy Decision Tree

What are you building?
├── Content site (blog, docs, marketing)
│   └── SSG (Astro, Next.js static export, Hugo)
├── Interactive app (dashboard, SaaS, tool)
│   └── SPA (Vite + React/Vue/Svelte, or meta-framework with client rendering)
├── Both content AND interactive features
│   └── SSR / hybrid (Next.js, Nuxt, SvelteKit, Remix)
├── Content site with sprinkles of interactivity
│   └── Islands architecture (Astro, Eleventy + partial hydration)
└── Not sure
    └── Start with a meta-framework (Next.js or SvelteKit) -- they support all modes

Framework Selection

Framework Sweet Spot Honest Take
React Biggest ecosystem, most jobs, most libraries Verbose, needs the most decisions (state, routing, etc.), but you'll never lack for answers or hires
Vue Best DX for small-to-medium apps, gentle learning curve Template syntax is more approachable, Composition API is genuinely good, smaller ecosystem than React
Svelte Least boilerplate, smallest bundles, best performance defaults Smaller ecosystem, fewer jobs, but if you're building for yourself or a small team it's a joy
Solid React-like API but truly reactive (no virtual DOM) Tiny ecosystem, but signals-based reactivity is where the industry is heading
Angular Enterprise, batteries-included, opinionated structure Steep learning curve, heavy, but if your team needs guardrails and consistency at scale it delivers

The honest answer: If you're building a career, learn React. If you're building a product and want speed, use Svelte or Vue. If you're in an enterprise, Angular might already be decided for you.

Read the full file on GitHub · 98 lines

Files

What ships with it

3 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. 11d ago First seen · 98 lines · 103 tokens per session scan A ebaeb446c5d6

Subscribe to this mod's changes

claudia-frontend is a skill published in the GitHub repository reganomalley/claudia (4 stars, last pushed 6mo ago), licensed MIT. It adds 103 tokens to every session and 1,300 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

zoom-meeting-sdk-web-component-view

Zoom Meeting SDK Web - Component View. Embeddable Zoom meeting components with Promise-based API for flexible integration. Ideal for React/Vue/Angular apps and custom layouts. Uses ZoomMtgEmbedded with async/await patterns and embeddable UI containers.

anthropics/knowledge-work-plugins · 61 tokens

ui-toolkit/web

Reference skill for Zoom Video SDK UI Toolkit. Use after routing to a web video workflow when you want prebuilt React UI instead of building a fully custom Video SDK interface.

anthropics/knowledge-work-plugins · 39 tokens

astro

Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.

sickn33/agentic-awesome-skills · 28 tokens

tanstack-form

Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, Lit, and Svelte.

Kiranism/next-shadcn-dashboard-starter · 34 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

web-development

Use when users need to implement, integrate, debug, build, deploy, or validate a Web frontend after the product direction is already clear, especially for React, Vue, Vite, browser flows, or CloudBase Web integration.

TencentCloudBase/CloudBase-AI-Toolkit · 49 tokens