frontend-responsive

frontend-responsive is a skill for Claude Code, Codex from tmj-90/gaffer. It costs 62 tokens per session (548 once invoked), scanned A, original, Apache-2.0.

A responsive-layout guide for making web interfaces adapt to phones, tablets, and desktop screens.

In plain words
What is it for?
It helps implement mobile-first layouts, fluid sizing, suitable breakpoints, touch-friendly controls, and checks across several screen widths.
Why use it?
It helps prevent horizontal scrolling, unreadable text, broken layouts, and controls that are hard to tap on small 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/tmj-90/gaffer/frontend-responsive
Any agent
npx skills add tmj-90/gaffer --skill frontend-responsive
Clone the repo
git clone --depth 1 https://github.com/tmj-90/gaffer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmj-90/gaffer/frontend-responsive.svg)](https://agentmods.dev/skills/tmj-90/gaffer/frontend-responsive)
Your own site
<a href="https://agentmods.dev/skills/tmj-90/gaffer/frontend-responsive"><img src="https://agentmods.dev/badge/skills/tmj-90/gaffer/frontend-responsive.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 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.00062 $0.00548
Opus 5 $0.00031 $0.00274
Sonnet 5 $0.00012 $0.00110
Haiku 4.5 $0.00006 $0.00055

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

Security

Grade A, and why

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

runner/skills/frontend-responsive/SKILL.md · 44 lines

How it starts

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

Make the layout responsive

Make the affected UI adapt cleanly from small to large viewports with no overflow, readable type at every size, and touch-friendly targets.

Steps

  1. Read the lore first. Call search_lore (Memory MCP) for the repo's breakpoint scale, spacing tokens, and responsive conventions (container queries, grid system, mobile-first vs desktop-first).
  2. Work mobile-first. Start from the smallest target and layer enhancements up through the repo's existing breakpoints — don't invent new ones.
  3. Prefer fluid layout primitives (flex/grid, clamp() type and spacing, intrinsic sizing) over fixed pixel widths and one-off media queries.
  4. Kill overflow. Constrain media and long text (max-width, min-width: 0, wrapping); verify no horizontal scroll at any width.
  5. Size for touch. Interactive targets ≥ 44×44px on touch; verify tap spacing.
  6. Verify across widths. Check the breakpoints the repo cares about (e.g. 320, 375, 768, 1024, 1440); confirm no overflow and that content reflows sensibly.
  7. Evidence. Record the verification (screenshots or assertions) via the record-evidence skill, run tests + lint, and submit for review.

Rules

  • Mobile-first; reuse the repo's breakpoint scale and tokens — no magic pixel values.
  • No horizontal overflow at any supported width.
  • Fluid primitives over a thicket of fixed media queries.
  • Pair with frontend-a11y so responsive changes keep focus order and labels intact.

Capture lore

This skill is one of the places durable, reusable knowledge naturally surfaces: A responsive convention this repo follows — its breakpoint scale, a layout primitive it prefers, or a fluid-sizing rule. That kind of fact is lore. Capture it via the lore-capture protocol in your brief (CLAUDE.factory.md, step 11 "Memory contribution"): call the Memory MCP suggest_lore once at the close of your work — reusable conventions, gotchas, decisions, and boundaries only, never per-ticket trivia.

Read the full file on GitHub · 44 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 · 44 lines · 62 tokens per session scan A b14a9b66c9cc

Subscribe to this mod's changes

frontend-responsive is a skill published in the GitHub repository tmj-90/gaffer (2 stars, last pushed 3d ago), licensed Apache-2.0. It adds 62 tokens to every session and 548 once invoked, about $0.0003 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.