Canvas Design
94TrustedInstructions onlyVisual design strategies that transform concepts into aesthetic .png and .pdf compositions.
What it does
Canvas Design shifts the assistant from standard text-based responses toward the creation of intentional visual art. By establishing a formal design philosophy first, the model defines the aesthetic movement, spatial constraints, and color theory that govern the final piece. This structured approach ensures that the resulting visuals are grounded in a coherent artistic framework rather than being generated as generic graphics.
Once the foundational philosophy is set, the assistant proceeds to generate the actual visual artifact. The final output prioritizes composition, balance, and form, relegating text to a minor, decorative role. This workflow treats the generation process as a dual-phase creative exercise, where one phase defines the logic of the art and the second executes the rendering.
When it earns its place
Reach for it when…
Use this skill for creating standalone graphic works such as posters, conceptual art pieces, or visual manifestations of abstract ideas. It is suited for tasks requiring a highly specific aesthetic direction, such as emulating movements like Brutalism or minimalist graphic design, where the visual impact must carry the weight of the communication.
Look elsewhere when…
This skill is not for producing information-dense diagrams, infographics, or standard business presentation slides. It also does not serve as a replacement for professional design software when exact vector-based precision or specific brand identity compliance is required, as the focus here is on artistic interpretation rather than rigid asset layout.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- Design a poster for a jazz festival using a minimalist aesthetic
- Create a visual representation of the concept of silence
- Make an art piece inspired by mid-century modern architecture
- Develop a design philosophy for a brand identity and a sample visual
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch main https://github.com/anthropics/skills.git /tmp/skills
mkdir -p ~/.claude/skills
cp -r /tmp/skills/skills/canvas-design ~/.claude/skills/canvas-designInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/skills/skills/canvas-design .claude/skills/canvas-designIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
Canvas Design changes how the work is done. These servers change what Claude can reach while doing it.
- Miro AI MCP Server78The skill carries the visual judgement; Miro AI MCP Server gives Claude access to the design files that judgement applies to.
- File System MCP Server46Add File System MCP Server so generated images and assets can be written somewhere useful rather than only described.
- Playwright MCP Server46With Playwright MCP Server, a design can be rendered and looked at rather than assessed from the markup alone.