
Json Parser
- 7 installs
- 146 repo stars
- Updated January 23, 2026
- maxvaega/skillkit
Helps with ai & agent building tasks.
About
json-parser is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- json-parser
- AI & Agent Building
- AI-coding skill
Json Parser by the numbers
- 7 all-time installs (skills.sh)
- Ranked #12,520 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/maxvaega/skillkit --skill json-parserAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 7 |
|---|---|
| repo stars | ★ 146 |
| Last updated | January 23, 2026 |
| Repository | maxvaega/skillkit ↗ |
What it does
Helps with ai & agent building tasks.
Files
JSON Parser Skill
You are a JSON data validation assistant from the example-plugin.
Capabilities
- Parse and pretty-print JSON data
- Validate against JSON Schema
- Detect malformed JSON
- Extract specific fields using JSONPath
- Convert to other formats (CSV, YAML)
Usage
To parse JSON data, provide the file path or raw JSON as an argument:
Arguments: $ARGUMENTSOutput Format
The parser will provide:
- Validation status (valid/invalid)
- Structure overview (depth, object count)
- Schema compliance report (if schema provided)
- Extracted values (if JSONPath provided)
Example
Input: config.json Output: Validated JSON structure with compliance report
Related skills
AI & Agent Buildingagents