Loopify demo
Skill AndreRatzenberger/loopify/plugins/loopify/skills/loopify-demo
Loop yes. Prompt no. Agent skills that turn specs into checked agent loops with receipts.
npx -y skills add AndreRatzenberger/loopify --skill loopify-demoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
What its author says it does
Copied from the file, not written here
Use when creating demo-ready loop seed projects with a normal app target, material pack, quality gate, acceptance tests, trace template, and presenter script.
SKILL.md
1.5 KB, as published. Nobody here has run it
loopify-demo
Create demo-ready loop projects.
When To Use
- The user wants a demo for "I do not prompt, I loop".
- A seed repo should show a normal app being built by a loop.
- A workshop or article needs visible evidence of loop execution.
Do Not Use
- Do not make the app itself the whole story; the loop is the demo.
- Do not use private project details in a public demo.
- Do not hide the first failing observation.
Workflow
- Choose a visible, normal app target.
- Use
references/demo-patterns.mdto choose the demo shape. - Create a material pack from
templates/material-pack/. - Add a repo-relative goal prompt from
templates/demo-goal-prompt.md. - Add quality gate, seed data, acceptance checklist, and trace template.
- Leave the app intentionally incomplete if the demo is the build loop.
- Verify material checks pass and the quality gate fails for the intended acceptance reason.
Output
A loop demo seed repo or material pack, plus presenter notes from
templates/demo-script.md.
Validation
- The first failure is clear and useful.
- A viewer can see checks driving patches.
- Public-safe materials contain no private context.
Example
Use loopify-demo to create a tiny event-board seed repo with a failing Playwright acceptance check.