Skip to main content
Back to the directory
vercel-labs/agent-skillsSoftware EngineeringFrontend and Design

vercel-composition-patterns

React composition patterns for scaling components and avoiding boolean prop proliferation.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
155

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-composition-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, vercel-composition-patterns has 155 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: vercel-labs/agent-skills. Canonical URL: https://skills.sh/vercel-labs/agent-skills/vercel-composition-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
React composition patterns for scaling components and avoiding boolean prop proliferation. Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. Reference these guidelines when: ⚠️ React 19+ only. Skip this section if using React 18 or earlier. Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: AGENTS.md - Covers four priority categories: component architecture, state management, implementation patterns, and React 19 APIs, each with specific rules and code examples - Includes 10+ named patterns addressing compound components, context providers, state lifting, and explicit variants - Designed for refactoring bloated components, building reusable libraries, and reviewing component architecture decisions - React 19 specific guidance on removing forwardRef and using use() instead of useContext() - Refactoring components with many boolean props - Building reusable component libraries - Designing flexible component APIs - Reviewing component architecture - Working with compound components or context providers - architecture-avoid-boolean-props - Don't add boolean props to...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vercel-composition-patterns do?

React composition patterns for scaling components and avoiding boolean prop proliferation.

Is vercel-composition-patterns good?

vercel-composition-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support vercel-composition-patterns?

vercel-composition-patterns currently lists compatibility with Skills CLI.

Is vercel-composition-patterns safe to install?

vercel-composition-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to vercel-composition-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install vercel-composition-patterns?

Run the following command to install vercel-composition-patterns: npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-composition-patterns

Related skills

More from vercel-labs/agent-skills

Related skills

Alternatives in Software Engineering