Restructure as proper Claude Code plugin marketplace #2

Closed
opened 2026-04-24 02:55:39 +00:00 by frank · 1 comment
Owner

Summary

Restructure the repo with .claude-plugin/marketplace.json at the root so users can install with claude plugin marketplace add instead of running shell scripts.

Why

The current install.sh/install.ps1 approach requires manual symlinks and doesn't integrate with Claude Code's native plugin lifecycle (install, update, uninstall, scoped installs). Every major competitor uses the marketplace format. Without it, the suite is invisible to plugin directories.

Implementation

  • Create root .claude-plugin/marketplace.json with all 13 skills as plugin entries
  • Create root .claude-plugin/plugin.json with author metadata
  • Add categories and keywords to each entry for discoverability
  • Keep install.sh as a fallback

Seen In

daymade/claude-code-skills, tonsofskills, anthropics/claude-plugins-official

## Summary Restructure the repo with `.claude-plugin/marketplace.json` at the root so users can install with `claude plugin marketplace add` instead of running shell scripts. ## Why The current install.sh/install.ps1 approach requires manual symlinks and doesn't integrate with Claude Code's native plugin lifecycle (install, update, uninstall, scoped installs). Every major competitor uses the marketplace format. Without it, the suite is invisible to plugin directories. ## Implementation - Create root `.claude-plugin/marketplace.json` with all 13 skills as plugin entries - Create root `.claude-plugin/plugin.json` with author metadata - Add categories and keywords to each entry for discoverability - Keep install.sh as a fallback ## Seen In daymade/claude-code-skills, tonsofskills, anthropics/claude-plugins-official
frank closed this issue 2026-04-24 11:28:54 +00:00
Author
Owner

Implemented in c344351. Root .claude-plugin/marketplace.json lists all 15 components (13 skills + 2 plugins) as installable entries. Each skill and plugin has its own .claude-plugin/plugin.json. README updated with claude plugin marketplace add as the recommended install method.

Implemented in c344351. Root `.claude-plugin/marketplace.json` lists all 15 components (13 skills + 2 plugins) as installable entries. Each skill and plugin has its own `.claude-plugin/plugin.json`. README updated with `claude plugin marketplace add` as the recommended install method.
Sign in to join this conversation.
No description provided.