ai-senior-engineer-template: Skill for Claude Code

.claude/skills/react-best-practices/SKILL.md

react-best-practices is a skill for Claude Code from alirezaebrahimi5/ai-senior-engineer-template. It costs 45 tokens per session (1,619 once invoked), scanned A, original, no licence file.

A guide to improving the speed of React and Next.js applications through rules for rendering, JavaScript bundle size, and network requests.

In plain words
What is it for?
Use it to review application performance, remove request delays, reduce downloaded code, and refactor React components.
Why use it?
It helps find common causes of slow pages, such as waiting for requests one after another or sending unnecessary code to users.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is alirezaebrahimi5/ai-senior-engineer-template's own configuration. It tells Claude Code how to work on ai-senior-engineer-template itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-senior-engineer-template configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alirezaebrahimi5/ai-senior-engineer-template. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alirezaebrahimi5/ai-senior-engineer-template/main/.claude/skills/react-best-practices/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alirezaebrahimi5/ai-senior-engineer-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 react-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices/github.svg)](https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices)
Your own site
<a href="https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices"><img src="https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for react-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices"><img src="https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/react-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,619 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00045 $0.01619
Opus 5 $0.00023 $0.00809
Sonnet 5 $0.00009 $0.00324
Haiku 4.5 $0.00005 $0.00162

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

Security

Grade A, and why

react-best-practices 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/rules/download_rules.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/react-best-practices/SKILL.md · 210 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

47 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. 10d ago First seen · 210 lines · 45 tokens per session scan A c456f09d2998

Subscribe to this mod's changes

react-best-practices is a skill published in the GitHub repository alirezaebrahimi5/ai-senior-engineer-template (5 stars, last pushed 2mo ago), with no licence file. It adds 45 tokens to every session and 1,619 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

Frontend Performance Testing

Frontend performance testing covering bundle size analysis, render performance, animation frame rate, React re-render detection, and lazy loading verification.

PramodDutta/qaskills · 29 tokens

vercel-react

React/Next.js performance — 70 rules (waterfalls, bundle, re-renders). Use when reviewing or writing React/Next.js code.

martineserios/thebrana · 34 tokens

react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. 57 rules across 8 categories for writing, reviewing, and refactoring React code.

wpank/ai · 37 tokens

react_patterns_hooks

Curated Knowledge API for AI Agents — 68 MCP tools, 200+ skill packs, 46K chunks, semantic search over 670K vectors, 5-layer validation pipeline. Works with Claude Code, Cursor, Cline, Windsurf.

MidOSresearch/midos · 3 tokens

react-native-optimizations

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

FilippoDeSilva/skills · 59 tokens

react-performance-debugging

Diagnose and fix slow catalog, cart, compare-page, and API-route performance issues in Next.js by targeting upstream fetch patterns, non-blocking side effects, bundle size, and unnecessary rerenders without breaking required test hooks or instrumentation.

EtaYang10th/spark-skills · 0 tokens