ui-path-radar

ui-path-radar is a skill for Claude Code from Terryc21/radar-suite. It costs 86 tokens per session (21,810 once invoked), scanned A, original, Apache-2.0.

A review tool for SwiftUI and UIKit app screens that maps how users enter, move through, and complete tasks. It also checks whether screens use real data and whether the app keeps its promises.

In plain words
What is it for?
Use it to audit the whole app, inspect one user journey, check specific audit layers, compare findings with an earlier review, track remaining issues, or prepare fixes.
Why use it?
It helps reveal dead ends, broken flows, missing connections, and user-facing problems that may be spread across several screens or files.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Part of the radar-suite plugin — 8 skills shipped together

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.

agentmods
npx agentmods add skills/terryc21/radar-suite/ui-path-radar
Any agent
npx skills add Terryc21/radar-suite --skill ui-path-radar
Clone the repo
git clone --depth 1 https://github.com/Terryc21/radar-suite

Made for: Claude Code.

Or install radar-suite, the plugin that ships this one along with the rest of its 8 skills.

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-path-radar

README.md
[![agentmods](https://agentmods.dev/badge/skills/terryc21/radar-suite/ui-path-radar.svg)](https://agentmods.dev/skills/terryc21/radar-suite/ui-path-radar)
Your own site
<a href="https://agentmods.dev/skills/terryc21/radar-suite/ui-path-radar"><img src="https://agentmods.dev/badge/skills/terryc21/radar-suite/ui-path-radar.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 21,810 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00086 $0.21810
Opus 5 $0.00043 $0.10905
Sonnet 5 $0.00017 $0.04362
Haiku 4.5 $0.00009 $0.02181

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

Security

Grade A, and why

ui-path-radar 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 6d 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.

skills/ui-path-radar/SKILL.md · 1,833 lines

How it starts

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

UI Path Radar

Quick Ref: 5-layer UI path audit: discover entry points → trace flows → detect issues → evaluate UX → verify data wiring. Output: .ui-path-radar/ in project root.

You are performing a systematic UI path audit on this SwiftUI application.

Required output: Every finding MUST include Urgency, Risk, ROI, and Blast Radius ratings using the Issue Rating Table format. Do not omit these ratings.

Quick Commands

Command Description
/ui-path-radar Full 5-layer audit
/ui-path-radar layer1 Discovery only — find all entry points
/ui-path-radar layer2 Trace — trace critical paths
/ui-path-radar layer3 Issues — detect problems across codebase
/ui-path-radar layer4 Evaluate — assess user impact
/ui-path-radar layer5 Data wiring — verify real data usage
/ui-path-radar trace "A → B → C" Trace a specific user flow path
/ui-path-radar diff Compare current findings against previous audit
/ui-path-radar fix Generate fixes for found issues
/ui-path-radar status Show audit progress and remaining issues
--show-suppressed Show findings suppressed by known-intentional entries
--accept-intentional Mark current finding as known-intentional (not a bug)

Overview

UI Path Radar uses a 5-layer approach:

Layer Purpose Est. Time (small / large codebase) Output
Layer 1 Pattern Discovery — Find all UI entry points ~1-2 min / ~3-5 min Entry point inventory
Layer 2 Flow Tracing — Trace critical paths in depth ~2-3 min / ~5-8 min Detailed flow traces
Layer 3 Issue Detection — Categorize issues across codebase ~2-4 min / ~5-10 min Issue catalog
Layer 4 Semantic Evaluation — Evaluate from user perspective ~1-2 min / ~3-5 min UX impact analysis
Layer 5 Data Wiring — Verify features use real data ~2-4 min / ~5-10 min Data integrity report

Read the full file on GitHub · 1,833 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 1,833 lines · 86 tokens per session scan A c91dc9203821

Subscribe to this mod's changes

ui-path-radar is a skill published in the GitHub repository Terryc21/radar-suite (20 stars, last pushed 9d ago), licensed Apache-2.0. It adds 86 tokens to every session and 21,810 once invoked, about $0.0004 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 skills, from other repositories

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

plan

Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.

Terryc21/workflow-audit · 53 tokens

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

ahmed3elshaer/everything-claude-code-mobile · 41 tokens

liquid-glass

Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.

ahmed3elshaer/everything-claude-code-mobile · 40 tokens

ttb-skill-native-swiftui-components

Build reusable native SwiftUI UI components using 100% standard SwiftUI primitives with TTBaseUIKit design tokens, localization, chainable modifiers, and project architecture rules. NO TTBaseSUI wrappers. iOS 14+.

tqtuan1201/TTBaseUIKit · 55 tokens

accessibility-patterns

Mobile accessibility patterns for Android and iOS - content descriptions, touch targets, screen reader support, WCAG compliance, dynamic type, and color contrast.

ahmed3elshaer/everything-claude-code-mobile · 35 tokens