awesome-ai-rules react.instructions.md

awesome-ai-rules react.instructions.md is an instructions file for GitHub Copilot from shumatsumonobu/awesome-ai-rules. It costs 209 tokens per session, scanned A, original, MIT.

Rules for writing React components in .tsx files, including when code runs on the server or in the browser.

In plain words
What is it for?
Use them when building or reviewing React pages and components, especially data loading, forms, errors, loading states, and Tailwind styling.
Why use it?
They prevent unnecessary browser code, misplaced data fetching, and inconsistent component structure.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

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 instructions/shumatsumonobu/awesome-ai-rules/react
Clone the repo
git clone --depth 1 https://github.com/shumatsumonobu/awesome-ai-rules

Made for: GitHub Copilot.

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 awesome-ai-rules react.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/shumatsumonobu/awesome-ai-rules/react.svg)](https://agentmods.dev/instructions/shumatsumonobu/awesome-ai-rules/react)
Your own site
<a href="https://agentmods.dev/instructions/shumatsumonobu/awesome-ai-rules/react"><img src="https://agentmods.dev/badge/instructions/shumatsumonobu/awesome-ai-rules/react.svg" alt="Measured on agentmods" height="20"></a>
Per session 209 This file is loaded in full into every session.
When invoked 209 The same file — it is already loaded in full.
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.00209 $0.00209
Opus 5 $0.00105 $0.00105
Sonnet 5 $0.00042 $0.00042
Haiku 4.5 $0.00021 $0.00021

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

Security

Grade A, and why

awesome-ai-rules react.instructions.md 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 5d 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.

examples/nextjs-app/copilot/.github/instructions/react.instructions.md · 17 lines

What it actually says

React Instructions

This file activates ONLY when Copilot is working on .tsx files (controlled by the applyTo pattern above). The main copilot-instructions.md applies globally; this adds React-specific rules on top.

  • Components are Server Components by default. Add "use client" only when the component uses hooks, event handlers, or browser APIs.
  • Keep "use client" at the smallest leaf. Never mark an entire page or layout as client.
  • Define props as type ButtonProps = { ... } in the same file.
  • Use cn() from @/lib/utils for conditional Tailwind classes.
  • Use forwardRef for components wrapping native HTML elements.
  • Use loading.tsx for route-level streaming. Use error.tsx for error boundaries with a retry button.
  • Fetch data in Server Components with async/await. Server Actions for mutations.
  • Never use useEffect for data fetching.
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. 5d ago First seen · 17 lines · 209 tokens per session scan A ab24b024edcf

Subscribe to this mod's changes

awesome-ai-rules react.instructions.md is an instructions file published in the GitHub repository shumatsumonobu/awesome-ai-rules (1 stars, last pushed 1mo ago), licensed MIT. It adds 209 tokens to every session, about $0.0010 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.