Packaged workflows for coding agents
A skill pins the model, the prompt scaffold, and the output path, so the same request produces the same kind of asset every time — across every developer on the team.
Why skills
Model choice becomes a reviewable artefact
Without a skill, every generation is an ad-hoc decision: which model, which size, which prompt. With one, those choices are committed to the repository and reviewed like any other change.
Consistent output
The scaffold, model, and aspect ratio live in the skill, so a launch asset looks like the last one.
Reviewable by default
Changing a skill is a pull request. Brand and legal can see exactly what will be generated before it is.
Cheaper in practice
Pinned models and sizes prevent accidental calls to premium video models during routine work.
Composable
Skills can chain generation, download, and file placement.
Install
Three steps to a repeatable workflow
Add the skill
Skills install per project, so the constraints travel with the repository.
Review the plan
The skill declares its model, size, and output path. Commit it and it applies to everyone.
Invoke it
Call the skill by name in your agent; it fills the prompt scaffold and writes the file.
Catalogue
Skills available today
- brand-imageryimage · brandProduct and marketing visuals in your house style — pinned model, aspect ratio, and prompt scaffold.
- release-videovideo · releaseShort teaser clips from a changelog, with a consistent shot list and caption tone.
- voiceoveraudio · narrationNarration from a script, using one voice consistently across a series.
- doc-diagramsimage · docsDiagram-style images that match the documentation's palette and stroke weight.
- social-cropsimage · socialOne master asset, cropped and re-composed for each channel's aspect ratio.
- podcast-bedsmusic · audioLoopable music beds at a fixed tempo and mood for a recurring show.
Package your workflow once
Define the model, the style, and the destination. Then let every developer generate assets that fit.