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.
npx skills add ArkPLN/better-react-skills --skill better-react-skillsgit clone --depth 1 https://github.com/ArkPLN/better-react-skillsWrote 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.
[](https://agentmods.dev/skills/arkpln/better-react-skills/better-react-skills)<a href="https://agentmods.dev/skills/arkpln/better-react-skills/better-react-skills"><img src="https://agentmods.dev/badge/skills/arkpln/better-react-skills/better-react-skills.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.00330 |
| Opus 5 | $0.00010 | $0.00165 |
| Sonnet 5 | $0.00004 | $0.00066 |
| Haiku 4.5 | $0.00002 | $0.00033 |
Grade A, and why
Better React Skills 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 7d 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.
What it actually says
Better React Skills
Quick Start Workflow
When a user asks for any React Framework related questions, follow the steps below:
- Clarify the Question: Before diving into the solution, it's important to understand the user's problem or question. Ask the user to provide a clear and concise description of the problem or question they are facing.Encourage user to provide structured information as much detail as possible.Follow the user's feedback and ask follow-up questions if necessary.
Always Self-Check:
- Is the user's question related to React Framework?
- Is the user providing enough detail to understand the problem or question?
- Ensure user's development environment (Operating System, PowerShell/Shell, Node.js Version, npm, React Framework) is accessible and up-to-date.
- Search for Solutions: Search for existing solutions or resources related to the user's question.Provide knowledge about relevant documentation, tutorials, or Stack Overflow posts.You are allowed to use file search tools from following local skills knowledge sources and combined with MCPs when necessary:
- React init & developing CLI skills ->
references/Init&CLI.md - React API & Syntax ->
references/ReactAPI.md
- Provide Solutions: If a solution is found, provide a clear and concise explaination of the steps to resolve the issue.
My skills are continuously updated. Please check back often for new features and improvements.You are welcomed to provide feedback or suggest improvements through GitHub Issues or Pull Requests.
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.
- 7d ago First seen · 27 lines · 20 tokens per session scan A f076fff95f00
Better React Skills is a skill published in the GitHub repository ArkPLN/better-react-skills (3 stars, last pushed 7mo ago), licensed MIT. It adds 20 tokens to every session and 330 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.
Other skills, from other repositories
frontend-development
Use this skill for ANY work involving React, Next.js, TypeScript, or Tailwind in the browser layer. This includes building components and pages, but equally covers debugging and fixing frontend issues: CSS/Tailwind classes not applying, form validation behavior, hydration mismatches between server and client renders…
arbitrum-dapp-skill
Opinionated guide for building dApps on Arbitrum using Stylus (Rust) and/or Solidity. Covers local devnode setup, contract development, testing, deployment, and React frontend integration with viem. Use when starting a new Arbitrum project, writing Stylus or Solidity contracts, deploying to Arbitrum, or building a…
nextjs-architect
Next.js 16 standards — App Router only, server components by default with explicit "use client" boundaries, server actions for mutations, streaming Suspense, edge vs node runtime, Image/Font/Metadata APIs. Pairs with react-architect. Use when scaffolding or reviewing a Next.js app or auditing server/client boundaries.
react-architect
React 19 standards — TypeScript strict, feature-based components, hooks-first composition, TanStack Query for server state, zustand for cross-tree client state, Suspense + ErrorBoundary at every async boundary, Radix for a11y. Use when writing or reviewing React components, hooks, or client-side state.
react-expert
Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries…
react-native-expert
Builds, optimizes, and debugs cross-platform mobile applications with React Native and Expo. Implements navigation hierarchies (tabs, stacks, drawers), configures native modules, optimizes FlatList rendering with memo and useCallback, and handles platform-specific code for iOS and Android. Use when building a React…