Install Plugin banner
glittercowboy glittercowboy

Install Plugin

Development community

Description

--- name: install-plugin description: Install completed plugin to system folders for DAW use argument-hint: <PluginName> --- # /install-plugin <preconditions enforcement="blocking"> <check target="PLUGINS.md" condition="status_equals" required="true"> Plugin status MUST be ✅ Working (Stage 3 complete) </check> <check target="build" condition="exists" required="true"> Plugin MUST have successful Release build </check> <check target="validation" condition="passed" required="tru

Installation

Installs to ~/.claude/commands/glittercowboy-plugin-freedom-system-install-plugin.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/glittercowboy/plugin-freedom-system/HEAD/.claude/commands/install-plugin.md -o ~/.claude/commands/glittercowboy-plugin-freedom-system-install-plugin.md

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

Full documentation available on GitHub

View Source Repository