Agent Skills

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

1

Add the skill

Skills install per project, so the constraints travel with the repository.

2

Review the plan

The skill declares its model, size, and output path. Commit it and it applies to everyone.

3

Invoke it

Call the skill by name in your agent; it fills the prompt scaffold and writes the file.

Catalogue

Skills available today

  • brand-imagery
    image · brand
    Product and marketing visuals in your house style — pinned model, aspect ratio, and prompt scaffold.
  • release-video
    video · release
    Short teaser clips from a changelog, with a consistent shot list and caption tone.
  • voiceover
    audio · narration
    Narration from a script, using one voice consistently across a series.
  • doc-diagrams
    image · docs
    Diagram-style images that match the documentation's palette and stroke weight.
  • social-crops
    image · social
    One master asset, cropped and re-composed for each channel's aspect ratio.
  • podcast-beds
    music · audio
    Loopable 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.