Canvas Design
Generates an original design philosophy first, then expresses it as a single-page PDF or PNG artwork.
Design & UIIntermediate★ 1,890⑂ 563AI score 7/10Last updated: Jul 26, 2026
What it does
- Turns a short prompt into a named design philosophy / aesthetic movement (1–2 word name, 4–6 paragraphs) saved as a
.mdfile. - Expresses that philosophy as a single-page, 90% visual / 10% text artwork exported to
.pdfor.png. - Directs the work along space & form, color & material, scale & rhythm, composition & balance, and visual hierarchy.
- Keeps typography minimal and generally thin, with hard rules: nothing overlaps, nothing falls off the page.
- Explicitly requires original work — no copying existing artists to avoid copyright issues.
Who it's for
- Marketers and content folks who need a poster, cover, or moodboard fast but tasteful.
- Designers who want a written concept/tone-and-manner before producing comps.
- Anyone wanting gallery-grade visuals for decks or personal projects.
Examples
- "Make a minimal jazz gig poster" → a
Chromatic Silence-style philosophy doc plus a color-field poster PNG. - "One A4 artwork capturing our brand mood" → a Brutalist-leaning philosophy, then a PDF export.
- "Teaser image for an indie game" → refined graphic artwork that avoids cartoonish or amateur styling.
· · · 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/composio-community/awesome-claude-plugins/HEAD/canvas-design/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 canvas-design/skills/canvas-design folder from the GitHub repo composio-community/awesome-claude-plugins into my ~/.claude/skills/composio-community-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/composio-community/awesome-claude-plugins.git && mkdir -p ~/.claude/skills && cp -r awesome-claude-plugins/canvas-design/skills/canvas-design ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/composio-community/awesome-claude-plugins.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r awesome-claude-plugins/canvas-design/skills/canvas-design ~/.claude/skills/ - Verify
~/.claude/skills/canvas-design/SKILL.mdexists. - Restart Claude Code and ask something like "design a poster for my event" to trigger it.
- If PDF/PNG export fails, tell Claude which rendering tool to use (headless browser screenshot, a Python imaging library, etc.).