Canvas Design
OfficialOfficial Anthropic skill that writes a design philosophy first, then expresses it as a museum-grade PNG or PDF artwork.
Design & UIBeginner★ 167,132⑂ 19,920AI score 9/10Last updated: Aug 7, 2026
What it does
Instead of jumping straight to pixels, this skill works in two stages. First it authors an aesthetic manifesto (design philosophy) as a .md file — naming the movement (e.g. "Chromatic Silence") and defining space, color, scale, rhythm and composition across 4–6 paragraphs. Then it expresses that philosophy on a canvas, producing a single-page PNG or PDF.
Highlights:
- Text stays minimal; meaning is carried by form, color and negative space (roughly 90% visual / 10% type)
- Repeating patterns, precise geometry and clinical reference markers, like a diagram from an imaginary discipline
- Hard rule that nothing overflows the page or overlaps — margins and alignment are verified
- An automatic second refinement pass that polishes the existing composition instead of piling on more graphics
- Optional multi-page output that reads like a coffee-table art book
- Original work only; no imitation of existing artists' pieces
Who it's for
- Marketers and event organizers who need exhibition or gig posters
- Solo creators needing deck covers, album art, or merch graphics without a designer
- Fans of minimalism, Swiss typography, and brutalist visual language
- Anyone who wants crisp, vector-feeling graphics rather than typical AI image artifacts
Examples
- Gig poster — Ask for "a poster for a November jazz quartet" and you get a portrait PDF with a restrained palette and confident typography, plus the philosophy doc explaining every choice.
- Multi-page art book — Request "six pages in the same philosophy" and receive one PDF where each spread is a distinct variation on the opening page.
- Brand mood sheet — For a ceramics studio, it drafts a "quiet texture and breathing room" philosophy, then renders a cover PNG the team can align on.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/canvas-design folder from the GitHub repo anthropics/skills into my ~/.claude/skills/canvas-design/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/anthropics/skills.git && mkdir -p ~/.claude/skills && cp -r skills/skills/canvas-design ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, PowerShell on Windows).
- Create the skills folder:
mkdir -p ~/.claude/skills - Clone the official repo:
git clone https://github.com/anthropics/skills.git - Copy just this skill:
cp -r skills/skills/canvas-design ~/.claude/skills/ - Confirm that
~/.claude/skills/canvas-design/SKILL.mdexists. - Restart Claude Code and try: "Use canvas-design to make a poster for a jazz night."
- If you want custom typefaces, drop font files into the skill's
canvas-fontsdirectory before running. - Outputs (.md plus .png/.pdf) land in your current working directory — list the files to download them.