diff --git a/plugins/json-pretty/skills/format/SKILL.md b/plugins/json-pretty/commands/format.md similarity index 85% rename from plugins/json-pretty/skills/format/SKILL.md rename to plugins/json-pretty/commands/format.md index 3affc05..89a5f9f 100644 --- a/plugins/json-pretty/skills/format/SKILL.md +++ b/plugins/json-pretty/commands/format.md @@ -1,6 +1,6 @@ --- -name: format -description: Format, validate, or minify JSON without external online services +description: "Format, validate, or minify JSON without external online services" +allowed-tools: Bash --- ## When to Use @@ -15,9 +15,9 @@ Use when the user asks to: ## Tool Location -`~/.claude/skills/json-pretty/json-pretty.py` +`${CLAUDE_PLUGIN_ROOT}/scripts/json-pretty.py` -Symlinked to `~/.local/bin/json-pretty` for PATH access. +Also symlinked to `~/.local/bin/json-pretty` for PATH access. ## Usage diff --git a/plugins/json-pretty/skills/format/json-pretty.py b/plugins/json-pretty/scripts/json-pretty.py similarity index 100% rename from plugins/json-pretty/skills/format/json-pretty.py rename to plugins/json-pretty/scripts/json-pretty.py