Publish Plugin banner
IvanLutsenko IvanLutsenko

Publish Plugin

Documentation community

Description

--- description: "Publish plugin changes: version bump, changelog, README updates, commit + push" argument-hint: "<plugin_name> [patch|minor|major]" allowed-tools: Bash(python3:*), Bash(git *:*), Read, Edit --- # Publish Plugin Publish plugin after changes: **$ARGUMENTS** ## Step 1: Parse arguments Extract from `$ARGUMENTS`: - `plugin_name` (required) — directory name under `plugins/` - `bump_type` (optional, default: `patch`) — `patch`, `minor`, or `major` If no arguments provided, detect

Installation

Installs to ~/.claude/commands/ivanlutsenko-awac-ai-agent-plugins-publish-plugin.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/IvanLutsenko/awac-ai-agent-plugins/HEAD/.claude/commands/publish-plugin.md -o ~/.claude/commands/ivanlutsenko-awac-ai-agent-plugins-publish-plugin.md

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

Full documentation available on GitHub

View Source Repository