react-responsive-components

react-responsive-components is a skill for Claude Code, Codex from TheGoat395/Codex-Skills. It costs 55 tokens per session (199 once invoked), scanned A, original, MIT.

A set of instructions for building React interface pieces that adapt to phones, tablets, and desktop screens. React is a tool for creating web interfaces.

In plain words
What is it for?
Use it when creating responsive pages, navigation, dashboards, grids, flexible text, cropped media, or mobile interactions.
Why use it?
It helps prevent layouts and interactions from breaking when the screen size changes. It also guides work within the project's existing code and styling setup.

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/thegoat395/codex-skills/react-responsive-components
Any agent
npx skills add TheGoat395/Codex-Skills --skill react-responsive-components
Clone the repo
git clone --depth 1 https://github.com/TheGoat395/Codex-Skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/thegoat395/codex-skills/react-responsive-components.svg)](https://agentmods.dev/skills/thegoat395/codex-skills/react-responsive-components)
Your own site
<a href="https://agentmods.dev/skills/thegoat395/codex-skills/react-responsive-components"><img src="https://agentmods.dev/badge/skills/thegoat395/codex-skills/react-responsive-components.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 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.00055 $0.00199
Opus 5 $0.00028 $0.00100
Sonnet 5 $0.00011 $0.00040
Haiku 4.5 $0.00006 $0.00020

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

Security

Grade A, and why

react-responsive-components 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.

skills/react-responsive-components/SKILL.md · 23 lines

What it actually says

React Responsive Components

Use This Skill

Use this skill for build responsive react components that do not collapse on mobile.

Operating Contract

  1. Inspect the existing project before changing code.
  2. Identify the router/framework, entry files, styling system, and interaction system.
  3. Keep premium visual standards active: no generic copy, no default-looking UI, no unfinished states.
  4. Follow existing project conventions unless a change clearly improves the result.
  5. Run available checks and visually inspect responsive output when the change affects UI.

Required Reference

Read references/react-responsive-components-guide.md before making architectural or visible UI changes with this skill.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 23 lines · 55 tokens per session scan A f79e79e8f261

Subscribe to this mod's changes

react-responsive-components is a skill published in the GitHub repository TheGoat395/Codex-Skills (120 stars, last pushed 2d ago), licensed MIT. It adds 55 tokens to every session and 199 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-30.

Related

Other skills, from other repositories

activitykit

Implement, review, or improve Live Activities and Dynamic Island experiences in iOS apps using ActivityKit. Use when building real-time updating widgets for the Lock Screen and Dynamic Island — delivery tracking, sports scores, ride-sharing status, workout timers, media playback, or any time-sensitive information that…

dpearson2699/swift-ios-skills · 105 tokens

app-intents

Implement App Intents for Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence on iOS. Covers AppIntent actions, AppEntity and EntityQuery models, AppShortcutsProvider phrases, IndexedEntity Spotlight indexing, WidgetConfigurationIntent, SnippetIntent, and assistant schemas. Use when exposing…

dpearson2699/swift-ios-skills · 74 tokens

appmigrationkit

Transfer app data to or from other platforms using AppMigrationKit. Use when implementing system-orchestrated one-time migration between iOS and Android or another platform, building an AppMigrationExtension, packaging transportable resources with ResourcesArchiver, importing resources on the destination device…

dpearson2699/swift-ios-skills · 83 tokens

browserenginekit

Build alternative browser engines using BrowserEngineKit. Use when developing a non-WebKit browser engine for iOS/iPadOS in supported regions, managing web content/rendering/networking extension processes, configuring GPU and networking process capabilities, checking alternative-engine device eligibility, or reviewing…

dpearson2699/swift-ios-skills · 68 tokens

cloudkit

Implement, review, or improve CloudKit and iCloud sync in iOS/macOS apps. Use when working with CKContainer, CKRecord, CKQuery, CKSubscription, CKSyncEngine, CKShare, NSUbiquitousKeyValueStore, or iCloud Drive file coordination; when syncing SwiftData models via ModelConfiguration with cloudKitDatabase; when handling…

dpearson2699/swift-ios-skills · 102 tokens

coreml

Integrate Core ML models in iOS apps for on-device machine learning inference. Covers model loading (.mlmodel, .mlpackage, .mlmodelc), predictions with auto-generated classes and MLFeatureProvider, compute unit configuration (CPU, GPU, Neural Engine), MLTensor, VNCoreMLRequest, MLComputePlan, multi-model pipelines…

dpearson2699/swift-ios-skills · 96 tokens