Design & Frontend poster-designpdf-generationpng-exportgraphic-designtypographydesign-philosophyvisual-art

Canvas Design Skill

Turns a prompt into an original poster or artwork: it first writes a design philosophy manifesto, then renders it on canvas with museum-grade craftsmanship.

FollowSkills review · FSRS-2.0
Not recommended
42/ 100 5-point scale 2.1 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

Pure prompt file with no code execution, network calls, or sensitive-data handling; low red-line risk. However, SKILL.md instructs the agent to 'download whatever fonts are needed' with no source constraints, an uncontrolled external-fetch instruction; the referenced LICENSE.txt is absent from evidence; no rollback, confirmation, or data-flow disclosure, deducted accordingly.

2Reliability8 / 20 · 2.0/5

The skill is self-consistent stepwise instruction (philosophy → canvas → refinement) with no script dependencies to break; but it references a ./canvas-fonts directory not present in evidence, with no failure handling if fonts are missing; no tests or error-feedback design for this skill path; output quality depends entirely on the host agent, deducted accordingly.

3Adaptability7 / 15 · 2.3/5

Description clearly scopes the use case (posters, art, static design) and output formats (.png/.pdf/.md), giving fairly precise triggers; but non-fit boundaries are undeclared, no Chinese-support statement, and the actual rendering mechanism is unspecified, deducted accordingly.

4Convention7 / 15 · 2.3/5

Frontmatter includes name, description, and license; well-structured, readable, with concrete examples; but the referenced LICENSE.txt is missing from evidence, there is no versioning or changelog, the skill appears derived from Anthropic's official skills repo (README mentions a Claude Skills submodule) without attribution, and maintenance/update responsibility is unclear, deducted accordingly.

5Effectiveness5 / 15 · 1.7/5

Core value is creative design guidance that can steer production of a philosophy .md plus visual artifacts, but static review cannot verify outputs are directly usable; no representative output evidence and no comparative-benefit argument against alternatives, deducted accordingly.

6Verifiability3 / 10 · 1.5/5

Only the SKILL.md source text is auditable; no execution evidence, no test coverage of this skill path (tests/ cover only agent and ACP), no third-party corroboration; claims like 'museum quality' are unverifiable, deducted accordingly.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision d76a4f638968
Before you use it
  • The skill instructs the agent to download fonts as needed without source constraints; verify that font fetching is constrained by the host environment before use.
  • LICENSE.txt and the ./canvas-fonts directory referenced by SKILL.md are absent from the reviewed evidence; license terms and resource availability should be verified independently.
  • The skill appears derived from Anthropic's official skills repository without explicit attribution.
  • Static review executed nothing; output-quality claims (e.g., 'museum quality') are independently unverified.
  • No Chinese-language support statement; the skill assumes the host agent can write files and generate canvas/PDF/PNG artifacts, and may be unusable otherwise.
Review evidence [1][2][3][4][5][6][7]
See the full review method →

What does this skill do, and when should you use it?

canvas-design is one of the 15 skills bundled in the Mini-Agent repository (MiniMax-AI/Mini-Agent, MIT licensed), located at mini_agent/skills/canvas-design/SKILL.md. It targets static visual creation such as posters, art pieces, and graphic designs. The workflow has two steps: author a named design philosophy as a .md file, then express it as a highly visual, text-minimal single-page .pdf or .png. The skill emphasizes minimal text, spatial expression, and expert-level craft, and includes a mandatory second-pass refinement step.

It reads the user's theme or subtle instructions and first outputs a 4-6 paragraph design philosophy .md file (naming an aesthetic movement and articulating space, color, and composition principles). It then deduces a subtle conceptual reference from the original request to serve as the work's 'conceptual DNA,' and produces a single design-forward .pdf or .png page (expandable to multiple pages on request) alongside the philosophy file. It selects fonts from the repository's ./canvas-fonts directory, enforces that nothing overlaps or falls off the canvas, and performs a purification-focused second pass.

  1. A designer needing a one-page poster for an event, venue, or brand who wants a considered aesthetic stance rather than a template
  2. A content creator generating a conceptual poster or cover sketch for a book, film, or album
  3. A design team that wants a quick design-philosophy document plus visual draft as a creative direction starting point
  4. A Mini-Agent user who wants the agent to handle end-to-end visual production from abstract idea to finished image
  5. Users needing multi-page visual material, who can request multiple pages bundled into one .pdf forming a tasteful visual narrative

What are this skill's strengths and limitations?

