Edit Plugin Description banner
danielrosehill danielrosehill

Edit Plugin Description

Development community

Description

Edit the `description` field of one plugin in `.claude-plugin/marketplace.json`. Your task: 1. Ask the user which plugin to edit (by `name`) if they haven't already said. List the current plugin names from the manifest if helpful. 2. Show the user the current description. 3. Ask for the new description, or accept it if they've already provided one in their prompt. 4. Update the `description` field for that plugin in `.claude-plugin/marketplace.json`. Do not touch anything else. 5. Validate the

Installation

Installs to ~/.claude/commands/danielrosehill-claude-code-plugins-edit-plugin-description.md

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

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

Full documentation available on GitHub

View Source Repository