reactuse CLAUDE.md

Repository guidance for ReactUse, a collection of reusable React hooks, which are functions that add behavior to React components. It covers the Astro website, tests, and the files that generate API documentation.

In plain words
What is it for?
Installing dependencies, running lint and tests, changing a hook’s interface, regenerating its documentation, and working on the project’s AI-agent files.
Why use it?
It prevents source changes from leaving the published API tables or website documentation out of date.

Instructions file

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/childrentime/reactuse/claude-md
Clone the repo
git clone --depth 1 https://github.com/childrentime/reactuse
Per session 2,515 This file is loaded in full into every session.
When invoked 2,515 The same file — it is already loaded in full.
Security scan A 1 finding. 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.02515 $0.02515
Opus 5 $0.01257 $0.01257
Sonnet 5 $0.00503 $0.00503
Haiku 4.5 $0.00251 $0.00251

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

Security

Grade A, and why

reactuse CLAUDE.md scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST https://dev.to/api/articles \
CLAUDE.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ReactUse - Project Guidelines

Project Overview

ReactUse is a collection of React hooks (@reactuses/core). The website is built with Astro (packages/website-astro).

Development

pnpm install      # install dependencies
pnpm lint         # eslint
pnpm test         # jest, via @reactuses/core

Generated API docs

packages/website-astro/api/{hook}-README{,-zhHans,-zhHant}.md are generated from each hook's interface.ts by pnpm --filter @reactuses/core gend. The Astro site splices them into every doc page at the %%API%% marker (src/plugins/remark-api-inject.mjs), and packages/mcp reads them too.

If you change an interface.ts, re-run gend and commit the result. The remark plugin drops the marker silently when a file is missing or stale, so the published API table just keeps showing the old signature with no build error.

AI Agent System (.claude/)

This repo carries a small, Chromium-inspired AI agent system under .claude/ — sized for a hooks library, not a 35M-line codebase. Map: .claude/README.md.

Engineering workflow (apply to any hook/code task):

  1. Understand first. Read the real source of the files you'll touch — and at least one similar existing hook — before writing. Don't infer behavior from names.
  2. Build, reusing what exists. This codebase has a shared util layer and strong conventions; reuse before writing. Browser APIs must be SSR-safe.
  3. Test. Jest, co-located index.spec.ts (pnpm --filter @reactuses/core test <name>).
  4. Verify. pnpm lint + tests green. Stay on task — no unrelated drive-by edits.

Where to look:

  • .claude/knowledge-base.md — task → file/utility router. Start here; it tells you which existing code already solves your task.
  • .claude/ai-policy.md — you own every line you ship; understand it before review.
  • Skills (auto-activate): new-hook, hook-test, hook-docs, pr-description.
  • Commands: /new-hook, /pre-pr, /pr-desc.

Read the full file on GitHub · 173 lines

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. 2d ago First seen · 173 lines · 2,515 tokens per session scan A adc1b3aac240

Subscribe to this mod's changes

reactuse CLAUDE.md is an instructions file published in the GitHub repository childrentime/reactuse (1,048 stars, last pushed 12d ago), licensed Unlicense. It adds 2,515 tokens to every session, about $0.0126 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.