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

Canvas Design

Generates an original design philosophy first, then expresses it as a single-page PDF or PNG artwork.

Design & UIIntermediate1,890563AI 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 .md file.
  • Expresses that philosophy as a single-page, 90% visual / 10% text artwork exported to .pdf or .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

  1. "Make a minimal jazz gig poster" → a Chromatic Silence-style philosophy doc plus a color-field poster PNG.
  2. "One A4 artwork capturing our brand mood" → a Brutalist-leaning philosophy, then a PDF export.
  3. "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)
  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 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/composio-community/awesome-claude-plugins.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r awesome-claude-plugins/canvas-design/skills/canvas-design ~/.claude/skills/
  5. Verify ~/.claude/skills/canvas-design/SKILL.md exists.
  6. Restart Claude Code and ask something like "design a poster for my event" to trigger it.
  7. If PDF/PNG export fails, tell Claude which rendering tool to use (headless browser screenshot, a Python imaging library, etc.).