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 changed files with 4 additions and 4 deletions
Showing only changes of commit f963a8f388 - Show all commits

View File

@ -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