Synthetic Toy Dataset Generator Starter
SkillDatabases & dataUse this skill to generate a deterministic tiny dataset bundle for tests, demos, and smoke fixtures.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Synthetic Toy Dataset Generator Starter skill
About this capability
A framework for discovering, compiling, and validating reusable skills for scientific agents.
What this skill tells your AI
The instructions your AI receives, as published by ma-compbio-lab/skillfoundry in skills/data-acquisition-and-dataset-handling/synthetic-toy-dataset-generator-starter/SKILL.md and read by ahel’s review.
Use this skill to generate a deterministic tiny dataset bundle for tests, demos, and smoke fixtures.
What This Skill Does
- creates a small sample sheet, feature sheet, and count matrix
- uses a fixed seed for deterministic values
- writes a manifest and a compact JSON summary
- keeps the output small enough to commit as a verified asset
When To Use It
- when you need a starter for
synthetic-toy-dataset-generation-for-tests - when downstream skills need a small reusable fixture bundle
- when you want deterministic tabular test data without external downloads
Run
python3 skills/data-acquisition-and-dataset-handling/synthetic-toy-dataset-generator-starter/scripts/generate_synthetic_toy_dataset.py \
--sample-count 6 \
--feature-count 4 \
--seed 17 \
--out-dir scratch/synthetic-toy-dataset/toy_bundle \
--summary-out scratch/synthetic-toy-dataset/toy_bundle_summary.json
Notes
- The generated bundle is intentionally generic and lightweight; it is designed to feed other skills' tests.
- The summary includes simple deterministic checks so regressions are easy to spot in CI.
Signals
- GitHub stars
- 39
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
synthetic-toy-dataset-generator-starter- Source
- github.com/ma-compbio-lab/skillfoundry