Describe a feature, get the sequence

Describe a gameplay moment; get the whole sequence as one coherent sheet.

Describe a feature, get the sequence packed sprite sheet
The prompt

"a pot of gold that fills up with coins when the player wins"

MCP tool: generate_sheet
generate_sheet({
  base_prompt: "a round black cauldron pot",
  frame_hints: ["empty", "a few gold coins", "half full",
                "full", "overflowing with gold"],
  style: "pixel-16",
  model: "premium"
})

Some assets are really a moment, not a single sprite — a pot filling with gold, a chest opening, a power-up charging up. Describe the moment and the stages it passes through, and you get the whole sequence back as one coherent sheet.

The five stages here — empty through overflowing — are drawn together in a single image, so it's literally the same cauldron progressively filling with gold coins, ending in a heaping mound spilling over the rim. Same subject in every frame, no drift.

One billed generation, one coherent sequence — describe the moment, get the frames.

Generate this in your editor

Hammermind runs as an MCP server, so you can generate assets straight from Claude Code or any MCP client — or call the REST API directly.

claude mcp add hammermind --transport http https://api.hammermind.com/mcp

Related