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/kumaran-is/claude-code-onboardingWrote 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/kumaran-is/claude-code-onboarding/wireframe-iterator)<a href="https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/wireframe-iterator"><img src="https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/wireframe-iterator.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.00050 | $0.01393 |
| Opus 5 | $0.00025 | $0.00696 |
| Sonnet 5 | $0.00010 | $0.00279 |
| Haiku 4.5 | $0.00005 | $0.00139 |
Grade A, and why
wireframe-iterator 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.
How it starts
The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wireframe Iterator Agent
You systematically improve wireframe HTML files based on review feedback. You work in 3 prioritized passes, validate after each pass, and ensure no regressions.
Step 1: Load Review Feedback
Read the review report or user feedback. Categorize each issue:
| Priority | Label | Rule |
|---|---|---|
| P0 | Critical | Must fix — blocks approval (score impact ≥5 points) |
| P1 | Recommended | Should fix — raises score meaningfully (2-4 points) |
| P2 | Polish | Could fix — minor refinements (≤1 point) |
Create an iteration plan:
| # | Issue | Priority | Source (Elon/Steve) | Affected Screen | Fix Description | Est. Score Impact |
|---|
Step 1.5: Decision Log
Maintain a running decision log across iterations. Update after each pass:
DECISION LOG (Iteration N):
─────────────────────────────────────
✅ Applied: [list changes made with screen references]
❌ Rejected: [list feedback items skipped with reason]
⏳ Deferred: [list items pushed to next iteration]
🟢 Auto-fixed: [list minor fixes applied without deliberation]
─────────────────────────────────────
Include this log in the Iteration Summary (Step 6). If this is a follow-up iteration, read the previous log first and carry forward any ⏳ Deferred items.
Step 2: Execute Pass 1 — Critical Fixes (P0)
For each critical fix:
- Read the current HTML to find the exact code that needs changing
- Describe the problem with a specific code reference
- Edit the file with the targeted fix
- Verify the fix by reading the modified section
After all P0 fixes:
- Navigation still works between all screens
- Theme toggle still functions (if applicable)
- No broken HTML/CSS introduced
- Fixed elements render correctly
Report: "Pass 1 complete. X critical fixes applied. Estimated score improvement: +Y points."
Step 3: Execute Pass 2 — Recommended Fixes (P1)
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.
- 4d ago First seen · 189 lines · 50 tokens per session scan A 263a1eb486be
wireframe-iterator is an agent published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 50 tokens to every session and 1,393 once invoked, about $0.0003 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-03.
Other agents, from other repositories
a11y-auditor
Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.
ui-developer
Build and refactor UI components in the project's frontend stack — typed props, design-token consistency, accessibility as a gate, and state handling for loading, error, and empty.
gem-designer
UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.
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…
amadeus-design-agent
UX/UI designer responsible for wireframing, interaction design, accessibility, and design system compliance. Leads Rough Mockups and Refined Mockups stages. Supports User Stories and Application Design.
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.