mobile-responsiveness

mobile-responsiveness is a command for Claude Code from julianromli/droid-factory-template. It costs 5 tokens per session (200 once invoked), scanned A, original, MIT.

A set of tasks for making a website work well on phones, tablets, and desktop screens while meeting WCAG 2.1 AA accessibility guidance. It covers layout, keyboard use, focus indicators, labels, contrast, and touch targets.

In plain words
What is it for?
Use it to update responsive layouts, add accessibility attributes, improve keyboard navigation and focus states, check color contrast, and optimise touch interactions.
Why use it?
It helps prevent layouts that break on small screens and removes common barriers for people using keyboards or assistive technology. It also checks that important controls are usable by touch.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

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 commands/julianromli/droid-factory-template/mobile-responsiveness
Clone the repo
git clone --depth 1 https://github.com/julianromli/droid-factory-template

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 mobile-responsiveness

README.md
[![agentmods](https://agentmods.dev/badge/commands/julianromli/droid-factory-template/mobile-responsiveness.svg)](https://agentmods.dev/commands/julianromli/droid-factory-template/mobile-responsiveness)
Your own site
<a href="https://agentmods.dev/commands/julianromli/droid-factory-template/mobile-responsiveness"><img src="https://agentmods.dev/badge/commands/julianromli/droid-factory-template/mobile-responsiveness.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 200 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.1 $0.00005 $0.00200
Opus 5 $0.00003 $0.00100
Sonnet 5 $0.00001 $0.00040
Haiku 4.5 $0.00001 $0.00020

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

Security

Grade A, and why

mobile-responsiveness 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 6d 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.

commands/mobile-responsiveness.md · 31 lines

What it actually says

Implement mobile responsiveness and accessibility improvements for $ARGUMENTS.

Requirements

  1. Responsive Design

    • Ensure fully responsive across all device sizes (mobile, tablet, desktop)
    • Use proper breakpoints and fluid layouts
    • Test at common viewport widths (320px, 768px, 1024px, 1440px)
  2. Accessibility (WCAG 2.1 AA)

    • Add proper ARIA labels and roles
    • Ensure sufficient color contrast ratios
    • Implement keyboard navigation support
    • Add visible focus indicators
  3. Mobile UX

    • Optimize touch targets (minimum 44x44px)
    • Implement proper spacing for touch interactions
    • Consider thumb-friendly placement for key actions

Deliverables

  • Updated component/page code with responsive styles
  • Accessibility improvements applied
  • Brief summary of changes made
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. 6d ago First seen · 31 lines · 5 tokens per session scan A dcc9634f8b52

Subscribe to this mod's changes

mobile-responsiveness is a command published in the GitHub repository julianromli/droid-factory-template (52 stars, last pushed 9mo ago), licensed MIT. It adds 5 tokens to every session and 200 once invoked, about $0.0000 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.