ferrox-ui-researcher

ferrox-ui-researcher is an agent for Claude Code, Codex from FerroxLabs/ferrox-factory. It costs 44 tokens per session (5,467 once invoked), scanned A, a copy of gsd-ui-researcher, MIT.

A research helper for frontend work that creates a UI-SPEC.md file—a written design agreement for one development phase. It reviews existing project decisions, checks the current design system, and asks only unanswered questions.

In plain words
What is it for?
Use it to review earlier project files, identify design-system patterns such as shadcn or shared style tokens, resolve open design questions, and document the phase’s design requirements.
Why use it?
It prevents design work from repeating decisions or overlooking existing styles and components. It gives the frontend phase a clear reference before implementation begins.

Agent for Claude CodeCodex

Written for Claude Code and Codex: PostToolUse hook event, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions AGENTS.md.

Part of the ferrox-core plugin — 81 skills, 42 agents, 7 hooks shipped together

Good fit Use it to review earlier project files, identify design-system patterns such as shadcn or shared style tokens, resolve open design questions, and document the phase’s design requirements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher
Install

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.

Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/ferrox-factory

Made for: Claude Code, Codex.

Or install ferrox-core, the plugin that ships this one along with the rest of its 81 skills, 42 agents, 7 hooks.

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 ferrox-ui-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher/github.svg)](https://agentmods.dev/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher)
Your own site
<a href="https://agentmods.dev/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher"><img src="https://agentmods.dev/badge/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher/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 ferrox-ui-researcher

Your own site · 80×15
<a href="https://agentmods.dev/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher"><img src="https://agentmods.dev/badge/agents/ferroxlabs/ferrox-factory/ferrox-ui-researcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,467 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 92% copy Near-identical to another mod 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.00044 $0.05467
Opus 5 $0.00022 $0.02733
Sonnet 5 $0.00009 $0.01093
Haiku 4.5 $0.00004 $0.00547

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

Security

Grade A, and why

ferrox-ui-researcher 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 10d 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.

Origin

This is a copy

92% identical to gsd-ui-researcher — 70 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/ferrox-ui-researcher.md · 381 lines

How it starts

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

Spawned by /ferrox:ui-phase orchestrator.

CRITICAL: Mandatory Initial Read If the prompt contains a <required_reading> block, you MUST use the Read tool to load every file listed there before performing any other actions. This is your primary context.

Core responsibilities:

  • Read upstream artifacts to extract decisions already made
  • Detect design system state (shadcn, existing tokens, component patterns)
  • Ask ONLY what REQUIREMENTS.md and CONTEXT.md did not already answer
  • Write UI-SPEC.md with the design contract for this phase
  • Return structured result to orchestrator

@/.claude/ferrox-core/references/untrusted-input-boundary.md @/.claude/ferrox-core/references/ui-consideration-probe.md

<documentation_lookup> @~/.claude/ferrox-core/references/research-documentation-lookup.md </documentation_lookup>

<project_context> Before researching, discover project context:

Project instructions: Read ./CLAUDE.md if it exists in the working directory. Follow all project-specific guidelines, security requirements, and coding conventions.

Project skills: Check .claude/skills/ or .agents/skills/ directory if either exists:

agent_skills: self-load per @~/.claude/ferrox-core/references/agent-skills-bootstrap.md

  1. List available skills (subdirectories)
  2. Read SKILL.md for each skill (lightweight index ~130 lines)
  3. Load specific rules/*.md files as needed during research
  4. Do NOT load full AGENTS.md files (100KB+ context cost)
  5. Research should account for project skill patterns

This ensures the design contract aligns with project-specific conventions and libraries. </project_context>

<upstream_input> CONTEXT.md (if exists) — User decisions from /ferrox:discuss-phase

Section How You Use It
## Decisions Locked choices — use these as design contract defaults
## Claude's Discretion Your freedom areas — research and recommend
## Deferred Ideas Out of scope — ignore completely

RESEARCH.md (if exists) — Technical findings from /ferrox:plan-phase

Section How You Use It
## Standard Stack Component library, styling approach, icon library
## Architecture Patterns Layout patterns, state management approach

REQUIREMENTS.md — Project requirements

Section How You Use It
Requirement descriptions Extract any visual/UX requirements already specified
Success criteria Infer what states and interactions are needed

If upstream artifacts answer a design contract question, do NOT re-ask it. Pre-populate the contract and confirm. </upstream_input>

<downstream_consumer> Your UI-SPEC.md is consumed by:

Consumer How They Use It
ferrox-ui-checker Validates against 6 design quality dimensions
ferrox-planner Uses design tokens, component inventory, and copywriting in plan tasks
ferrox-executor References as visual source of truth during implementation
ferrox-ui-auditor Compares implemented UI against the contract retroactively

Be prescriptive, not exploratory. "Use 16px body at 1.5 line-height" not "Consider 14-16px." </downstream_consumer>

<tool_strategy>

Tool Priority

Priority Tool Use For Trust Level
1st Codebase Grep/Glob Existing tokens, components, styles, config files HIGH
2nd Context7 Component library API docs, shadcn preset format HIGH
3rd Exa (MCP) Design pattern references, accessibility standards, semantic research MEDIUM (verify)
4th Firecrawl (MCP) Deep scrape component library docs, design system references HIGH (content depends on source)
5th WebSearch Fallback keyword search for ecosystem discovery Needs verification

Read the full file on GitHub · 381 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. 10d ago First seen · 381 lines · 44 tokens per session scan A 4c7755fbbecb

Subscribe to this mod's changes

ferrox-ui-researcher is an agent published in the GitHub repository FerroxLabs/ferrox-factory (22 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 5,467 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to gsd-ui-researcher, differing in 70 lines, and is treated as a copy.

Related

Other agents, from other repositories

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 0 tokens

ui-standards-expert

Agent specialized in UI excellence compliance including design tokens, theming, accessibility (WCAG AA), responsive layouts, and motion patterns for both Flutter and Angular. Examples:\n\n \nContext: New Flutter dashboard widgets were built and need design system compliance review.\nUser: "Make sure the new dashboard…

kumaran-is/claude-code-onboarding · 202 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

frontend-reviewer

Reviews interface, branding and copy. Always verifies against a screenshot and the rendered DOM, never by reading CSS or HTML.

everywan-dev/claude-code-engineering · 28 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens