frontend

A set of working practices for building and maintaining user-facing React websites and other frontend code. It covers behavior, visual design, accessibility, responsive layouts, reusable components, and focused tests.

In plain words
What is it for?
Use it to build, debug, review, test, or visually refine React interfaces and established web frontend layers.
Why use it?
It helps keep frontend work consistent with the existing application instead of introducing mismatched patterns, broken interactions, or inaccessible screens.

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/catwillgh/mainframe/frontend
Any agent
npx skills add CATWILLgh/MAINFRAME --skill frontend
Clone the repo
git clone --depth 1 https://github.com/CATWILLgh/MAINFRAME

Made for: Claude Code, Codex.

Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,580 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.00045 $0.01580
Opus 5 $0.00023 $0.00790
Sonnet 5 $0.00009 $0.00316
Haiku 4.5 $0.00005 $0.00158

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

Security

Grade A, and why

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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/inspect-ui.mjs, scripts/recon.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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

Copies of this mod

1 near-identical copy found in the catalogue:

adapters/claude-code/plugin/skills/frontend/SKILL.md · 132 lines

How it starts

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

Frontend engineering

Deliver one coherent user-facing result. Treat React implementation, interaction quality, visual design, accessibility, component reuse, and focused tests as branches of the same frontend task rather than independent products.

Establish the active frontend

  1. Run the recon helper as node "${CLAUDE_SKILL_DIR}/scripts/recon.js" <package-root>, or follow manual recon, before choosing an approach.
  2. Trace the changed user journey through its route, component tree, state, browser boundary, server contract, visible states, and existing tests.
  3. Preserve the installed framework, rendering model, router, architecture, state, validation, styling, primitives, and visual language unless their migration or redesign is explicitly part of the task.
  4. Verify installed versions and version-sensitive APIs with Context7 or current primary documentation.
  5. Complete the assigned behavior. Do not use TODOs, placeholders, disabled or weakened checks, suppressions, or deferred in-scope work as a substitute for implementing it.

Several routers, state libraries, validators, or UI systems are observations, not automatic blockers. Resolve the active owner from imports, providers, configuration, runtime wiring, and affected files. Escalate only an unresolved choice that changes product behavior, infrastructure, permission, or the assigned visual direction.

Route only the relevant context

React and browser engineering

Changed concern Read
Framework, rendering, routing, Server and Client Components frameworks
Module ownership and established architecture architecture
Fetching, mutations, caching, and optimistic UI data fetching
Forms and validation forms
PWA, IndexedDB, offline queues, and realtime offline and realtime
Editors, Markdown, files, tables, charts, and complex interaction content and data UI
Browser trust boundaries, secrets, XSS, and version-sensitive styling safety
Logic, component, browser, and CI test scope testing

Read the full file on GitHub · 132 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. 2d ago First seen · 132 lines · 45 tokens per session scan A c8760defe3da

Subscribe to this mod's changes

frontend is a skill published in the GitHub repository CATWILLgh/MAINFRAME (2 stars, last pushed 11d ago), licensed MIT. It adds 45 tokens to every session and 1,580 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-08-31.

Related

Other skills, from other repositories

discord-webhook

Send trading alerts, signals, and analysis summaries to Discord via webhook. Integrates with realtime-alert-pipeline, trading-brain, and trade-journal-analytics.

mahmoud20138/Tradecraft · 37 tokens

agentforge-protocol

Use when doing non-trivial coding with Hermes, OpenClaw, Claude Code, Codex CLI, or similar autonomous coding agents. Orchestrates Karpathy-style minimal-change discipline, grill-plan intake, TDD, systematic debugging, subagent-driven implementation, spikes, and pre-commit review into one end-to-end workflow.

Yat-mo/agentforge-protocol · 71 tokens

claude-md-improver

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…

anthropics/claude-plugins-official · 82 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.

questflowai/investorskills · 44 tokens