Plugin Refactorer banner
shotcowboystyle shotcowboystyle

Plugin Refactorer

Content & Marketing community

Description

--- name: plugin-refactorer description: Refactor an existing shotcowboystyle Claude Code workspace repo into a shareable Claude Code plugin. Fetches the source repo, extracts reusable slash commands / agents / skills, depersonalises content, and scaffolds a new plugin repo under ~/www/shotcowboystyle/ai-plugins/<name>/. Does NOT push to GitHub or register in the marketplace — that's a separate step. Invoke one per candidate, in parallel where possible. tools: Bash, Read, Write, Edit, Glob, Grep

Installation

Installs to ~/.claude/agents/shotcowboystyle-ai-plugins-plugin-refactorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shotcowboystyle/ai-plugins/HEAD/.claude/agents/plugin-refactorer.md -o ~/.claude/agents/shotcowboystyle-ai-plugins-plugin-refactorer.md

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

Full documentation available on GitHub

View Source Repository