Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
react logo

react

minukHwang-plugins

developmentClaude Codeby Minuk Hwang

Summary

React/Next.js development automation tools

Install to Claude Code

/plugin install react@minukHwang-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add minukHwang/claude-plugins if you haven't already.

README.md

claude-plugins

![License: MIT](https://opensource.org/licenses/MIT) ![Claude Code](https://claude.ai/code)

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 |

Features:

  • Auto-detects staged/unstaged files
  • Deep analysis reads actual file content
  • Generates conventional commit messages with gitmoji
  • Auto .gitignore generation (Node, Python, Go, Rust, Ruby, iOS, Android)
  • Non-Node.js support (pre-commit framework)
  • Integrates with react, readme, notion plugins
  • Jira integration (v1.4.0): Issue key in branch/commit/PR
  • Notion PR update: Saves PR link to TODO #42 (v1.5.0)
  • Multi-issue warning: Warns on 1 PR with multiple issues (v1.5.0)

📄 Full documentation

---

react

React/Next.js code comment automation following CLAUDE.md conventions.

| Command | Description | |---------|-------------| | /react:comment | Add/reformat comments to React files | | /react:template | Show comment template for file type |

| Skill | Description | |-------|-------------| | react-conventions | MANDATORY - Auto-applied for .tsx/.ts files |

Supported files: .tsx, Context.tsx, .service.ts, .query.ts, .dto.ts, .utils.ts

📄 Full documentation

---

readme

README auto-generation and updates based on project analysis.

| Command | Description | |---------|-------------| | /readme:init | Generate README based on project type | | /readme:update | Update README with project changes |

Features:

  • Detects project type (Frontend/Backend/Full-stack)
  • Version-based status detection (< 1.0.0 = In Development)
  • Placeholder support for early-stage projects
  • Triggered after /git:pr

📄 Full documentation

---

notion

Notion workspace automation tools.

| Command | Description | |---------|-------------| | /notion:til | Record TIL to Notion (requires MCP) | | /notion:blog | Write detailed blog post (extends TIL) |

Features:

  • Deep analysis of code changes
  • Multi-commit support: Select multiple commits → 1 TIL
  • PR/MR support: Analyze entire PR changes (GitHub & GitLab)
  • Korean content with structured format (Problem/Solution/Lesson)
  • Auto tech stack detection from changed files
  • TIL → Blog flow: Expand TIL into detailed blog post
  • Web search: Searches official docs and articles for blog
  • Two-ID system: Data Source ID + Page ID (v1.6.0)
  • Triggered after /git:commit

⚠️ Requires Notion MCP setup

📄 Full documentation

---

util

Utility tools for Claude Code.

| Skill | Description | |-------|-------------| | search | Current date awareness for web searches |

Features:

  • Ensures Claude uses current year (not 2024) when searching
  • Auto-triggers on: "검색해봐", "알아봐", "찾아봐", "분석해봐"
  • Runs date before WebSearch/WebFetch

📄 Full documentation

---

confluence

Sync files to Confluence pages.

| Command | Description | |---------|-------------| | /confluence:sync | Sync a file to Confluence |

Features:

  • Direct file path input (argument or prompt)
  • Creates page if not exists, updates if found
  • Page naming: [{Project}] {filename}
  • Full content sync (replaces entire page)

⚠️ Requires Atlassian MCP and /workflow:init with Confluence enabled

📄 Full documentation

---

Workflow Examples

Jira Workflow (NEW)

# 1. Initialize workflow config
/workflow:init       # Set up Git strategy + Jira + Notion

# 2. Create and start issue
/jira:create         # Create issue + Notion TODO
/jira:start CP-1     # Create branch + update status

# 3. Work and commit
# ... make changes ...
/git:commit          # ✨ feat: Add feature [CP-1]

# 4. Complete
/jira:done           # Create PR + update status + sync Notion

Git Workflow

# New project setup
/git:init            # git init + .gitignore + husky + first commit

# Feature development
/git:branch          # Create feature/user-auth (with optional Jira link)
# ... make changes ...
/git:commit          # ✨ feat: Add user authentication [CP-1]
/git:pr              # Create PR with analysis + Jira link
/git:ci              # Monitor CI status

React Workflow

/react:comment       # Add comments to React files
/react:template      # Show comment template

# Or after commit:
/git:commit
# → "📝 React files detected. Add comments?"
# → Yes
/react:comment

README Workflow

/readme:init         # Generate new README
/readme:update       # Update existing README

# Or after PR:
/git:pr
# → "📄 Update README?"
# → Yes (README exists)
/readme:update
# → Yes (no README)
/readme:init

Notion Workflow

/notion:til          # Record TIL to Notion
/notion:blog         # Write detailed blog post

# Or after commit:
/git:commit
# → "📝 Record TIL to Notion?"
# → Yes
/notion:til
# → "📝 Expand to blog post?"
# → Yes
/notion:blog

---

Requirements

| Requirement | For | |-------------|-----| | Git 2.0+ | All plugins | | GitHub CLI (gh) | /git:pr, /git:ci, /notion:til (GitHub) | | GitLab CLI (glab) | /notion:til (GitLab PR/MR) | | Node.js | /git:init | | macOS or Linux | All plugins | | Atlassian MCP | /workflow:init, /jira:*, /confluence:sync | | Notion MCP | /notion:til, /jira:create (TODO sync) |

Atlassian MCP Setup

# 1. Add Atlassian MCP (requires authentication)
claude mcp add atlassian -- npx -y @anthropic-ai/atlassian-mcp

# 2. Follow authentication prompts for Jira/Confluence access

# 3. Restart Claude Code

Required permissions:

  • Jira: Read/write issues, transitions
  • Confluence: Read/write pages (for file sync)

Notion MCP Setup

# 1. Add Notion MCP
claude mcp add notion -- npx -y @anthropic-ai/notion-mcp

# 2. Create integration at https://www.notion.so/my-integrations

# 3. Restart Claude Code

📄 MCP Guide

---

Contributing

Contributions welcome! Feel free to:

  • Open issues for bugs or feature requests
  • Submit PRs for improvements
  • Suggest new commands or plugins

License

MIT

Related plugins

Browse all →