React component composition
Skill TheGoat395/Codex-Skills/skills/react-component-composition
Codex-first Agent Skills library for premium frontend, website, motion, accessibility, QA, and handoff workflows.
npx -y skills add TheGoat395/Codex-Skills --skill react-component-compositionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Craft React component composition for websites and apps. Use when splitting large JSX files, creating reusable sections, primitives, slots, children-based composition, product UI components, portfolio sections, landing-page modules, design-system primitives, or maintainable component structure.
SKILL.md
1.1 KB, as published. Nobody here has run it
React Component Composition
Use This Skill
Use this skill for compose reusable react sections and primitives without overengineering.
Operating Contract
- Inspect the existing project before changing code.
- Identify the router/framework, entry files, styling system, and interaction system.
- Keep premium visual standards active: no generic copy, no default-looking UI, no unfinished states.
- Follow existing project conventions unless a change clearly improves the result.
- Run available checks and visually inspect responsive output when the change affects UI.
Required Reference
Read references/react-component-composition-guide.md before making architectural or visible UI changes with this skill.