Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install seb155-atlas-plugin-dist-atlas-dev-addon-skills-refs-composition-patternsgit clone https://github.com/seb155/atlas-plugin.gitcp atlas-plugin/SKILL.MD ~/.claude/skills/seb155-atlas-plugin-dist-atlas-dev-addon-skills-refs-composition-patterns/SKILL.md--- name: ref-composition-patterns description: "Reference library: React composition patterns (compound components, explicit variants, children-over-render-props, context interfaces, state lifting). Loaded on demand." mode: [all] --- # Composition Patterns Reference Library Domain knowledge reference for React composition patterns. Content loaded from the original global skill on demand. See `~/.claude/skills/composition-patterns/` for full content including: - Compound component patterns - Explicit variant patterns (avoid boolean props) - Children-over-render-props pattern - Context + interface patterns for state management - State lifting and decoupling implementation - React 19 patterns (no forwardRef) ## When to Load Load `~/.claude/skills/composition-patterns/rules/` files when: - Building new React components that need composition patterns - Refactoring components to use compound component pattern - Reviewing code for composition anti-patterns - Deciding between render props, children, or compound components