Canvas Design
Writes a design manifesto first, then expresses it as a museum-grade poster or artwork in PDF/PNG.
Design & UIBeginner★ 261⑂ 46AI 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
.pdfor.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
- "Make a poster for a small jazz night" → philosophy .md plus an A3 PDF with restrained color fields and thin sans-serif type
- "One mood-board page for my ceramics studio" → an "Analog Meditation" philosophy of paper grain and negative space, exported as PNG
- "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)
- 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 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.
- Open Terminal (macOS/Linux) or Git Bash (Windows).
- Clone the repo:
git clone https://github.com/lingxling/awesome-skills-cn.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r awesome-skills-cn/anthropics-skills/skills/canvas-design ~/.claude/skills/ - Verify that
~/.claude/skills/canvas-designcontainsSKILL.mdand acanvas-fontsdirectory (without it, text falls back to default fonts). - Restart Claude Code and try a prompt like "design me a poster" — the skill triggers automatically.
- Outputs land in your working directory: a
.mdphilosophy file plus the.pdf/.pngartwork.
View source on GitHub ↗License: MIT