npx claudepluginhub harry-jk/claude-plugin --plugin gitThis skill should be used when the user attempts git operations via bash, or when Claude detects bash being used for git commands. Automatically detects direct git command usage and suggests using git MCP instead, providing equivalent MCP tool calls.
Enforces git commit policies (message format, confirmation, attribution). Use when user says "commit", "커밋", "커밋 해줘", "커밋 진행", asks to commit changes, or when preparing a git commit or push.
Configure git policies for the current project (commit confirmation, message format, co-authored-by)
개인용 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
Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Commands for Git operations, commits, and PRs
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer