react-expert
Exhaustive React API research from authoritative sources, not training knowledge.
- Spawns six parallel research agents to systematically search React's test files, source code, git history, PRs, issues, and type definitions
- Enforces skepticism mandate: treats source material as sole authority and flags discrepancies between findings and common understanding
- Generates documented research with exact file paths, line numbers, and source links for every claim, code example, and warning
- Covers usage patterns, error conditions, design rationale, common confusion points, and Flow/TypeScript type signature discrepancies
React Expert Research Skill
Overview
This skill produces exhaustive documentation research on any React API or concept by searching authoritative sources (tests, source code, PRs, issues) rather than relying on LLM training knowledge.
Red Flags - STOP if you catch yourself thinking:
- "I know this API does X" → Find source evidence first
- "Common pattern is Y" → Verify in test files
- Generating example code → Must have source file reference
Invocation
More from reactjs/react.dev
docs-components
Comprehensive MDX component patterns (Note, Pitfall, DeepDive, Recipes, etc.) for all documentation types. Authoritative source for component usage, examples, and heading conventions.
59docs-sandpack
Use when adding interactive code examples to React docs.
57review-docs
Use when reviewing React documentation for structure, components, and style compliance
52docs-writer-learn
Use when writing or editing files in src/content/learn/. Provides Learn page structure and tone.
48docs-writer-blog
Use when writing or editing files in src/content/blog/. Provides blog post structure and conventions.
47docs-writer-reference
Reference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack.
47