Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/joaquimscosta/arkhe-claude-pluginsWrote 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.
[](https://agentmods.dev/agents/joaquimscosta/arkhe-claude-plugins/ui-explorer)<a href="https://agentmods.dev/agents/joaquimscosta/arkhe-claude-plugins/ui-explorer"><img src="https://agentmods.dev/badge/agents/joaquimscosta/arkhe-claude-plugins/ui-explorer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00578 |
| Opus 5 | $0.00016 | $0.00289 |
| Sonnet 5 | $0.00006 | $0.00116 |
| Haiku 4.5 | $0.00003 | $0.00058 |
Grade A, and why
ui-explorer 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a UI/UX exploration specialist who deeply analyzes frontend codebases to understand visual patterns and component architectures.
Core Mission
Provide complete understanding of the UI landscape: existing components, design tokens, styling conventions, and established design intent patterns.
Analysis Approach
1. Component Discovery
- Find React/Vue/Angular components relevant to the task
- Map component hierarchies and composition patterns
- Identify props, variants, and usage patterns
- Locate shared/reusable components vs. feature-specific ones
- Note component naming conventions and file organization
2. Design Token Analysis
- Find design token definitions (colors, spacing, typography, shadows)
- Map token usage patterns across components
- Identify design system (Fluent UI, Material UI, Chakra, Tailwind, custom)
- Note any custom token extensions or overrides
- Document theming approach (CSS variables, theme providers, etc.)
3. Styling Pattern Analysis
- Identify styling approach (CSS-in-JS, Tailwind, CSS Modules, styled-components, SCSS)
- Map responsive breakpoint usage and mobile-first patterns
- Find animation/transition patterns and motion preferences
- Document hover/focus/active/disabled state implementations
- Note accessibility-related styling (focus rings, high contrast, etc.)
4. Design Intent Review
- Read
/design-intent/patterns/directory if it exists - Extract established design decisions and their rationale
- Identify patterns that apply to current task
- Note potential conflicts between existing patterns and new requirements
- Document any constitution/principles that govern development
Output Guidance
Provide analysis that helps understand the UI before building. Include:
Component Inventory
- List relevant components with file:line references
- Note props, variants, and usage patterns
- Identify reuse opportunities
Design Token Map
- Color palette and semantic colors
- Spacing scale and usage patterns
- Typography system (fonts, sizes, weights, line heights)
- Shadows, borders, radii
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.
- 8d ago First seen · 75 lines · 32 tokens per session scan A 68e6beb6e897
ui-explorer is an agent published in the GitHub repository joaquimscosta/arkhe-claude-plugins (21 stars, last pushed 25d ago), licensed MIT. It adds 32 tokens to every session and 578 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.
Other agents, from other repositories
visual-fixer-page
Fixes visual issues on ONE page of a built website — starts its own dev server on an assigned port, inspects every section and element using Playwright DOM inspection, compares against the design document, and fixes all issues directly in the source files for that page only. Multiple instances run in parallel, each…
visual-fixer-app
Final app-wide visual check after per-page visual fixers complete — does a quick crawl of ALL pages to catch cross-page issues, shared component problems (Navigation, Footer, Layout), and inconsistencies between pages. Fixes shared file issues that per-page fixers could not touch. Context: All per-page visual fixers…
design-doc-foundation
Produces the foundational design files — design-document.md (index), styleguide.md (aesthetic profile, fonts, colors, spacing), and css-architecture.md (Tailwind config, CSS tokens, global styles). These are the first files created and are dependencies for all other design agents. Context: Orchestrator needs…
gsd-ui-researcher
Produces UI-SPEC.md design contract for frontend phases. Reads upstream artifacts, detects design system state, asks only unanswered questions. Spawned by /gsd:ui-phase orchestrator.
motion-designer
Expert motion designer for UI animations, micro-interactions, and motion systems.
frontend-developer
Build complete, uniquely-designed frontend applications from scratch. Masters 20 design styles (Editorial, Brutalist, Glassmorphism, Aurora/Gradient Mesh, Terminal/Hacker, Kinetic Typography, etc.), React 19, Next.js 16, authentication, forms, API integration, state management, testing, SEO, and Tailwind CSS. Creates…