feat: add claude code plugin marketplace support#8
Open
TimPietruskyRunPod wants to merge 1 commit intomainfrom
Open
feat: add claude code plugin marketplace support#8TimPietruskyRunPod wants to merge 1 commit intomainfrom
TimPietruskyRunPod wants to merge 1 commit intomainfrom
Conversation
Add .claude-plugin/marketplace.json and plugin manifests so this repo works as both a Claude Code plugin marketplace (with auto-updates) and an Agent Skills repository (npx skills add). - Add marketplace catalog at .claude-plugin/marketplace.json - Add plugin.json manifests for runpodctl and flash plugins - Move SKILL.md files into skills/<name>/ subdirectories per plugin spec - Update README with Claude Code marketplace install instructions - Update AGENTS.md to reflect dual-mode repository structure
| @@ -0,0 +1,24 @@ | |||
| { | |||
There was a problem hiding this comment.
I recommend adding a version field (1.0.0) for update tracking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/plugin marketplace add runpod/skillsnpx skills add runpod/skills)SKILL.mdfiles intoskills/<name>/subdirectories per the plugin spec.claude-plugin/marketplace.jsoncatalog andplugin.jsonmanifests for each pluginWhat changed
.claude-plugin/marketplace.jsonrunpodctl/.claude-plugin/plugin.jsonflash/.claude-plugin/plugin.jsonrunpodctl/skills/runpodctl/SKILL.mdrunpodctl/SKILL.md(no content changes)flash/skills/flash/SKILL.mdflash/SKILL.md(no content changes)README.mdAGENTS.mdHow it works
Claude Code users (with auto-updates):
Other AI agents (unchanged):
Test plan
npx skills add runpod/skillsstill discovers skills in new paths/plugin marketplace add runpod/skillsin Claude Code/plugin install runpodctl@runpod-skillsand/plugin install flash@runpod-skills/plugin→ Marketplaces → Enable auto-update