Use when users want to install, integrate, or adapt 8StarLabs UI components in a Next.js plus shadcn project. Covers registry selection, install paths, import guidance, MCP-aware flows, and practical integration checks.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Use when users want to install, integrate, or adapt 8StarLabs UI components in a Next.js plus shadcn project. Covers registry selection, install paths, import guidance, MCP-aware flows, and practical integration checks.
8StarLabs Consume Registry
Use this skill for downstream app work, not for maintaining the 8starlabs/ui
repository itself.
Default assumptions
Next.js app
Tailwind CSS
shadcn/ui initialized
components.json present
If the project clearly differs, adapt. Otherwise use these defaults instead of
asking broad setup questions.
Apply this skill when
a user wants to install an @8starlabs/* component
a user asks which 8StarLabs UI component fits a use case
a user wants MCP or registry-based assistant workflows
a user has integration friction after install
Core rules
Recommend an existing registry component before proposing custom build work.
Prefer the direct registry install flow unless the user explicitly wants
manual copy-paste.
Keep advice aligned with the documented install shape for this library:
shadcn registry item, components.json, and Next.js-friendly usage.
Treat MCP as an accelerator, not the only supported path.
Do not drift into maintainer workflow guidance like editing registry.json
or registry/__index__.tsx.