Skip to content

feat: add claude code plugin marketplace support#8

Open
TimPietruskyRunPod wants to merge 1 commit intomainfrom
worktree-sequential-yawning-whale
Open

feat: add claude code plugin marketplace support#8
TimPietruskyRunPod wants to merge 1 commit intomainfrom
worktree-sequential-yawning-whale

Conversation

@TimPietruskyRunPod
Copy link
Member

Summary

  • Adds Claude Code plugin marketplace support so users get auto-updates and can install via /plugin marketplace add runpod/skills
  • Repository now works as both a Claude Code plugin marketplace and an Agent Skills repo (npx skills add runpod/skills)
  • Moves SKILL.md files into skills/<name>/ subdirectories per the plugin spec
  • Adds .claude-plugin/marketplace.json catalog and plugin.json manifests for each plugin

What changed

File Change
.claude-plugin/marketplace.json New marketplace catalog listing flash and runpodctl plugins
runpodctl/.claude-plugin/plugin.json New plugin manifest (v2.1.0)
flash/.claude-plugin/plugin.json New plugin manifest (v1.0.0)
runpodctl/skills/runpodctl/SKILL.md Moved from runpodctl/SKILL.md (no content changes)
flash/skills/flash/SKILL.md Moved from flash/SKILL.md (no content changes)
README.md Added Claude Code marketplace install instructions, updated structure
AGENTS.md Updated to reflect dual-mode repository structure

How it works

Claude Code users (with auto-updates):

/plugin marketplace add runpod/skills
/plugin install runpodctl@runpod-skills

Other AI agents (unchanged):

npx skills add runpod/skills

Test plan

  • Verify npx skills add runpod/skills still discovers skills in new paths
  • Test /plugin marketplace add runpod/skills in Claude Code
  • Test /plugin install runpodctl@runpod-skills and /plugin install flash@runpod-skills
  • Verify auto-update works via /plugin → Marketplaces → Enable auto-update

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 @@
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend adding a version field (1.0.0) for update tracking.

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.

2 participants