publish-wireframes

publish-wireframes is an agent for Claude Code from kumaran-is/claude-code-onboarding. It costs 44 tokens per session (3,295 once invoked), scanned A, original, MIT.

A deployment assistant for wireframe HTML pages hosted on Firebase Hosting. It finds wireframes in project folders, updates the landing-page index, and deploys the site.

In plain words
What is it for?
Use it after adding or editing wireframe HTML files, or when you need to publish the wireframe collection.
Why use it?
It keeps the published landing page aligned with the wireframes in the repository, so new or changed pages are included.

Agent for Claude Code

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 agents/kumaran-is/claude-code-onboarding/publish-wireframes
Clone the repo
git clone --depth 1 https://github.com/kumaran-is/claude-code-onboarding

Made for: Claude Code.

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 publish-wireframes

README.md
[![agentmods](https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/publish-wireframes.svg)](https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/publish-wireframes)
Your own site
<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>
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 3,295 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 $0.00044 $0.03295
Opus 5 $0.00022 $0.01648
Sonnet 5 $0.00009 $0.00659
Haiku 4.5 $0.00004 $0.00330

Measured 4d ago against content hash 981795a2e86c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/agents/publish-wireframes.md · 319 lines

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.html at the root — that's the landing page you will regenerate
  • Ignore any .html files inside .github/, .claude/, node_modules/, or sample/
  • The sample/ directory contains example/reference files and must never be published or listed
  • Every .html file 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., rentflowRentFlow)
  • 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 -lt or stat to get the file's last modified timestamp

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

Subscribe to this mod's changes

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.