Skip to content

hg-pyun/claude-code-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Marketplace for personal

Personal Claude Code plugin marketplace.

Usage

Add marketplace

/plugin marketplace add hg-pyun/claude-code-marketplace

Install a plugin

/plugin install <plugin-name>@hg-pyun-plugins

Update marketplace

/plugin marketplace update

Plugins

  • 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.

Adding a Plugin

  1. Create plugins/<plugin-name>/ directory
  2. Add .claude-plugin/plugin.json manifest
  3. Add plugin source files (commands/, hooks/, agents/, etc.)
  4. Add entry to .claude-plugin/marketplace.json plugins array
  5. Bump version in both plugin.json and marketplace.json (see SPEC.md)
  6. Validate with claude plugin validate . or /plugin validate .
  7. Commit and push

License

MIT

About

My personal marketplace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors