Skip to content

feat: add Claude Code plugin + marketplace structure#1

Open
back1ply wants to merge 4 commits into
ndpvt-web:mainfrom
back1ply:feat/claude-plugin-marketplace
Open

feat: add Claude Code plugin + marketplace structure#1
back1ply wants to merge 4 commits into
ndpvt-web:mainfrom
back1ply:feat/claude-plugin-marketplace

Conversation

@back1ply
Copy link
Copy Markdown

What this PR adds

Three files that turn this repo into a proper Claude Code plugin that can also be added as a marketplace:

.claude-plugin/
  plugin.json        ← plugin manifest
  marketplace.json   ← marketplace manifest (repo is its own marketplace)
skills/
  prompt-improver/
    SKILL.md         ← skill in plugin directory layout (namespaced as /prompt-improver:prompt-improver)

The root SKILL.md is untouched — manual installs keep working.


How users install after merge

Add as a marketplace + install:

/plugin marketplace add github ndpvt-web/prompt-improver
/plugin install prompt-improver

Or install directly (no marketplace needed):

/plugin install github:ndpvt-web/prompt-improver

Then invoke the skill:

/prompt-improver:prompt-improver

Files changed

.claude-plugin/plugin.json

Plugin manifest with name, version, author, homepage, license, and keywords for discoverability.

.claude-plugin/marketplace.json

Marketplace manifest pointing source: "." so this repo serves as its own single-plugin marketplace. Users add it once and can install/update through Claude Code's plugin system.

skills/prompt-improver/SKILL.md

Identical skill logic to root SKILL.md, but placed in the proper plugin directory so Claude Code auto-discovers it under the prompt-improver namespace. Reference paths updated to use ${CLAUDE_PLUGIN_ROOT}/references/ so Claude can locate the methodology files at runtime.


References

back1ply added 4 commits May 15, 2026 17:35
- .claude-plugin/plugin.json  — plugin manifest (name, version, author, keywords)
- .claude-plugin/marketplace.json — marketplace manifest so users can add this repo as a marketplace
- skills/prompt-improver/SKILL.md — skill in proper plugin directory layout

Users can now install via:
  /plugin marketplace add github ndpvt-web/prompt-improver
  /plugin install prompt-improver
… README

- Remove version from plugin.json and marketplace.json so users
  auto-track latest via git commit SHA instead of being pinned
- Rewrite README Installation to use /plugin marketplace add + /plugin install
- Update File Structure section to show plugin layout
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.

1 participant