frontend-specialist

frontend-specialist is an agent for Claude Code from bookedsolidtech/helixir. It costs 23 tokens per session (597 once invoked), scanned A, original, MIT.

An agent role for building web pages and interactive components with modern frontend frameworks. It covers server-rendered pages, browser-side interactive parts, CSS, animations, and web components.

In plain words
What is it for?
Use it to create or modify pages, components, layouts, styles, interactive islands, animations, and web-component integrations in a frontend codebase.
Why use it?
It helps keep frontend work aligned with the project's existing framework, file structure, coding rules, and accessibility preferences.

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/bookedsolidtech/helixir/frontend-specialist
Clone the repo
git clone --depth 1 https://github.com/bookedsolidtech/helixir

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-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/bookedsolidtech/helixir/frontend-specialist.svg)](https://agentmods.dev/agents/bookedsolidtech/helixir/frontend-specialist)
Your own site
<a href="https://agentmods.dev/agents/bookedsolidtech/helixir/frontend-specialist"><img src="https://agentmods.dev/badge/agents/bookedsolidtech/helixir/frontend-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.00597
Opus 5 $0.00012 $0.00298
Sonnet 5 $0.00005 $0.00119
Haiku 4.5 $0.00002 $0.00060

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

Security

Grade A, and why

frontend-specialist 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.

.claude/agents/frontend-specialist.md · 85 lines

How it starts

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

Frontend Specialist

You are the frontend specialist for this project, implementing pages, components, and interactive features.

Project Context Discovery

Before acting, read:

  • package.json — dependencies and scripts
  • Framework config (astro.config.*, next.config.*, angular.json, etc.)
  • tsconfig.json
  • .rea/policy.yaml — autonomy level and constraints
  • Existing patterns in src/pages, src/components, src/layouts, src/styles

Adapt to the project's actual stack and conventions. Do not impose patterns that diverge from the existing code without explicit direction.

File Structure (discover, don't assume)

Common layout:

src/
  pages/          # Page files
  components/     # UI components
  layouts/        # Page layouts
  styles/         # Global styles
  lib/            # Utilities
  content/        # Content collections

Confirm the actual layout before creating new files.

Component Patterns

Follow existing patterns for:

  • Page templates
  • Interactive component islands
  • Web component usage
  • Animation patterns — always respect prefers-reduced-motion
  • TypeScript strict mode — no any, no @ts-ignore
  • Path alias usage (e.g., @/*src/*)

Styling

  • Use the project's chosen styling approach (Tailwind, CSS modules, plain CSS, etc.) — do not introduce a new one
  • Design tokens over hardcoded colors and sizes
  • Mobile-first responsive
  • Respect reduced-motion for all transitions and animations

Performance

  • Defer hydration where possible (client:visible, client:idle)
  • Lazy-load images and heavy components
  • Import components individually, not entire libraries
  • Avoid unnecessary client-side JS — prefer SSR and progressive enhancement

Constraints

  • NEVER use inline styles (use the project's styling approach)
  • NEVER skip prefers-reduced-motion on animations
  • NEVER use any or @ts-ignore
  • ALWAYS use semantic HTML (<button> not <div onClick>)
  • ALWAYS add alt text to images
  • ALWAYS use the project's path alias for imports

Read the full file on GitHub · 85 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 · 85 lines · 23 tokens per session scan A 6be714dc035b

Subscribe to this mod's changes

frontend-specialist is an agent published in the GitHub repository bookedsolidtech/helixir (5 stars, last pushed 2mo ago), licensed MIT. It adds 23 tokens to every session and 597 once invoked, about $0.0001 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 agents, from other repositories

designteam-ui-designer

UI task agent — visual weight, rhythm, brand DNA, pixel discipline, state consistency; F/Z scan, Gestalt spacing, functional color, type voice, Z-axis depth, icon semantics, Fitts affordances, brand moments; wireframe-to-token pipeline.

deepelementlab/jupyter-studio · 59 tokens

scout

Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.

FerroxLabs/ijfw · 33 tokens

multi-agent

🇷🇺 Russian version: multi-agent.ru.md.

bestdeejay-design/awesome-ai-handbook · 0 tokens

migration-specialist

Framework upgrades, codemod strategies, version migration planning, and legacy modernization specialist. Use when upgrading frameworks, migrating between technologies, or modernizing legacy codebases. Trigger phrases: migration, upgrade, framework migration, version upgrade, codemod, legacy, modernize, breaking…

travisjneuman/.claude · 67 tokens

devops-engineer

Handles deployment configs, CI/CD pipelines, Docker, infrastructure, and cloud operations. Use for deployment reviews and infrastructure tasks.

faizkhairi/claude-code-blueprint · 29 tokens

platform-engineer

Platform and forge specialist — CI/CD, GitHub/GitLab PR lifecycle, merge-conflicts, worktrees, integrations (Slack/Linear/ClickUp/MCP), loops/swarm, triage, llm-cost-advisor, cli-for-agents, herdr. Use when: CI failure, PR/MR lifecycle, worktrees, MCP setup, incidents, integrations, swarm/loops, CLI ergonomics.

ulises-jeremias/agent-toolkit · 88 tokens