Pros
  • Two-phase flow (philosophy first, visual expression second) yields results with a clear aesthetic stance rather than random decoration
  • A mandatory second-pass refinement step encodes concrete craft standards: no overlaps, no off-canvas elements, proper margins and breathing room
  • A bundled canvas-fonts directory and several worked philosophy examples reduce uncertainty in first-run output quality
  • Explicitly requires original design and avoiding copying existing artists' work, lowering copyright risk
Limitations
  • Output quality depends heavily on the model's execution of abstract aesthetic instructions; the source offers no benchmarks or evaluated samples
  • Font usage relies on the in-repo ./canvas-fonts directory, making this dependency unclear when installing the skill standalone
  • Minimal text is a design goal — it is a poor fit if you need information-dense, text-heavy layout documents
  • The specific PDF/PNG generation toolchain (which drawing library, etc.) is not stated in SKILL.md, leaving little basis for troubleshooting

How do you install this skill?

The skill ships with the Mini-Agent repository. Quick route: uv tool install git+https://github.com/MiniMax-AI/Mini-Agent.git, then run the official setup script and fill in your MiniMax API key and API base in ~/.mini-agent/config/config.yaml. Development route: git clone the repository, run uv sync, and run git submodule update --init --recursive to initialize the Claude Skills (the skills arrive via submodules). The skill itself lives at mini_agent/skills/canvas-design/. Note: steps for installing it as a standalone Claude Code skill are not documented in the source.

How do you use this skill?

Run via the Mini-Agent CLI (mini-agent or mini-agent --workspace /path/to/project) and trigger it in natural language, e.g. 'Design a poster for a jazz bar.' The agent first produces the design philosophy .md, then generates a .pdf or .png. For multi-page work, state the page count in your request. The SKILL.md itself defines no standalone command or trigger syntax; loading depends on the host client.

FAQ

What formats does it produce?
Only .md (design philosophy), .pdf, or .png (canvas artwork). Default is a single page; more pages can be requested and bundled into the same .pdf.
What runtime and permissions does it need?
Running as part of Mini-Agent, the agent has file system and shell tooling, and the skill reads/writes local files and uses the in-repo font directory. The exact PDF/PNG generation dependencies are not listed in the source.
Can the output be used commercially?
The skill's instructions require original design and forbid copying existing artists' work to avoid copyright issues, and the repo is MIT licensed; but copyright ownership of specific AI-generated output should still be verified before commercial use.
What if the result isn't good enough?
The skill includes a 'final step' that assumes the user demands perfection: the agent performs a second pass that adds no new graphics but refines the existing composition to be crisper and more cohesive with the philosophy.

More skills from this repository

All from MiniMax-AI/Mini-Agent

Design & Frontend

Anthropic Brand Guidelines Skill

A skill that packages Anthropic's official brand colors and typography rules so any document or artifact can adopt a consistent brand look without manually hunting for hex values.

Dev & Engineering

MCP Server Builder Guide

A guided skill that walks you through building high-quality MCP servers for LLMs, from research and planning through implementation to evaluation.

Dev & Engineering

Skill Creator

A meta-skill that guides you through building high-quality skills for Claude, from requirement gathering to packaged distribution.

Productivity & Collaboration

PPTX Presentation Skill

Enables an AI agent to create, edit, and analyze PowerPoint (.pptx) files end to end — from blank decks to template-based and in-place XML editing.

Design & Frontend

Theme Factory

Apply professional color and font themes to slides, docs, reports, and landing pages—or generate a new theme on the fly.

Design & Frontend

Artifacts Builder — Multi-Component Frontend Artifact Suite

Scaffold and bundle complex claude.ai HTML artifacts with React, Tailwind CSS, and shadcn/ui, shipped as a single shareable file.

Productivity & Collaboration

Internal Comms Skill

A skill for writing internal communications — status reports, 3P updates, company newsletters, FAQs and incident reports — in your company's preferred formats.

Design & Frontend

Slack GIF Creator Toolkit

Generates Slack-optimized animated GIFs for both messages and emoji, with built-in validators for Slack's size limits — including the strict 64KB emoji cap.

Dev & Engineering

Web App Testing Skill

Automates testing of local web applications with Playwright: verify frontend behavior, debug UI, capture screenshots and browser logs.

Data & Analysis

xlsx Spreadsheet Skill

Equips an agent to create, edit, and analyze Excel files professionally, with zero formula errors and preserved formulas and formatting.

Dev & Engineering

Template Skill (Mini Agent template-skill)

A blank skill template bundled with Mini Agent, giving developers a minimal valid skeleton to copy when authoring their own Agent Skills.

Related skills