Skip to content

feat: make prompt-master installable as a Claude Code plugin#51

Open
vikalpj wants to merge 2 commits into
nidhinjs:mainfrom
vikalpj:feat/installable-as-claude-code-plugin
Open

feat: make prompt-master installable as a Claude Code plugin#51
vikalpj wants to merge 2 commits into
nidhinjs:mainfrom
vikalpj:feat/installable-as-claude-code-plugin

Conversation

@vikalpj

@vikalpj vikalpj commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Packages the existing prompt-master skill so it can be installed as a Claude Code plugin straight from this repo — the repo now doubles as its own marketplace.

  • .claude-plugin/plugin.json — plugin manifest (single-skill plugin, root SKILL.md, v1.7.0, MIT, authored to nidhinjs).
  • .claude-plugin/marketplace.json — marketplace manifest with one plugin sourced at the repo root (type: relative, path: .).
  • README.md — adds a "Claude Code (plugin)" install section.

Install becomes:

/plugin marketplace add nidhinjs/prompt-master
/plugin install prompt-master@prompt-master

Context

No changes to the skill itself — SKILL.md and references/ are untouched, so the existing claude.ai upload and manual clone-into-~/.claude/skills paths keep working exactly as before. This is purely additive: it gives teams a one-command install and a marketplace they can wire into a project's .claude/settings.json for automatic, team-wide enablement.

@vikalpj
vikalpj marked this pull request as ready for review June 16, 2026 14:13
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