Skip to content

Structure repo as a Claude Code plugin marketplace#31

Merged
rochala merged 1 commit intoVirtusLab:mainfrom
kubukoz:plugin-structure
Apr 8, 2026
Merged

Structure repo as a Claude Code plugin marketplace#31
rochala merged 1 commit intoVirtusLab:mainfrom
kubukoz:plugin-structure

Conversation

@kubukoz
Copy link
Copy Markdown
Contributor

@kubukoz kubukoz commented Apr 8, 2026

Summary

  • Move SKILL.md into skills/cellar/SKILL.md (standard plugin skill location)
  • Add .claude-plugin/plugin.json (plugin manifest)
  • Add .claude-plugin/marketplace.json (so the repo itself serves as a marketplace)
  • Update README with plugin installation instructions

Users can now install cellar as an auto-updating Claude Code plugin:

/plugin marketplace add virtuslab/cellar
/plugin install cellar@cellar

Test plan

  • Install via /plugin marketplace add from a fresh Claude Code session
  • Verify /cellar:cellar skill is available after install
  • Verify auto-update works after a commit to main

🤖 Generated with Claude Code

Move SKILL.md into skills/cellar/ and add .claude-plugin/ with
plugin.json and marketplace.json so the repo can be installed as
an auto-updating Claude Code plugin.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kubukoz
Copy link
Copy Markdown
Contributor Author

kubukoz commented Apr 8, 2026

works on my machine ™️

@rochala rochala merged commit d059114 into VirtusLab:main Apr 8, 2026
2 checks passed
@kubukoz kubukoz deleted the plugin-structure branch April 8, 2026 15:42
@yhefamly
Copy link
Copy Markdown
Contributor

yhefamly commented Apr 9, 2026

@kubukoz This looks nice! Hope you don't mind a quick question on that:

I tried your commands and Claude happily installed the plugin & skill, but then failed to run cellar because it wasn't installed (at least not in $PATH). Claude then tried the script from the scripts folder in its local git clone, but that contains a hardcoded path that won't work for any user, then gave up.

Is it expected for users that they need to install cellar first to their $PATH? Would be nice to document if so (can do that once confirmed).

@kubukoz
Copy link
Copy Markdown
Contributor Author

kubukoz commented Apr 9, 2026

Yes, I think the readme already tells you to install it first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants