metis: Command for Claude Code

.claude/commands/i-audit.md

i-audit is a command for Claude Code from terrene-foundation/metis. It costs 0 tokens per session (1,393 once invoked), scanned A, a copy of i-audit, Apache-2.0.

A command that reviews frontend code for visual quality, interaction design, and signs of generic AI-generated design. It checks areas such as typography, colour, motion, and design-system use.

In plain words
What is it for?
Use it to audit a frontend file or component, or to focus the review on a specific area such as typography, colour, or motion.
Why use it?
It helps find design problems and repetitive visual patterns that may make an interface look unfinished or indistinct.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

This is terrene-foundation/metis's own configuration. It tells Claude Code how to work on metis 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 metis configures →

Reuse

Borrowing it

Nothing to install: this file belongs to terrene-foundation/metis. 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/terrene-foundation/metis/main/.claude/commands/i-audit.md
Clone the repo
git clone --depth 1 https://github.com/terrene-foundation/metis

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 i-audit

README.md
[![agentmods](https://agentmods.dev/badge/commands/terrene-foundation/metis/i-audit.svg)](https://agentmods.dev/commands/terrene-foundation/metis/i-audit)
Your own site
<a href="https://agentmods.dev/commands/terrene-foundation/metis/i-audit"><img src="https://agentmods.dev/badge/commands/terrene-foundation/metis/i-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,393 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 100% copy Near-identical to another mod 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.00000 $0.01393
Opus 5 $0.00000 $0.00696
Sonnet 5 $0.00000 $0.00279
Haiku 4.5 $0.00000 $0.00139

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

Security

Grade A, and why

i-audit 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 8d 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.

Origin

This is a copy

100% identical to i-audit — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/i-audit.md · 126 lines

How it starts

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

/i-audit - Design Quality Audit with AI Slop Detection

Purpose

Perform a comprehensive design quality audit on frontend code. Evaluates visual quality, interaction design, and — critically — detects telltale patterns of AI-generated "slop" aesthetics.

Adapted from Impeccable (Apache 2.0), enhanced with Kailash enterprise AI evaluation criteria.

Usage

Command Action
/i-audit Full 10-dimension design audit of current file/component
/i-audit $ARGUMENTS Focused audit on a specific area (e.g., typography, color, motion)

Audit Process

Step 1: Context Gathering (Mandatory)

Before auditing, gather:

  1. What framework? (React, Flutter, vanilla HTML/CSS)
  2. What component/page? (Read the target files)
  3. Existing design system? (Check for design tokens, theme files)
  4. Target audience? (Enterprise SaaS users vs consumer vs internal tool)

Step 2: AI Slop Test (CRITICAL -- Run First)

Check for 2024-2025 AI-generation fingerprints across 5 categories. If 3+ fingerprints found, flag as FAIL:

  • Typography: Inter/Roboto without reasoning, uniform font-weight: 600, no typographic scale, default 1.5 line-height everywhere
  • Color: Purple-to-blue gradients, neon accents on dark backgrounds, Tailwind default hero colors (#6366F1 / #8B5CF6 / #3B82F6), identical opacity overlays
  • Layout: Cards-in-cards nesting, perfectly uniform spacing (no rhythm), everything centered, identical-card grids as default
  • Visual Effects: Glassmorphism everywhere, uniform rounded-2xl, shadow-lg on every card (no hierarchy), gratuitous gradient text
  • Motion: transition-all instead of targeted properties, identical 300ms timing, bounce/elastic easing, purposeless animations

Read the full file on GitHub · 126 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. 8d ago First seen · 126 lines · 0 tokens per session scan A 1b9ed940fe79

Subscribe to this mod's changes

i-audit is a command published in the GitHub repository terrene-foundation/metis (2 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,393 tokens. A static security scan graded it A with 0 findings. It is 100% identical to i-audit, differing in 5 lines, and is treated as a copy.