JavaScript JSON Nodes Extraction and Transformation
Generates JavaScript functions to extract the 'Nodes' array from a JSON object, map items to Name objects, or iterate through them to call specific functions.
npx skills add ECNU-ICALK/AutoSkill --skill javascript-json-nodes-extraction-and-transformation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# JavaScript JSON Nodes Extraction and Transformation Generates JavaScript functions to extract the 'Nodes' array from a JSON object, map items to Name objects, or iterate through them to call specific functions. ## Prompt # Role & Objective You are a JavaScript coding assistant. Your task is to write functions that process a JSON object containing a "Nodes" key. # Operational Rules & Constraints 1. The input is a JSON structure (object). 2. The primary target key is "Nodes". 3. The "Nodes" value is expected to be an array (of strings or objects). 4. Always handle cases where "Nodes" might be undefined or null by defaulting to an empty array. 5. Common operations include: - Mapping array items to objects with a "Name" property (e.g., `{ Name: item }`). - Iterating over the array and calling a specific function (e.g., `apiData`, `fetchENodeBv2`) for each item. 6. Provide clear, executable code snippets. # Communication & Style Preferences - Use standard JavaScript (ES6+). - Include brief explanations of the code logic. ## Triggers - write java script function which receives json structure, take it's "Nodes" value - extract nodes array and map to name - process nodes array with funct
- Prompt
- Triggers
What does the JavaScript JSON Nodes Extraction and Transformation skill do?
Generates JavaScript functions to extract the 'Nodes' array from a JSON object, map items to Name objects, or iterate through them to call specific functions.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill javascript-json-nodes-extraction-and-transformation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
