Michealangelo is a free pack of 14 design skills for AI coding agents. It gives Claude Code, Codex, and compatible agents explicit rules for layout, colour, typography, psychology, motion, components, and taste, so interface decisions come from a system instead of the average SaaS page in the model’s training data.

Ask an unconstrained agent for a landing page and familiar defaults appear: centred hero, three cards, gradient button, decorative motion. Michealangelo replaces that pattern matching with constraints you can inspect and reuse.

What improves when I use Michealangelo?

  • Output stops looking interchangeable. taste-audit identifies generic AI interface patterns before they ship.
  • Design decisions come with reasons. Grid, palette, typography, motion, and component choices point back to the rule they followed.
  • Fewer feedback rounds. Precise constraints reduce repeated “not like that” corrections.
  • Sessions stay consistent. design-spec maintains living design tokens and a versioned plan instead of leaving decisions inside an old chat.
  • Updates respect local edits. Hash checks report changed skill files rather than silently overwriting your work.

The benefit is not a prettier first draft. It is a design process that remains arguable, repeatable, and easier to hand off.

How does Michealangelo work?

design-system is the router. Tell it what you are building and it selects the relevant skills in the right order.

grid-systems sets layout, spacing, and type scale before components appear. color-systems generates palettes and checks contrast. design-psychology covers how people perceive and misread interfaces. component-library checks live registries instead of relying on model memory. motion adds movement only where it clarifies state. taste-audit runs last as the quality gate.

Supporting skills interrogate the brief, pair fonts, sharpen design vocabulary, write handoffs, and preserve design decisions across sessions.

Why did I build it?

I rebuilt this website with agents. The first attempts looked like every other AI-generated site on the internet.

I do not write code beyond basic HTML, so I could see the problem without being able to repair every detail by hand. What I could do was describe good design precisely enough for a machine to follow: Müller-Brockmann on grids, contrast math instead of colour vibes, and exact language for differences such as kerning versus tracking or affordance versus signifier.

Michealangelo is that judgment turned into files. The wider argument is in How to design without AI slop.

How do I install Michealangelo?

npx github:vcxcvii/michealangelo install --target claude

Choose codex, agents, or all instead of claude for another target. Install only selected skills with --skills grid-systems,color-systems.

Target Installs to Best for
claude ~/.claude/skills/ Claude Code
codex ~/.codex/skills/ Codex
agents ./.agents/skills/ Project-level compatible agents
all All three locations Multiple agents

What should I not expect?

Michealangelo cannot make you a designer or rescue a brief nobody has thought through. grill-me exists because vague audiences, goals, and constraints create vague output no design system can fully repair.

Latest meaningful changes

These are product changes, not every repository commit. The list refreshes daily and ignores documentation-only maintenance.

2026-07-02 · Add design-spec, fix vocab-skill naming · 3 related commits · source for Add design-spec, fix vocab-skill naming

Also: Add grill-me, michelangelo, and font-pairing skills; Expand into a full self-improving design-skills set

2026-07-01 · Add document-formatting skill · source for Add document-formatting skill

Captures ReportLab layout bug fixes (leading defaults, bullet hanging indent, orphaned headers) and an ATS-friendliness checklist learned while reformatting a resume, as a…

Questions people ask

What is Michealangelo?

Michealangelo is a free pack of 14 Agent Skills that gives AI coding agents explicit rules for layout, colour, typography, psychology, motion, components, and design quality.

Which coding agents support Michealangelo?

It installs for Claude Code, Codex, and project-level Agent Skills directories used by other compatible coding agents.

Does Michealangelo generate a design system?

Yes. Its router combines relevant skills, while design-spec maintains living design tokens and a versioned specification across sessions.

Will it automatically overwrite my edited skills?

No. The updater compares file hashes from installation and reports locally edited skills instead of silently replacing them.

Found a design decision that still feels wrong?

Open an issue on GitHub with the brief, output, and correction you expected. That gap is useful input for the skill set. For a longer conversation, book 30 minutes.

Michealangelo is MIT licensed. Fork it, remove what you do not need, and disagree with it in public.