From technical-writing
이 마켓플레이스 프로젝트에 포함된 각 플러그인에 대한 README.md 작성 규약을 정의합니다. 각 플러그인에 대한 README.md 작성 또는 수정 시 이 지침을 따릅니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/technical-writing:plugin-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[git-workflow] --> B[Agents]
A --> C[Skills]
B --> B1[auto-committer<br/>자동 커밋]
B --> B2[branch-creator<br/>브랜치 생성]
C --> C1[commit-message<br/>커밋 메시지 규약]
C --> C2[branch-strategy<br/>브랜치 전략]
bash, json 등)/plugin-name:skill-name 형태)## 기능
### Skills
| 이름 | 타입 | 설명 |
|------|----|----|
| skill-name | 타입 분류 | 한 줄 설명 |
### Hooks
| 이벤트 | 설명 |
|--------|------|
| EventName | 한 줄 설명 |
기능 종류(Skills, Hooks, Agents 등)별로 테이블로 정리하되, 해당 플러그인에 존재하는 항목만 포함합니다.
npx claudepluginhub iamhoonse-dev/hoonse-claude-plugins --plugin technical-writingProvides quick reference for Claude Code plugins: structure, manifest, installation commands, marketplaces, management UI, and standalone vs plugins comparison.
Guides Claude Code plugin setup including directory structure, plugin.json manifest, component organization for commands/agents/skills/hooks, auto-discovery, and naming conventions.
Guides Claude Code plugin creation, structure (plugin.json, commands/agents/skills/hooks), installation (/plugin), marketplaces, team workflows, testing, debugging, and settings. Delegates to docs-management.