shuffle-json-data
Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.
npx skills add github/awesome-copilot --skill shuffle-json-data --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Role
- Objectives
- Data Validation Checklist
- Acceptable JSON
- Unacceptable JSON (Default State)
- Workflow
- Requirements for Shuffling Data
- Examples
- Missing File
- Custom Configuration
- Default State
- Variables
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.