Plugin Publisher banner
danielrosehill danielrosehill

Plugin Publisher

Development community

Description

--- name: plugin-publisher description: Publish a scaffolded plugin directory to GitHub and register it in Daniel's Claude Code marketplace. Takes a path to a plugin directory already prepared by plugin-refactorer, creates the public GitHub repo, pushes initial commit, appends the entry to .claude-plugin/marketplace.json, updates README.md, and adds a changelog line. Invoke sequentially (not in parallel) because all instances edit the same marketplace.json. tools: Bash, Read, Write, Edit, Glob,

Installation

Installs to ~/.claude/agents/danielrosehill-claude-code-plugins-plugin-publisher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Code-Plugins/HEAD/.claude/agents/plugin-publisher.md -o ~/.claude/agents/danielrosehill-claude-code-plugins-plugin-publisher.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository