Write reproducible demo
Skill jonathan-arteaga/agent-skills/.agents/skills/write-reproducible-demo
Use when a repository needs a short demo path that another person can run, inspect, and verify without private data or hidden setup.From its SKILL.md
npx -y skills add jonathan-arteaga/agent-skills --skill write-reproducible-demoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 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.7 KB, 107 tokens by cl100k_base, as published. Nobody here has run it
Write a reproducible demo
- Identify the single behavior the demo should prove.
- Use bounded fictional, synthetic, or cited public input.
- Make setup requirements explicit and minimal.
- Provide one command that runs the primary path.
- Show the expected output without hiding failures.
- Add an automated check for the key result.
- Document what the demo does not establish.
Return setup, run command, expected result, evidence location, and limitations. Never require credentials for the default demo path.
What ships with it: 1 file
213 B alongside SKILL.md
agents/
- openai.yaml213 B