# 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.
