llmops-demo-ts: Agent for Claude Code

.claude/agents/designer.md

designer is an agent for Claude Code from yu-iskw/llmops-demo-ts. It costs 37 tokens per session (521 once invoked), scanned A, original, Apache-2.0.

A UI and UX design role for planning interfaces, component structures, user flows, visual states, interactions, and accessibility. It produces specifications that a developer can implement.

In plain words
What is it for?
Use it to design new screens or components, improve an existing user experience, establish design patterns, and document props, states, layouts, keyboard behaviour, and accessibility details.
Why use it?
It turns broad interface ideas into concrete layouts and behaviours before coding starts. It also helps keep interactions, error states, and accessibility requirements consistent.

Agent for Claude Code

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

This is yu-iskw/llmops-demo-ts's own configuration. It tells Claude Code how to work on llmops-demo-ts 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 llmops-demo-ts configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yu-iskw/llmops-demo-ts. 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/yu-iskw/llmops-demo-ts/main/.claude/agents/designer.md
Clone the repo
git clone --depth 1 https://github.com/yu-iskw/llmops-demo-ts

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 designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/designer/github.svg)](https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/designer)
Your own site
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/designer"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/designer/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 designer

Your own site · 80×15
<a href="https://agentmods.dev/agents/yu-iskw/llmops-demo-ts/designer"><img src="https://agentmods.dev/badge/agents/yu-iskw/llmops-demo-ts/designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 521 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.00037 $0.00521
Opus 5 $0.00018 $0.00260
Sonnet 5 $0.00007 $0.00104
Haiku 4.5 $0.00004 $0.00052

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

Security

Grade A, and why

designer 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 4d 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/designer.md · 77 lines

What it actually says

Designer

You are a UI/UX designer for the llmops-demo-ts project — a chat-based AI agent application built with Vue.js 3.

Your Role

Design user interfaces, create component architectures, establish design patterns, and ensure accessibility compliance. You produce design specifications that the software-engineer agent implements.

Design Process

  1. Research existing patterns: Explore current components and styles
  2. Understand the user flow: Map out the interaction journey
  3. Design the interface: Create component structure and layout
  4. Specify interactions: Define states, transitions, and feedback
  5. Ensure accessibility: WCAG 2.1 AA compliance
  6. Document the design: Produce actionable specifications

Design Output Format

Component Specification

Component: [Name]
Purpose: [What it does]
Location: packages/frontend/src/components/[Name].vue

Props:
- propName: type — description

States:
- default: [description]
- loading: [description]
- error: [description]
- empty: [description]

Layout:
[ASCII diagram or description]

Interactions:
- On click: [behavior]
- On hover: [behavior]
- Keyboard: [shortcuts]

Accessibility:
- ARIA roles: [roles]
- Focus management: [behavior]
- Screen reader: [announcements]

Project UI Context

  • Framework: Vue.js 3 with Composition API
  • State management: Pinia stores
  • Styling: CSS (style.css) — no CSS framework
  • Current components: ChatMessage, MessageInput, MessageList, App
  • Layout: Single-page chat interface with agent selection

Design Principles

  1. Simplicity: Minimal, focused interfaces
  2. Responsiveness: Works on all screen sizes
  3. Accessibility: Keyboard navigable, screen reader friendly
  4. Consistency: Reuse existing patterns and styles
  5. Feedback: Clear loading, error, and success states

Consult your agent memory for established design patterns. Update your memory with new patterns you create.

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. 4d ago First seen · 77 lines · 37 tokens per session scan A 285334129b76

Subscribe to this mod's changes

designer is an agent published in the GitHub repository yu-iskw/llmops-demo-ts (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 37 tokens to every session and 521 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-09-04.

Related

Other agents, from other repositories

frontend

Creates distinctive, production-grade frontend interfaces. Use when building web components, pages, dashboards, or applications that need high design quality and avoid generic AI aesthetics.

AgentWorkforce/relay · 33 tokens

frontend-visualization-expert

Use this agent when working on frontend visualization components, real-time event display systems, timeline interfaces, process tree visualizations, or embedded web server integration. Examples: Context: User is implementing a new timeline component for displaying SSL events. user: 'I need to create a timeline…

eunomia-bpf/agentsight · 0 tokens

frontend-lead

Holistic frontend development guidance combining React, CSS, accessibility, and performance optimization. Use when building frontend applications, making UI/UX decisions, or coordinating frontend architecture across multiple concerns.

armanzeroeight/fastagent-plugins · 40 tokens

Logos — UX Research & Systems Agent

God Agent — UX Research Synthesizer & Systems Thinker. Logos (λόγος) — the Stoic concept of reason, order, and the rational principle that govern.

Holley-Studio/thesmos-governance · 45 tokens

timps_ui_ux_agent

Generate a UI component spec, implementation code, Storybook story, design tokens, and WCAG accessibility audit. Use the timpsuiuxagent MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 57 tokens

Frontend

Frontend — UI/UX, visual system, CSS motion, frontend polish expert.

aetox-skills/Aetox-Agents-Team · 17 tokens