Restructure as proper Claude Code plugin marketplace #2
Labels
No labels
bug
community
distribution
documentation
enhancement
extensibility
infra
integration
orchestration
priority:critical
priority:high
priority:low
priority:medium
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/solo-dev-suite#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Restructure the repo with
.claude-plugin/marketplace.jsonat the root so users can install withclaude plugin marketplace addinstead 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
.claude-plugin/marketplace.jsonwith all 13 skills as plugin entries.claude-plugin/plugin.jsonwith author metadataSeen In
daymade/claude-code-skills, tonsofskills, anthropics/claude-plugins-official
Implemented in
c344351. Root.claude-plugin/marketplace.jsonlists all 15 components (13 skills + 2 plugins) as installable entries. Each skill and plugin has its own.claude-plugin/plugin.json. README updated withclaude plugin marketplace addas the recommended install method.