inspector
walks the DOM. extracts positions, computed styles, a11y properties, color palettes, type scales, spacing values, structural patterns.
49 design quality rules. zero LLM. deterministic scoring. design token extraction. taste profiles. plugs into any agent via MCP.
# install globally
npm install -g @argus-design/cli@latest
# guided setup
argus onboard
# score any page
argus score https://your-app.com
# extract design tokens
argus tokens https://your-app.com --export css
# connect to your agent
argus mcp
see. judge. extract. learn. connect. each layer works independently and composes into a full design intelligence stack.
walks the DOM. extracts positions, computed styles, a11y properties, color palettes, type scales, spacing values, structural patterns.
49 deterministic rules across 6 categories. every finding has a rule ID, measured value, expected range, and fix suggestion.
reverse-engineers your design system from live CSS. discovers colors, spacing, type, radii, shadows, z-indices. exports as CSS vars or JSON.
records approvals and rejections. builds a taste profile. exports as XML for any agent system prompt. your agent learns your style.
8 tools. any MCP-compatible agent. cursor, claude code, copilot, windsurf. one config line.
two views into the same page. the score report shows what is wrong. the token extractor shows what design system is actually in use.
spacing, typography, color, hierarchy, accessibility, consistency. plus layout quality, semantic HTML, whitespace density, interaction patterns, and media quality.
8 MCP tools that work with any compatible agent. your coding agent gains design perception in one line.
{
"mcpServers": {
"argus": {
"command": "argus",
"args": ["mcp"]
}
}
}