json-crud
CommunitySafe, efficient JSON CRUD for large files.
AuthorMlightsnow
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Reading and modifying large JSON files can be memory-intensive and error-prone; this skill provides a two-step workflow to inspect structure and then perform targeted edits without loading the entire file.
Core Features & Use Cases
- Inspect large JSON with a compact, depth-limited summary and sample values.
- Get / Set / Delete by precise paths, with atomic writes to preserve data integrity.
- Handle arrays and quoted keys, including nested objects, with clear error messages for invalid paths.
Quick Start
Run python3 scripts/inspect.py FILE to view the structure, then use python3 scripts/get.py FILE PATH to read, python3 scripts/set.py FILE PATH VALUE to update, or python3 scripts/delete.py FILE PATH to remove.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: json-crud Download link: https://github.com/Mlightsnow/json-skill/archive/main.zip#json-crud Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.