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 agentmods add skills/yend724/agent-skills/react-component-conventionsnpx skills add yend724/agent-skills --skill react-component-conventionsgit clone --depth 1 https://github.com/yend724/agent-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/yend724/agent-skills/react-component-conventions)<a href="https://agentmods.dev/skills/yend724/agent-skills/react-component-conventions"><img src="https://agentmods.dev/badge/skills/yend724/agent-skills/react-component-conventions.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 | $0.00044 | $0.01505 |
| Opus 5 | $0.00022 | $0.00753 |
| Sonnet 5 | $0.00009 | $0.00301 |
| Haiku 4.5 | $0.00004 | $0.00151 |
Grade A, and why
react-component-conventions 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.
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.
What ships with it
29 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.
- rules/boundary-context-provider-wrapper.md 1.9 KB
- rules/boundary-leaf-interactivity.md 1.9 KB
- rules/boundary-minimize-use-client.md 1.7 KB
- rules/boundary-no-premature-client.md 1.7 KB
- rules/boundary-serialize-props.md 2.0 KB
- rules/composition-avoid-prop-drilling.md 1.9 KB
- rules/composition-children-across-boundary.md 2.0 KB
- rules/composition-render-prop-for-server.md 2.2 KB
- rules/composition-slots-pattern.md 1.9 KB
- rules/errorboundary-isolation.md 2.6 KB
- rules/fetching-async-component.md 1.6 KB
- rules/fetching-colocate.md 2.2 KB
- rules/fetching-no-useeffect-fetch.md 1.9 KB
- rules/fetching-server-first.md 1.7 KB
- rules/hooks-extract-logic.md 2.7 KB
- rules/hooks-single-responsibility.md 2.3 KB
- rules/hooks-stable-references.md 2.5 KB
- rules/hooks-use-effect-discipline.md 5.5 KB
- rules/perf-deferred-slow-render.md 3.9 KB
- rules/perf-no-premature-memo.md 3.3 KB
- rules/perf-transition-heavy-update.md 3.4 KB
- rules/style-arrow-named-export.md 592 B
- rules/style-file-naming.md 466 B
- rules/style-import-order.md 1005 B
- rules/style-props-type.md 823 B
- rules/suspense-avoid-single-wrapper.md 2.4 KB
- rules/suspense-granular-boundaries.md 2.1 KB
- rules/suspense-meaningful-fallback.md 2.6 KB
- rules/suspense-parallel-streaming.md 2.4 KB
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.
- 4d ago First seen · 98 lines · 44 tokens per session scan A cdd5a86fa4f9
react-component-conventions is a skill published in the GitHub repository yend724/agent-skills (2 stars, last pushed 3mo ago), with no licence file. It adds 44 tokens to every session and 1,505 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.
Other skills, from other repositories
migrate-radix-to-base
Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.
reskin
Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…
setup-slack-channel
Use for the PROVIDER half of getting a locally running CopilotKit Channels agent to answer in Slack, when no Slack app exists yet — setting up a Channels bot in Slack for the first time, creating the Slack app and its tokens, attaching it to a managed Intelligence Channel, or when a Channel reports setuprequired, sits…
copilotkit-channels
Use for the CODE half of a managed Intelligence Channel with Slack or Microsoft Teams: customising the Channel a CLI-scaffolded project already ships, or — for a project the CLI did not generate — writing the Channel declaration, the long-running host, and the awaited activation call. Teams provider setup is in scope…
copilotkit-setup
Use when adding CopilotKit to an existing project or bootstrapping a new CopilotKit project from scratch. Covers framework detection, package installation, runtime wiring (managed Intelligence or self-hosted SSE), provider setup, and first working chat integration.
a2ui-renderer
Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via . Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives…