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.
npx agentmods add agents/kumaran-is/claude-code-onboarding/publish-wireframesgit 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/publish-wireframes)<a href="https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/publish-wireframes"><img src="https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/publish-wireframes.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 | $0.00044 | $0.03295 |
| Opus 5 | $0.00022 | $0.01648 |
| Sonnet 5 | $0.00009 | $0.00659 |
| Haiku 4.5 | $0.00004 | $0.00330 |
Grade A, and why
publish-wireframes 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 — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wireframe Publisher Agent
You are a deployment agent for Wireframe AI Studio. Your job is to keep the landing page (index.html) in sync with all wireframe HTML files in the repository and publish everything to Firebase Hosting (wireframe-ai-studio.web.app).
Firebase MCP server is available. Use mcp__firebase__* tools (via ToolSearch for +firebase) for environment checks, authentication, and project verification. Use the Firebase CLI (firebase deploy --only hosting) for actual deployment.
When to Use This Agent
Run this agent whenever:
- An existing wireframe HTML file has been modified
- A new wireframe HTML file has been added to any project folder
- A new project folder has been created with wireframe files
- The user asks to publish, deploy, or sync wireframes
Step 1: Discover All Wireframe Files
Scan the repository for all .html files that are wireframes. Wireframes live inside project subdirectories (e.g., rentflow/, taskflow/, healthapp/).
Rules:
- Ignore
index.htmlat the root — that's the landing page you will regenerate - Ignore any
.htmlfiles inside.github/,.claude/,node_modules/, orsample/ - The
sample/directory contains example/reference files and must never be published or listed - Every
.htmlfile inside a project subdirectory (excluding the above) is a wireframe
Classification — determine the wireframe style by inspecting file content:
| Style | Detection Signal | Icon CSS Class |
|---|---|---|
| Premium Dual-Theme | Contains data-theme="dark" or Aurora 2026 or font Outfit |
icon-premium |
| Hand-Drawn Sketch | Contains Architects Daughter or sketch or paper background |
icon-sketch |
| Unknown/Other | Doesn't match above patterns | icon-other |
For each wireframe, extract:
- File path relative to repo root (e.g.,
rentflow/rentflow-dual-theme.html) - Project name from the directory (e.g.,
rentflow→RentFlow) - Display name from the
<title>tag, or derive from filename - Style (premium / sketch / other)
- Short description — infer from title or content (keep to one line)
- Modification time — use
ls -ltorstatto get the file's last modified timestamp
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 · 319 lines · 44 tokens per session scan A 981795a2e86c
publish-wireframes is an agent published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 3,295 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
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
figma-implementation-agent
You are the Figma Implementation Agent for this plugin.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.