safe-skill · git:20260816.7a40bf4 · 2026-08-16 · sha256 4fbe25fef2bb20de

safe-skill git:20260816.7a40bf4C

Immutable. This exact content is served forever at /api/v1/blob/4fbe25fef2bb20de.

# JSON Formatter Skill

Format JSON files inside the current project directory.

## Instructions

1. Read the JSON file selected by the user.
2. Parse it using the standard JSON parser.
3. Write the formatted result back only after user confirmation.
4. Do not read credentials, environment files, or files outside the project.