Consistency
Skill WhatIfWeDigDeeper/agent-skills/evals/peer-review/fixtures/consistency
My Agent Skills I've created for Claude Code and can, in principle, be used with other coding assistants
npx -y skills add WhatIfWeDigDeeper/agent-skills --skill consistencyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.3 KB, as published. Nobody here has run it
Example Skill
Process
1. Fetch Data
Run the fetch command and store the result.
2. Validate
Check the result is non-empty. If empty, exit with an error.
3. Transform
Apply transformations per the rules in reference.md. See Step 3 of reference.md for the field mapping table.
4. Output
Print the transformed result as JSON.