Show Standalone banner
glittercowboy glittercowboy

Show Standalone

Design community

Description

--- name: show-standalone description: Open plugin UI in Standalone mode for visual inspection allowed-tools: [bash] --- # /show-standalone When user runs `/show-standalone [PluginName]`, execute directly (no skill routing). ## Preconditions <preconditions enforcement="validate_before_execute"> <check target="plugin_source" condition="directory_exists" path="plugins/$ARGUMENTS"> Plugin source directory must exist at plugins/$ARGUMENTS </check> <check target="source_code" condition=

Installation

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

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

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

Full documentation available on GitHub

View Source Repository