Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Canvas Design

Writes a design manifesto first, then expresses it as a museum-grade poster or artwork in PDF/PNG.

Design & UIBeginner26146AI score 9/10Last updated: Jul 16, 2026

What it does

  • Instead of jumping straight to pixels, Claude first authors a design philosophy document (.md) of 4–6 paragraphs with a named aesthetic movement ("Brutalist Joy", "Chromatic Silence").
  • It then translates that philosophy into form, space, color and composition on a single page, exported as .pdf or .png.
  • Text stays minimal and typographic elements become part of the art; explicit rules require that nothing overlaps or bleeds off the canvas.
  • A mandatory second refinement pass forbids adding new graphics — it can only sharpen and unify what already exists.
  • Ask for more pages and it extends into a coffee-table-book sequence of variations on the same philosophy.

Who it's for

  • Marketers and event organizers needing posters, covers, or brand mood images
  • Designers who want editorial-grade static graphics instead of generic AI imagery
  • Anyone needing a one-page visual: deck cover, studio identity, exhibition handout

Examples

  1. "Make a poster for a small jazz night" → philosophy .md plus an A3 PDF with restrained color fields and thin sans-serif type
  2. "One mood-board page for my ceramics studio" → an "Analog Meditation" philosophy of paper grain and negative space, exported as PNG
  3. "Expand this into a 4-page coffee-table book" → one PDF where each page is a distinct variation of the first

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/lingxling/awesome-skills-cn/HEAD/anthropics-skills/skills/canvas-design/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

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 anthropics-skills/skills/canvas-design folder from the GitHub repo lingxling/awesome-skills-cn into my ~/.claude/skills/lingxling-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/lingxling/awesome-skills-cn.git && mkdir -p ~/.claude/skills && cp -r awesome-skills-cn/anthropics-skills/skills/canvas-design ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open Terminal (macOS/Linux) or Git Bash (Windows).
  2. Clone the repo: git clone https://github.com/lingxling/awesome-skills-cn.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r awesome-skills-cn/anthropics-skills/skills/canvas-design ~/.claude/skills/
  5. Verify that ~/.claude/skills/canvas-design contains SKILL.md and a canvas-fonts directory (without it, text falls back to default fonts).
  6. Restart Claude Code and try a prompt like "design me a poster" — the skill triggers automatically.
  7. Outputs land in your working directory: a .md philosophy file plus the .pdf/.png artwork.