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
Owner

Summary

  • Convert json-pretty format from a skill (skills/format/SKILL.md) to a command (commands/format.md) so it appears as /json-pretty:format in autocomplete with the plugin name prefix
  • Move json-pretty.py to scripts/ to match command-based plugin conventions

Test plan

  • Verify /json-pretty:format appears in autocomplete with prefix
  • Run json-pretty CLI to confirm script still works

🤖 Generated with Claude Code

## Summary - Convert json-pretty `format` from a skill (`skills/format/SKILL.md`) to a command (`commands/format.md`) so it appears as `/json-pretty:format` in autocomplete with the plugin name prefix - Move `json-pretty.py` to `scripts/` to match command-based plugin conventions ## Test plan - [ ] Verify `/json-pretty:format` appears in autocomplete with prefix - [ ] Run `json-pretty` CLI to confirm script still works 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 1 commit 2026-03-19 19:23:16 +00:00
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>
cal added 1 commit 2026-03-19 19:23:44 +00:00
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>
cal merged commit 52ccf51e81 into main 2026-03-19 19:24:37 +00:00
cal deleted branch refactor/json-pretty-command 2026-03-19 19:24:38 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/claude-plugins#2
No description provided.