김윤덕의 개인 Claude 플러그인 마켓플레이스입니다. 개인 작업과 여러 프로젝트에 흩어져 있는 스킬·MCP 서버·커맨드·훅·에이전트를 플러그인으로 모아 한곳에서 배포·관리합니다.
my-claude-plugin/
├── .claude-plugin/
│ └── marketplace.json # 마켓 매니페스트 (플러그인 목록)
├── plugins/ # 각 플러그인이 하위 디렉터리로 존재
│ └── hello-marketplace/ # 예시(템플릿) 플러그인
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── greeting/
│ └── SKILL.md
└── README.md
marketplace.json의 각 플러그인 엔트리는 name, description, version, source(이 레포 기준 상대 경로)를 가집니다. source는 ./plugins/<이름> 처럼 로컬 경로이거나, GitHub/Git URL 같은 원격 소스일 수 있습니다.
이 레포를 GitHub에 올린 뒤 Claude Code에서:
/plugin marketplace add <github-사용자명>/my-claude-plugin
/plugin install hello-marketplace@centurio87-plugins
로컬 경로로도 추가할 수 있습니다:
/plugin marketplace add /Users/centurio/my-claude-plugin
직접 만들 수도 있고, publish-to-marketplace 스킬(개인 스코프로 설치)을 사용해 자동화할 수 있습니다. 그 스킬은 기존 스킬/MCP/커맨드/훅/에이전트를 받아 플러그인 디렉터리로 패키징하고 이 marketplace.json에 엔트리를 등록합니다.
자세한 구성 요소 스키마(plugin.json, SKILL.md, .mcp.json, hooks.json, agents)는 publish-to-marketplace 스킬의 references/component-schemas.md를 참고하세요.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub centurio1987/my-claude-plugins --plugin hello-marketplaceUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.