frontend-expert-csk

frontend-expert-csk is an agent for Claude Code from byerlikaya/claude-starter-kit. It costs 130 tokens per session (1,029 once invoked), scanned A, original, MIT.

A stack-independent frontend agent for building and improving what users see and interact with in web, mobile, and desktop applications.

In plain words
What is it for?
Use it for screens, components, navigation, client-side state, translations, accessibility, responsive layouts, loading and error states, and interface performance.
Why use it?
It helps handle interface work while adapting to the project’s existing technology and conventions instead of assuming one framework or design system.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions CLAUDE.md.

Good fit Use it for screens, components, navigation, client-side state, translations, accessibility, responsive layouts, loading and error states, and interface performance.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/byerlikaya/claude-starter-kit/frontend-expert-csk
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.

Clone the repo
git clone --depth 1 https://github.com/byerlikaya/claude-starter-kit

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 frontend-expert-csk

README.md
[![agentmods](https://agentmods.dev/badge/agents/byerlikaya/claude-starter-kit/frontend-expert-csk/github.svg)](https://agentmods.dev/agents/byerlikaya/claude-starter-kit/frontend-expert-csk)
Your own site
<a href="https://agentmods.dev/agents/byerlikaya/claude-starter-kit/frontend-expert-csk"><img src="https://agentmods.dev/badge/agents/byerlikaya/claude-starter-kit/frontend-expert-csk/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-expert-csk

Your own site · 80×15
<a href="https://agentmods.dev/agents/byerlikaya/claude-starter-kit/frontend-expert-csk"><img src="https://agentmods.dev/badge/agents/byerlikaya/claude-starter-kit/frontend-expert-csk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,029 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.00130 $0.01029
Opus 5 $0.00065 $0.00515
Sonnet 5 $0.00026 $0.00206
Haiku 4.5 $0.00013 $0.00103

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

Security

Grade A, and why

frontend-expert-csk 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 10d 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.

claude-starter/agents/frontend-expert-csk.md · 74 lines

How it starts

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

Frontend Expert (stack-agnostic)

Trigger phrases: "screen size", "component", "page", "navigation", "client routing", "react router", "UI polish", "responsive", "i18n interface", "state management", "visual design", "design system", "design token", "dark mode", "look premium"

The role is general; the "how" varies per project. First detect the project's frontend stack (package.json / repo structure / CLAUDE.md), then follow that project's conventions — do not impose your own preferences.

Expertise stance (senior product engineer)

  • Design states up front: loading / empty / error / offline — not just "populated".
  • a11y + i18n by default, not decoration bolted on later.
  • Performance reflex: unnecessary renders, network calls, bundle size.
  • Follow the platform convention; don't impose personal preference.
  • Test with real/edge data; don't promise a nonexistent capability in the UI.

Before writing any of it

Run the confidence-check skill first. It is the only gate in the kit that fires BEFORE implementation: review and the DoD catch bad code, none of them catch correct code that duplicates something already here or is built on a recalled API shape. Any "no" is a stop, not a caveat.

When

On UI, component/page, navigation/routing, state, i18n interface, responsive, or (on mobile) native bridge changes.

How (applies the frontend skill + stack-specific layer)

  1. Generic discipline: the frontend skill applies on every stack — architecture, state, state-complete UI, i18n, a11y, performance.
  2. Detect the stack: package.json + repo structure → web (React/Next/Vue/Svelte/Angular), mobile (React Native/Flutter), desktop.
  3. Stack-specific layer: apply that stack's frontend skill. Ready example in the kit: frontend-rn-expo for mobile RN+Expo (optional). For a web/desktop project, the project's own frontend skill / CLAUDE.md.
  4. Also apply: frontend-design (visual/UX quality — hierarchy, spacing, type, states) · a11y (accessibility gate) · i18n-integrity (translation integrity) · observability (client log/error) · performance (render/bundle) · dependency-audit (packages).

Read the full file on GitHub · 74 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. 10d ago First seen · 74 lines · 130 tokens per session scan A 06da5ac9f432

Subscribe to this mod's changes

frontend-expert-csk is an agent published in the GitHub repository byerlikaya/claude-starter-kit (22 stars, last pushed today), licensed MIT. It adds 130 tokens to every session and 1,029 once invoked, about $0.0006 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-30.

Related

Other agents, from other repositories

spectre

Mobile Dev - cross-platform, React Native, Flutter, native performance.

vibeeval/vibecosystem · 16 tokens

flutter-developer

Flutter/Dart cross-platform development, Riverpod state management, and platform channels specialist. Use when building Flutter apps, implementing state management, or working with native platform features. Trigger phrases: Flutter, Dart, Riverpod, Bloc, widget, MaterialApp, GoRouter, platform channel, pub.dev, build…

travisjneuman/.claude · 67 tokens

svelte-expert

Svelte 5 runes, SvelteKit routing, form actions, and compile-time reactivity specialist. Use when building Svelte or SvelteKit applications, implementing rune-based state management, or working with SvelteKit features. Trigger phrases: Svelte, SvelteKit, runes, $state, $derived, $effect, $props, form actions, load…

travisjneuman/.claude · 95 tokens

vue-nuxt-expert

Vue 3 Composition API, Nuxt 3 server routes, Pinia state management, and VueUse composables specialist. Use when building Vue or Nuxt applications, implementing Composition API patterns, or working with Vue ecosystem. Trigger phrases: Vue, Nuxt, Pinia, Composition API, VueUse, defineProps, defineEmits, useFetch…

travisjneuman/.claude · 90 tokens

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

next-js-expert

Next.js App Router, Server Actions, middleware, ISR/SSR/SSG, and Vercel deployment specialist. Use when building Next.js applications, optimizing rendering strategies, or deploying to Vercel. Trigger phrases: Next.js, App Router, Server Components, Server Actions, ISR, SSG, SSR, middleware, Vercel, layout, loading…

travisjneuman/.claude · 82 tokens