npx claudepluginhub harry-jk/claude-plugin --plugin shadcn개인용 Claude Code 플러그인 마켓플레이스입니다.
# GitHub에 push 후
/plugin marketplace add harry-jk/claude-plugin
# 또는 로컬에서 테스트
/plugin marketplace add /path/to/claude-plugin
/plugin install <plugin-name>@harry-claude-plugins
claude-plugin/
├── .claude-plugin/
│ └── marketplace.json # 마켓플레이스 메타데이터
├── plugins/
│ ├── _template/ # 플러그인 템플릿
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # 플러그인 메타데이터
│ │ ├── commands/ # 슬래시 명령어
│ │ ├── skills/ # Agent Skills
│ │ ├── agents/ # 커스텀 서브에이전트
│ │ ├── hooks/ # 이벤트 훅
│ │ └── scripts/ # 스크립트 파일
│ └── <your-plugin>/ # 실제 플러그인들
└── README.md
plugins/_template을 복사하여 새 플러그인 디렉토리 생성.claude-plugin/plugin.json 수정.claude-plugin/marketplace.json의 plugins 배열에 추가{
"plugins": [
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "플러그인 설명",
"version": "1.0.0",
"keywords": ["keyword1", "keyword2"],
"category": "development"
}
]
}
| 컴포넌트 | 위치 | 설명 |
|---|---|---|
| Commands | commands/*.md | /명령어로 실행되는 간단한 명령 |
| Skills | skills/*/SKILL.md | Claude가 자동으로 호출할 수 있는 기능 |
| Agents | agents/*.md | Task 도구로 호출되는 서브에이전트 |
| Hooks | hooks/hooks.json | 도구 실행 전후에 트리거되는 스크립트 |
| MCP | .mcp.json | MCP 서버 설정 |
| LSP | .lsp.json | LSP 서버 설정 |
# 특정 플러그인 테스트
claude --plugin-dir ./plugins/my-plugin
# 여러 플러그인 동시 테스트
claude --plugin-dir ./plugins/plugin1 --plugin-dir ./plugins/plugin2
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples.
Share bugs, ideas, or general feedback.
ShadcnBlocks integration with intelligent block selection. Uses multi-dimensional tagging (layout, tone, goal, media, interaction) and guided 1-2 question flow to recommend the best-fit blocks from 1,338 premium blocks and 1,189 free components.
Vercel's components build system for creating reusable UI components. Streamlines component development, testing, and distribution workflows.
Reusable UI component patterns for implementing common features across different frameworks and tech stacks
Build React UIs with shadcn/ui — the open-code component system. Covers 58+ components (Base UI and Radix variants), CLI commands, components.json configuration, CSS variable theming (OKLCH), framework installation (Next.js, Vite, Astro, Remix, Laravel, Gatsby, TanStack), registry system, form patterns (React Hook Form, TanStack Form, Server Actions), dark mode, RTL, and monorepo setup.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design