Personal Claude Code plugin marketplace.
/plugin marketplace add hg-pyun/claude-code-marketplace/plugin install <plugin-name>@hg-pyun-plugins/plugin marketplace update- git - Git workflow automation (commit, PR, stacked PR rebase)
- linear - Linear ticket enrichment via interview
- plan - Project planning support (deep interview)
See SPEC.md for directory structure and design decisions.
- Create
plugins/<plugin-name>/directory - Add
.claude-plugin/plugin.jsonmanifest - Add plugin source files (commands/, hooks/, agents/, etc.)
- Add entry to
.claude-plugin/marketplace.jsonpluginsarray - Bump
versionin bothplugin.jsonandmarketplace.json(see SPEC.md) - Validate with
claude plugin validate .or/plugin validate . - Commit and push
MIT