Install the Designer
Bring the Royally Minimal design expertise to your favorite AI agent.
1
Download
Download the royally-minimal-designer.skill file from
the root of this repository.
2
Unzip
The .skill file is a standard ZIP archive. Unzip it
to a folder on your system to see the instructions and resources.
3
Install Skill
Add the unzipped folder to your AI agent's skill directory or
point your agent to the SKILL.md file.
Gemini CLI: Run
gemini skills install [path]
4
Integrate
Add these to your application's <head> to load
fonts and the design system.
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400&display=swap" />
<link rel="stylesheet" href="https://royally-minimal.pages.dev/royally-minimal.min.css" />