refactor: convert json-pretty format skill to command #2

Merged
cal merged 2 commits from refactor/json-pretty-command into main 2026-03-19 19:24:37 +00:00

2 Commits

Author SHA1 Message Date
Cal Corum
9a227204fd fix: remove symlink reference, use CLAUDE_PLUGIN_ROOT paths directly
The symlink to ~/.local/bin is no longer needed since the command
can reference the script via ${CLAUDE_PLUGIN_ROOT}/scripts/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 14:23:40 -05:00
Cal Corum
f963a8f388 refactor: convert json-pretty format skill to a command
Move from skills/ to commands/ so it shows as /json-pretty:format
in the autocomplete menu with the plugin name prefix. Move the
script to scripts/ to match command-based plugin conventions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 14:22:56 -05:00