| name | experiment-catalog-demo-data |
| description | Generate realistic demo data for the experiment catalog including projects, experiments, permutations, results with metrics, metric definitions, and tags. |
| license | MIT |
| compatibility | Requires Python 3.10+, requests, and a reachable Experiment Catalog API. |
| metadata | {"spec_version":"1.0","version":"1.0.0","catalog_skill_version":"1.0.0","catalog_project":"microsoft/experiment-catalog","source_repository":"https://github.com/plasne/agent-skills"} |
Execution Model
[!IMPORTANT]
Do not execute this skill directly in the main thread. Delegate the data
generation task to its own sub-agent and pass this skill path to that
sub-agent.
Keep demo-data generation separate from deployment or pipeline tasks. Store the
created dataset summary in session artifacts instead of replaying bulk logs.
Generate Demo Data
Use this skill to populate a running Experiment Catalog instance with realistic
sample projects, experiments, permutations, results, metric definitions, and
tags. Open references/full-guide.md for the long-form walkthrough.
This skill uses the catalog API and does not perform Azure ARM control-plane
provisioning. Do not apply the ISE asset telemetry ID to demo-data API calls.