claude-plugins

A Claude Code plugin marketplace for development workflow automation.
Table of Contents
Quick Start
# 1. Add marketplace
/plugin marketplace add minukHwang/claude-plugins
# 2. Install plugins you need
/plugin install workflow@minukHwang-plugins # NEW: Project config
/plugin install jira@minukHwang-plugins # NEW: Jira integration
/plugin install daily@minukHwang-plugins # NEW: Daily planning
/plugin install git@minukHwang-plugins
/plugin install react@minukHwang-plugins
/plugin install readme@minukHwang-plugins
/plugin install notion@minukHwang-plugins
/plugin install util@minukHwang-plugins
/plugin install confluence@minukHwang-plugins
Plugins
workflow
Project workflow configuration for Git strategy, Jira integration, and Notion sync.
| Command | Description |
|---|
/workflow:init | Initialize workflow configuration |
/workflow:config | Modify existing workflow settings |
| Skill | Description |
|---|
workflow-context | Auto-load workflow settings |
one-pr-one-issue | 1 PR = 1 Issue workflow guide (v1.2.0) |
Features:
- Git strategy selection (github-flow, git-flow, trunk-based)
- Jira project connection with issue key in branches/commits
- Notion TODO database integration with Epic field (v1.1.0)
- Type field: Epic/Story/Task/Bug/Todo select (v1.2.0)
- CLAUDE.md rules: Auto-add 1 PR = 1 Issue workflow (v1.2.0)
- Two-ID system: Data Source ID + Page ID for Notion DBs (v1.1.0)
- Merge method configuration (squash, merge, rebase)
- Creates
.claude/workflow.json for other plugins to use
⚠️ Requires Atlassian MCP for Jira integration
📄 Full documentation
jira
Jira issue management and Git integration automation.
| Command | Description |
|---|
/jira:backlog | View project backlog issues |
/jira:create | Create a new Jira issue |
/jira:start | Start working on issue (creates branch) |
/jira:done | Complete issue (creates PR, updates status) |
/jira:view | View issue details |
/jira:sync | Bidirectional sync: Jira ↔ Notion TODO (v1.3.0) |
Features:
- Full Jira workflow: create → start → done
- Epic selection: Link issues to parent Epics (v1.1.0)
- Due Date & Auto-assign: Optional due date, auto-assign to self (v1.1.0)
- Start Date: Optional at creation, auto-set on start (v1.3.0)
- Auto branch creation with issue key (via
/git:branch)
- Automatic status transitions with Start Date (v1.1.0)
- Notion TODO sync (create, update status, add links)
- Type field: Epic/Story/Task/Bug synced to Notion (v1.3.0)
- Epic field: Rich text link to Epic (v1.3.0)
- Bidirectional sync: Jira ↔ Notion with Done propagation (v1.3.0)
- Seamless integration with git plugin
⚠️ Requires Atlassian MCP and /workflow:init
📄 Full documentation
daily
Morning daily planning with Notion TODO and Jira integration.
| Command | Description |
|---|
/daily:plan | Morning daily planning |
Features:
- Ask today's tasks (free input)
- Review since last planning (completion check)
- Carry over incomplete tasks with 🔄 tracking (v1.1.0)
- AI time blocking recommendation
- Save to Notion TODO with Period (Calendar view)
- Optional Jira sync at the end
⚠️ Requires Notion MCP and /workflow:init
📄 Full documentation
git
Git workflow automation with smart commits, PRs, CI monitoring, and Jira integration.
| Command | Description |
|---|
/git:commit | Smart staging + conventional commit with gitmoji |
/git:commit-light | Same as above, saves tokens |
/git:branch | Create branch with type/description naming |
/git:pr | Create PR with full code analysis |
/git:pr-light | Create PR, saves tokens |
/git:ci | Monitor GitHub Actions, analyze failures |
/git:init | Full project init: git, .gitignore, hooks, first commit |