Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Canvas Design

Official

Official Anthropic skill that writes a design philosophy first, then expresses it as a museum-grade PNG or PDF artwork.

Design & UIBeginner167,13219,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

  1. 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.
  2. 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.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal (Terminal on macOS/Linux, PowerShell on Windows).
  2. Create the skills folder: mkdir -p ~/.claude/skills
  3. Clone the official repo: git clone https://github.com/anthropics/skills.git
  4. Copy just this skill: cp -r skills/skills/canvas-design ~/.claude/skills/
  5. Confirm that ~/.claude/skills/canvas-design/SKILL.md exists.
  6. Restart Claude Code and try: "Use canvas-design to make a poster for a jazz night."
  7. If you want custom typefaces, drop font files into the skill's canvas-fonts directory before running.
  8. Outputs (.md plus .png/.pdf) land in your current working directory — list the files to download them.