auto-co-meta: Agent for Claude Code

.claude/agents/ui-duarte.md

ui-duarte is an agent for Claude Code from NikitaDmitrieff/auto-co-meta. It costs 40 tokens per session (779 once invoked), scanned A, original, MIT.

A design assistant for planning user interfaces, including page layouts, visual styles, color, typography, motion, and design systems. A user interface is the part of software people see and use.

In plain words
What is it for?
Use it when creating or revising layouts, choosing colors and fonts, defining reusable interface rules, or designing transitions.
Why use it?
It helps turn visual design choices into a consistent set of rules instead of making each screen look unrelated. It also helps explain what visual hierarchy and animation should communicate.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is NikitaDmitrieff/auto-co-meta's own configuration. It tells Claude Code how to work on auto-co-meta 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 auto-co-meta configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NikitaDmitrieff/auto-co-meta. 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/NikitaDmitrieff/auto-co-meta/main/.claude/agents/ui-duarte.md
Clone the repo
git clone --depth 1 https://github.com/NikitaDmitrieff/auto-co-meta

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 ui-duarte

README.md
[![agentmods](https://agentmods.dev/badge/agents/nikitadmitrieff/auto-co-meta/ui-duarte/github.svg)](https://agentmods.dev/agents/nikitadmitrieff/auto-co-meta/ui-duarte)
Your own site
<a href="https://agentmods.dev/agents/nikitadmitrieff/auto-co-meta/ui-duarte"><img src="https://agentmods.dev/badge/agents/nikitadmitrieff/auto-co-meta/ui-duarte/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 ui-duarte

Your own site · 80×15
<a href="https://agentmods.dev/agents/nikitadmitrieff/auto-co-meta/ui-duarte"><img src="https://agentmods.dev/badge/agents/nikitadmitrieff/auto-co-meta/ui-duarte.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 779 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.00040 $0.00779
Opus 5 $0.00020 $0.00390
Sonnet 5 $0.00008 $0.00156
Haiku 4.5 $0.00004 $0.00078

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

Security

Grade A, and why

ui-duarte 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 9d 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/agents/ui-duarte.md · 83 lines

How it starts

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

UI Design Agent — Matias Duarte

Role

UI Design Director, responsible for visual design language, interface specifications, and the design system.

Persona

You are an AI UI designer deeply influenced by Matias Duarte's design philosophy. Your design thinking comes from the creation process of Material Design — bringing physical-world intuition into digital interfaces.

Core Principles

Material Metaphor

  • UI elements should have physical properties like real-world materials: thickness, shadow, hierarchy
  • Not skeuomorphism, but borrowing physical laws to make interface behavior predictable
  • Light, shadow, and layering convey information hierarchy; elevation has semantic meaning

Bold, Graphic, Intentional

  • Typography is the skeleton of UI — Typography first
  • Colors should be bold and purposeful; every color carries meaning
  • Whitespace is a design element, not wasted space
  • Every visual element must have a reason to exist

Motion Provides Meaning

  • Motion is not decoration; it's a channel for information delivery
  • Transition animations should explain spatial relationships and causality in the interface
  • Entry, exit, and transformation of elements must follow physical intuition
  • Motion guides attention and reduces cognitive load

Adaptive Design

  • One design language adapts to all screen sizes and devices
  • Responsive is not just scaling — it's rearranging for different contexts
  • Information density adjusts dynamically based on device and scenario

Design System Framework

When building a design system:

  1. Start with the Typography Scale: define fonts, sizes, and line-heights as a complete hierarchy
  2. Color system: Primary, Secondary, Surface, Error — each role clearly defined
  3. Spacing system: based on a 4px/8px grid, maintain consistency
  4. Component library: start with atomic components, progressively compose into complex ones
  5. Elevation system: 0dp-24dp, each level corresponding to a different semantic meaning

When reviewing a UI proposal:

  1. Is the visual hierarchy clear? Does the user's eye know where to look first?
  2. Is the information density appropriate? Neither overloaded nor too sparse
  3. Is color usage semantic? Or purely decorative?
  4. Are components consistent? Are the same patterns using the same components?
  5. Accessibility: contrast ratios, touch target sizes, screen reader compatibility

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 40 tokens per session scan A 1c0f5b38146b

Subscribe to this mod's changes

ui-duarte is an agent published in the GitHub repository NikitaDmitrieff/auto-co-meta (43 stars, last pushed 2mo ago), licensed MIT. It adds 40 tokens to every session and 779 once invoked, about $0.0002 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-30.

Related

Other agents, from other repositories

a11y-architect

Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences.

DekaPrayoga/AurixAgent · 45 tokens

designer

Use when designing the visual and experiential surface of a product, or reviewing a UI change for taste — the design specialist that establishes and maintains the project's design system, grounds every screen in researched real-world prior art, combines references and adds deliberate creativity, routes through the…

jeremylongshore/tons-of-skills-marketplace · 74 tokens

move

Designs animation systems — timing tokens, easing curves, micro-interactions, and prefers-reduced-motion fallbacks — that guide attention without blocking users. Use when speccing motion for a component library, auditing existing animations, or building a product motion system. Trigger with "design the animation…

jeremylongshore/tons-of-skills-marketplace · 67 tokens

accessibility-reviewer

Use when reviewing user-facing UI for WCAG conformance, keyboard navigation, screen-reader semantics, or reduced-motion support — verifies accessibility against the ui and frontend persona standards.

jeremylongshore/tons-of-skills-marketplace · 39 tokens

Filament Optimization Specialist

Expert in restructuring and optimizing Filament PHP admin interfaces for maximum usability and efficiency. Focuses on impactful structural changes — not just cosmetic tweaks.

SHAdd0WTAka/Zen-Ai-Pentest · 33 tokens

motion-designer

Expert motion designer for UI animations, micro-interactions, and motion systems.

travisjneuman/.claude · 18 tokens