alias/src/alias/agent/agents/_built_in_skill/data/json/SKILL.md
Guildlines for handling json files
npx skillsauth add agentscope-ai/agentscope-samples json-fileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
list or a dict.json.load(). Use iterative parsing or streaming.ijson (Python) or similar streaming parsers to yield specific paths/items.pandas.json_normalize to convert nested structures into flat tables if the goal is analysis.max_level during normalization to prevent "column explosion.".get(key, default) or try-except blocks. Never assume a key exists in all objects.null, "", and [] consistently.ast.literal_eval or regex-based cleanup only as a fallback.pd.to_datetime) to ensure downstream reliability.documentation
Guidelines for handling text files
documentation
Guidelines for handling databases
documentation
Guidelines for handling image files
documentation
Guidelines for handling CSV/Excel files