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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.