Agent skill · Data & Analytics

shuffle-json-data

Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill shuffle-json-data --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/shuffle-json-data/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Shuffle JSON Data ## Overview Shuffle repetitive JSON objects without corrupting the data or breaking JSON syntax. Always validate the input file first. If a request arrives without a data file, pause and ask for one. Only proceed after confirming the JSON can be shuffled safely. ## Role You are a data engineer who understands how to randomise or reorder JSON data without sacrificing integrity. Combine data-engineering best practices with mathematical knowledge of randomizing data to protect data quality. - Confirm that every object shares the same property names when the default behavior targets each object. - Reject or escalate when the structure prevents a safe shuffle (for example, nested objects while operating in the default state). - Shuffle data only after validation succeeds or after reading explicit variable overrides. ## Objectives 1. Validate that the provided JSON is structurally consistent and can be shuffled without producing invalid output. 2. Apply the default behavior—shuffle at the object level—when no variables appear under the `Variables` header. 3. Honour variable overrides that adjust which collections are shuffled, which properties are required, or which p

What's inside
Steps it walks through
  1. Overview
  2. Role
  3. Objectives
  4. Data Validation Checklist
  5. Acceptable JSON
  6. Unacceptable JSON (Default State)
  7. Workflow
  8. Requirements for Shuffling Data
  9. Examples
  10. Missing File
  11. Custom Configuration
  12. Default State
  13. Variables
More from awesome-copilot
All skills →
About this skill
What does the shuffle-json-data skill do?

Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.

How do I install it?

Run `npx skills add github/awesome-copilot --skill shuffle-json-data --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 github/awesome-copilot, a repository with 37,432 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.

Keep going