mcpbeat

React Component Composition

thegoat395/react-component-composition

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.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
115
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/TheGoat395/Codex-Skills --skill react-component-composition

What comes with it

4 370 bytes besides the instruction
agents/openai.yaml
references/react-component-composition-guide.md

The instruction itself

4 sections, as written by the author

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.

How to use it

Copy the folder

Take thegoat395/react-component-composition from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.