aimeat-protocol: Skill for Claude Code

.claude/skills/aimeat-design-language/SKILL.md

aimeat-design-language is a skill for Claude Code from miikkij/aimeat-protocol. It costs 109 tokens per session (3,808 once invoked), scanned A, original, MIT.

A shared visual rulebook for AIMEAT, covering its fonts, colours, shapes, wordmark, and the two main parts of the product: the public showroom and the signed-in poster.

In plain words
What is it for?
Use it when designing or editing AIMEAT screens, choosing typography or colours, or checking which parts of the product a theme change affects.
Why use it?
It keeps visual changes consistent and makes global design updates easier by defining shared values in one theme file.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is miikkij/aimeat-protocol's own configuration. It tells Claude Code how to work on aimeat-protocol itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aimeat-protocol configures →

Reuse

Borrowing it

Nothing to install: this file belongs to miikkij/aimeat-protocol. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/miikkij/aimeat-protocol/main/.claude/skills/aimeat-design-language/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/miikkij/aimeat-protocol

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aimeat-design-language

README.md
[![agentmods](https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-design-language/github.svg)](https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-design-language)
Your own site
<a href="https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-design-language"><img src="https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-design-language/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aimeat-design-language

Your own site · 80×15
<a href="https://agentmods.dev/skills/miikkij/aimeat-protocol/aimeat-design-language"><img src="https://agentmods.dev/badge/skills/miikkij/aimeat-protocol/aimeat-design-language.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,808 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.03808
Opus 5 $0.00055 $0.01904
Sonnet 5 $0.00022 $0.00762
Haiku 4.5 $0.00011 $0.00381

Measured 3d ago against content hash fd213950458e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

aimeat-design-language scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/aimeat-design-language/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

The AIMEAT design language

One product, two faces. The showroom is what a visitor sees before signing in: the front page, how it works, for your business, help, members, the change log. The poster is what a person sees once inside: the home, every profile tab, the chat, the sign-in dialog, the app catalog. They share the type, the colours, the shapes and the rules; they differ in how loud they are. A third register, the classic shell (rounded controls, cards), remains under the admin dashboard and the oldest views and is not extended; it reads the same type tokens.

Every value in this document is a token in aimeat/public/css/theme.css. A view sheet reads the token; it never writes a face or a colour out in full. When a value changes, it changes in that one file, and the map at the end says which surfaces follow.

The faces

Three lines in theme.css are the whole typography; every other font token on the sheet is an alias of one of them, so a face changes once and reaches every page, outside and in:

Token Value Where
--font-headline Fjalla One, uppercase, one weight every headline, big numeral, sticker, slab and tab (the wordmark is its own token, below)
--font-body Archivo everything read as a sentence on every face: body 400, emphasis 600, actions and row names 700 to 800; also form controls and the classic shell
--font-mono JetBrains Mono identifiers, keys, crumbs, addresses, commands, small labels that name a machine thing

The aliases a view sheet reads, and what they resolve to: --font-showroom and --font-poster are --font-headline; --font-showroom-body, --font-poster-section and --font are --font-body. A sheet picks the alias that names its face (showroom outside, poster inside), and never writes a family name. A face has to be served to be used: every family is self-hosted under aimeat/public/lib/fonts/ (woff2, latin and latin-ext, SIL OFL) and declared in aimeat/public/lib/aimeat-fonts.css, which aimeat-theme.css imports and the standalone pages link. Nothing on the node links a font CDN, and the CSP refuses one; a new face is vendored there, with its row in lib/fonts/LICENSE.md, before a token names it.

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed · +25 lines fd213950458e
  2. 9d ago First seen · 164 lines · 109 tokens per session scan A 88347191c0dc

Subscribe to this mod's changes

aimeat-design-language is a skill published in the GitHub repository miikkij/aimeat-protocol (7 stars, last pushed yesterday), licensed MIT. It adds 109 tokens to every session and 3,808 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

design-expert

Expert-level system design, architecture patterns, scalability, and distributed systems. Use when the user mentions system design, architecture, scalability, distributed systems, or patterns, or when the task involves Architecture Patterns or Design Principles.

personamanagmentlayer/pcl · 47 tokens

reticle-aesthetic

Build landing page sections, hero blocks, and marketing surfaces in the Reticle/Sigil engineering-instrument-grid aesthetic. Use when creating new landing sections, hero components, marketing pages, or when the user says "reticle", "hero", "landing page", "new section", "instrument panel", "grid cell", or wants to…

Kevin-Liu-01/Agent-Machines · 80 tokens

frontend-design-taste

Build distinctive frontends that avoid generic AI aesthetics. Provides anti-slop enforcement, variance dials, art direction archetypes, creative arsenal, and performance guardrails. Use when creating new landing pages, UI components, design systems, or when the user says "make it look good", "design direction", "avoid…

Kevin-Liu-01/Agent-Machines · 79 tokens

design-review

Design audit with UX usability tests. Adapted from GStack's /design-review (Garry Tan, github.com/garrytan/gstack) for Cursor + agent-browser. 6-phase audit: first impression, design system extraction, page-by-page visual audit with 80-item checklist, interaction flow review with goodwill tracking, cross-page…

Kevin-Liu-01/Agent-Machines · 81 tokens

reticle-design-system

Reticle/Sigil design system reference. Use when generating UI for a project that uses this design system -- provides token names, layout primitives (margins, gutters, crosses), typography, and component patterns. Drop in your own design-system skill to replace it.

Kevin-Liu-01/Agent-Machines · 58 tokens

oklch-skill

OKLCH color space for web projects. Convert hex/rgb/hsl to oklch, generate palettes, check contrast, handle gamut boundaries, and theme with Tailwind v4. Triggers on oklch, color conversion, palette generation, contrast ratio, gamut, display p3, design tokens, hue drift, chroma, dark mode colors.

Kevin-Liu-01/Agent-Machines · 79 tokens