react-components
Installation
SKILL.md
Stitch to React Components
Table of Contents
- Standards snapshot
- When to use
- When not to use
- Required inputs
- Deliverables
- Philosophy
- Workflow
- Verification
- Constraints
- Anti-patterns
- Remember
Standards snapshot (March 2026)
- Convert designs into maintainable React structure, not one-file screen dumps.
- Separate layout, logic, and data so the result can evolve after handoff.
- Validate generated output against project conventions before claiming success.