Agent skill · Data & Analytics

synthetic-data-generation

LLM-generated training data, augmentation strategies, distillation datasets, self-instruct and Evol-Instruct patterns, quality filtering pipelines.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill synthetic-data-generation-jlaws-dotfiles --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/ai-ml/synthetic-data-generation-jlaws-dotfiles/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Synthetic Data Generation ## When to Use Generate synthetic training data when real data is scarce, expensive to label, or restricted by privacy/licensing. Also applies to distillation pipelines where a larger model generates training signal for a smaller one. ## Strategy Selection ### Decision Table: Synthetic Data Strategy by Use Case | Use Case | Strategy | Quality Bar | Volume Needed | Key Risk | |----------|----------|-------------|---------------|----------| | Instruction tuning (general) | Self-Instruct | Medium-High | 10K-100K | Diversity collapse | | Instruction tuning (complex) | Evol-Instruct | High | 5K-50K | Over-complexity drift | | Domain adaptation | Paraphrasing + seeding | Medium | 50K-500K | Distribution shift | | Low-resource language | Back-translation | Medium | 10K-100K | Translationese artifacts | | Distillation | Teacher rationale generation | High | 10K-1M | Capacity gap noise | | Classification augmentation | Label-conditioned generation | Medium | 10K-100K | Label leakage | | Safety/alignment | Red-teaming + refusal pairs | High | 1K-10K | Reward hacking patterns | ### Decision Table: Quality vs Quantity Tradeoff | Data Budget | Filtering Strategy | Ex

What's inside
Steps it walks through
  1. When to Use
  2. Strategy Selection
  3. Decision Table: Synthetic Data Strategy by Use Case
  4. Decision Table: Quality vs Quantity Tradeoff
  5. Self-Instruct Pipeline
  6. Core Loop
  7. Evol-Instruct Enhancement
  8. Quality Filtering
  9. LLM-as-Judge
  10. Diversity Sampling
  11. Back-Translation Augmentation
  12. Gotchas and Anti-Patterns
  13. Model Collapse from Synthetic Data Loops
  14. Diversity Collapse
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the synthetic-data-generation skill do?

LLM-generated training data, augmentation strategies, distillation datasets, self-instruct and Evol-Instruct patterns, quality filtering pipelines.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill synthetic-data-generation-jlaws-dotfiles --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 majiayu000/claude-skill-registry, a repository with 534 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