From technical-writing
이 마켓플레이스 프로젝트에 대한 README.md 작성 규약을 정의합니다. 프로젝트 루트의 README.md 작성 또는 수정 시 이 지침을 따릅니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/technical-writing:project-readme-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 프로젝트는 여러 Claude Code 플러그인들을 포함하는 모노레포 형태의 마켓플레이스 레포지토리로, 프로젝트 루트의 README.md는 아래 구조와 규칙을 따릅니다.
이 프로젝트는 여러 Claude Code 플러그인들을 포함하는 모노레포 형태의 마켓플레이스 레포지토리로, 프로젝트 루트의 README.md는 아래 구조와 규칙을 따릅니다.
graph LR
A[hoonse-claude-plugins] --> B[.claude]
B[.claude] --> B1[마켓플레이스 개발 시 사용되는 claude 설정 및 리소스]
A[hoonse-claude-plugins] --> C[plugins]
C[plugins] --> D[plugin-a]
C[plugins] --> E[plugin-b]
D[plugin-a] --> D1[plugin-a의 주요 기능]
E[plugin-b] --> E1[plugin-b의 주요 기능]
bash, json 등)/plugin-name:skill-name 형태)## 플러그인
| 이름 | 설명 |
|--------|------|
| 플러그인 이름 | 한 줄 설명 |
npx claudepluginhub iamhoonse-dev/hoonse-claude-plugins --plugin technical-writingGuides creation of Claude Code plugin marketplaces with marketplace.json manifests, directory structures, schema, owner metadata, and distribution strategies for teams.
Create and configure Claude Code marketplaces and plugins. Use when the user wants to create a marketplace, publish plugins, set up team plugin distribution, or configure marketplace.json or plugin.json files. Triggers: create marketplace, publish plugin, plugin distribution, marketplace.json, plugin.json, team plugins, share plugins
Guides creating, validating, and managing Claude Code plugin marketplaces including marketplace.json schema, plugin entries, and best practices for setup and distribution.