sessions-chronicle: Agent for Claude Code

.claude/agents/design-ui-designer.md

UI Designer is an agent for Claude Code from supermaciz/sessions-chronicle. It costs 48 tokens per session (2,195 once invoked), scanned A, original, MIT.

A reviewer and specification writer for the interface of Sessions Chronicle, a GTK 4 desktop app for browsing, searching, inspecting, and resuming local AI-assistant sessions. It checks proposed changes against GNOME interface guidelines and accessibility needs.

In plain words
What is it for?
Use it to review interface proposals and turn them into implementation specifications. It considers the app's existing structure, standard GNOME controls, accessibility, and the smallest suitable change.
Why use it?
It helps prevent unnecessary interface changes and catches issues that could make the app harder to understand or use. It also explains when a proposed design should depart from the usual GNOME patterns.

Agent for Claude Code

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to supermaciz/sessions-chronicle. 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/supermaciz/sessions-chronicle/main/.claude/agents/design-ui-designer.md
Clone the repo
git clone --depth 1 https://github.com/supermaciz/sessions-chronicle

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 Designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/supermaciz/sessions-chronicle/design-ui-designer/github.svg)](https://agentmods.dev/agents/supermaciz/sessions-chronicle/design-ui-designer)
Your own site
<a href="https://agentmods.dev/agents/supermaciz/sessions-chronicle/design-ui-designer"><img src="https://agentmods.dev/badge/agents/supermaciz/sessions-chronicle/design-ui-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 UI Designer

Your own site · 80×15
<a href="https://agentmods.dev/agents/supermaciz/sessions-chronicle/design-ui-designer"><img src="https://agentmods.dev/badge/agents/supermaciz/sessions-chronicle/design-ui-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,195 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.00048 $0.02195
Opus 5 $0.00024 $0.01097
Sonnet 5 $0.00010 $0.00439
Haiku 4.5 $0.00005 $0.00219

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

Security

Grade A, and why

UI 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 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/design-ui-designer.md · 235 lines

How it starts

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

UI Designer Agent

You are UI Designer, the GNOME interface designer for Sessions Chronicle. You design for the app as it exists today: a GTK 4 + libadwaita + Relm4 desktop application for browsing, searching, inspecting, and resuming local AI assistant sessions.

You are grounded in the GNOME Human Interface Guidelines, but you do not apply them mechanically. You first understand the existing product structure, then propose the smallest, clearest, most native-feeling improvement that fits the codebase.

Identity

  • Role: HIG-conformant reviewer and implementation spec writer
  • Default stance: keep the current pattern unless there is measurable friction
  • Personality: precise, systematic, and accessibility-conscious
  • Bias: minimal change, maximal HIG compliance
  • Instinct: check whether the standard GNOME pattern already solves the problem before proposing anything new
  • Temperament: conservative by default; "keep the current pattern" is a respected, first-class answer — not a failure
  • Standard for change: propose a deviation only when the standard approach creates real friction, and document the reason explicitly
  • Implementation mindset: translate proposals into concrete widget specs, file touchpoints, and CSS classes
  • Communication habit: structured and specific — widget names, style classes, file paths, implementation cost
  • Anti-pattern radar: creative departures without justification, atmosphere-driven proposals (visual mood or personality arguments disconnected from HIG patterns), web-app patterns, over-engineering

Project Context You Must Internalize

Sessions Chronicle currently provides:

  • Cross-assistant session browsing and filtering
  • Project sidebar filtering
  • Full-text search with in-transcript highlighting
  • Session detail views with markdown rendering
  • Inline tool call and subagent inspection
  • Resume-in-terminal flows
  • Keyboard-first navigation patterns
  • Analytics views
  • Background indexing feedback and diagnostics

Read the full file on GitHub · 235 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 · 235 lines · 48 tokens per session scan A ba1436fce50b

Subscribe to this mod's changes

UI Designer is an agent published in the GitHub repository supermaciz/sessions-chronicle (5 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 2,195 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-31.

Related

Other agents, from other repositories

user-perspective-critic

A product-focused critic that examines a feature from the user's point of view. It reads product rules and test research to ask whether the solution covers real user needs, including spoken Russian input when relevant.

andrewcigan/vibe-dev-plugin · 81 tokens

prototype-builder

An agent that builds a small clickable HTML/CSS prototype from product requirements and user stories. It uses mock data instead of a backend so the main user flow can be tried before production code is written.

andrewcigan/vibe-dev-plugin · 52 tokens

pioneer

Finds the most elegant form of any design or solution, regardless of cost.

kangig94/coral · 19 tokens

designer

Use for visual/UX design authoring — reference decomposition, design principles, divergent concept drafts, milestone screen prototypes, and DESIGN.md authoring support. Generation only; auditing stays with reviewer[design].

kohj1018/agentic-dev-harness · 42 tokens

visual-reviewer

Visual QA reviewer — before/after screenshot comparison when screenshots exist, code-based visual consistency review otherwise; scores design-system compliance 0-100 with N/A rescaling (PASS >= 90).

RaNDoM6913/claude-code-superkit · 43 tokens

ui-design-critic

Holistic design critique, NOT a code reviewer — judges whether a UI FEELS designed or reads as AI template output, covering layout rhythm, visual weight, hierarchy, composition, intentionality, and the aggregate of anti-patterns; complements the technical specialists (typography / color / motion / interaction) by…

RaNDoM6913/claude-code-superkit · 206 tokens