Goose Graphics Create Format
Creates a new graphics format spec (custom canvas dimensions + content rules) and publishes it to the Gooseworks library so any agent can render against it.
npx goose-skills installDescription
Creates a new graphics format spec (custom canvas dimensions + content rules) and publishes it to the Gooseworks library so any agent can render against it. Use when the existing community formats (carousel, story, infographic, slides, poster, chart, tweet, plus community additions) don't fit the user's canvas — e.g., LinkedIn banner 1584×396, story cover 1080×1920, event flyer 8.5×11in. Mirror...
What this skill does
- 1Check the Gooseworks format library first to confirm no existing community format already covers the requested canvas and use case.
- 2Define content density rules — title limits, body limits, panel count, required elements — that any agent can follow to render correctly against this format.
- 3Render 2-3 example PNGs by pairing the new format with existing published styles to demonstrate flexibility across moods.
- 4Write a gooseworks-format.json manifest with name, slug, description, dimensions matched exactly to one of the seven built-in canvases, and linked example files.
- 5Publish to the Gooseworks library so any agent can reference the format slug in any future graphics request.
When to use
- You need a reusable canvas spec — like a story cover, podcast cover, or square testimonial card — that isn't in the existing format library.
- Your team generates the same type of social graphic repeatedly and wants a named format that enforces consistent content rules across runs.
- You're building a content production workflow and need a custom format that other agents or teammates can invoke by slug.
- An existing canvas size fits your dimensions but the content rules for your specific use case need to be codified.
Tools used
Best for
Format
Frequently asked questions
What is Goose Graphics Create Format?
Goose Graphics Create Format is a Claude Code skill for content by GooseWorks AI. Creates a new graphics format spec (custom canvas dimensions + content rules) and publishes it to the Gooseworks library so any agent can render against it.
When should I use Goose Graphics Create Format?
You need a reusable canvas spec — like a story cover, podcast cover, or square testimonial card — that isn't in the existing format library. Your team generates the same type of social graphic repeatedly and wants a named format that enforces consistent content rules across runs.
How do I install Goose Graphics Create Format?
Run the install command (npx goose-skills install). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Goose Graphics Create Format free to use?
The author distributes it as MIT, but the repository has no LICENSE file. The source is public on GitHub (gooseworks-ai/goose-skills).