From technical-writing
이 마켓플레이스 프로젝트에 대한 CONTRIBUTING.md 작성 규약을 정의합니다. 프로젝트 루트의 CONTRIBUTING.md 작성 또는 수정 시 이 지침을 따릅니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/technical-writing:project-contributing-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 프로젝트는 여러 Claude Code 플러그인들을 포함하는 모노레포 형태의 마켓플레이스 레포지토리로, 프로젝트 루트의 CONTRIBUTING.md는 아래 구조와 규칙을 따릅니다.
이 프로젝트는 여러 Claude Code 플러그인들을 포함하는 모노레포 형태의 마켓플레이스 레포지토리로, 프로젝트 루트의 CONTRIBUTING.md는 아래 구조와 규칙을 따릅니다.
bash, json 등)"개발 환경 구성" 섹션은 다음 순서로 작성합니다:
"Issue 작성 가이드" 섹션은 다음 내용을 포함합니다:
실제 .github/ISSUE_TEMPLATE/ 디렉토리에 존재하는 템플릿 파일들을 확인하여 목록을 작성합니다. 템플릿이 없는 경우 이 섹션은 생략합니다.
"Pull Request 제출 절차" 섹션은 다음 순서로 작성합니다:
실제 .github/PULL_REQUEST_TEMPLATE.md 파일의 존재 여부를 확인하여 내용을 작성합니다. 템플릿이 없는 경우 이 섹션은 생략합니다.
트러블슈팅 섹션은 <details>/<summary> 접기 형식으로 작성합니다. 각 항목은 증상을 <summary>에, 원인과 해결 방법을 접힌 본문에 배치합니다.
<details>
<summary>증상 설명</summary>
**원인:** 원인 설명
**해결 방법:**
해결 절차 또는 명령어
</details>
반드시 포함해야 하는 트러블슈팅 항목:
/exit 후 재실행) 또는 플러그인 재설치(/plugin install)를 해결 방법으로 안내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
Develops Claude Code plugins through planning, structure setup, component addition (skills, commands, hooks, MCP), dev marketplace testing, release workflows, with patterns and examples.