wire-aa-authoring

wire-aa-authoring is a skill for Claude Code, Codex from miyatti777/ai-plc. It costs 122 tokens per session (2,111 once invoked), scanned A, original, MIT.

A workflow for turning a product story or specification into ASCII wireframes, which are screen layouts drawn with text characters. It also examines the target repository’s existing components and can record design decisions in the story.

In plain words
What is it for?
Showing current and proposed UI layouts, checking related components, and documenting implementation-oriented design decisions.
Why use it?
Written requirements can leave the intended screen and user flow unclear. The wireframes help developers agree on what changes before implementation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Showing current and proposed UI layouts, checking related components, and documenting implementation-oriented design decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miyatti777/ai-plc/wire-aa-authoring
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.

Any agent
npx skills add miyatti777/ai-plc --skill wire-aa-authoring
Clone the repo
git clone --depth 1 https://github.com/miyatti777/ai-plc

Made for: Claude Code, Codex.

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 wire-aa-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/miyatti777/ai-plc/wire-aa-authoring/github.svg)](https://agentmods.dev/skills/miyatti777/ai-plc/wire-aa-authoring)
Your own site
<a href="https://agentmods.dev/skills/miyatti777/ai-plc/wire-aa-authoring"><img src="https://agentmods.dev/badge/skills/miyatti777/ai-plc/wire-aa-authoring/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 wire-aa-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/miyatti777/ai-plc/wire-aa-authoring"><img src="https://agentmods.dev/badge/skills/miyatti777/ai-plc/wire-aa-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,111 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 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.00122 $0.02111
Opus 5 $0.00061 $0.01056
Sonnet 5 $0.00024 $0.00422
Haiku 4.5 $0.00012 $0.00211

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

Security

Grade A, and why

wire-aa-authoring 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.

core/skills/utility/wire-aa-authoring/SKILL.md · 124 lines

How it starts

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

wire-aa-authoring — WireAA Authoring(汎用・Subagent・ASCII Art)

Story/Spec を起点に、対象リポジトリの component を調査し、画面UIの 現状 → 変更後ASCII Art ワイヤフレーム(コードブロック)で描く。仕様(文字)を「画面(図)」まで収束させ、エンジニアが実装イメージを掴める状態にする。

位置づけ: spec-story-starter(施策→Story/Spec)の次段。Spec の UI をワイヤフレームで具体化する収束の到達点。

When to Use

  • Story/Spec は出来たが、UIの「現状と変更後」を目に見える形で示したいとき
  • 画面変更を伴う機能で、実装前に導線・レイアウトの合意を取りたいとき
  • 仕様を、エンジニアが実装着手できる粒度(どのcomponentをどう変えるか+AA図)まで落としたいとき

入力インターフェース

入力 必須 説明
story 対象Story(パス/参照)。Spec併記があれば一緒に読む
spec 対応Spec(未指定ならstoryから辿る/推定)
target_repo component調査対象リポジトリのパス。未指定=カレント
screens 対象画面(例: NotificationSettings, MyPage)。未指定=SpecとStoryから推定
tier lite(現状/変更後AA + AC のみ)/ full(+ フロー + エラー + 実装参考)。既定 full
update_story 既定 true。Storyに概要AA+設計決定ログを追記

処理フロー(Subagent収束)

story/spec ──▶ P0 Load
                 │
                 ▼
        P1 component調査(Subagent①) ── target_repoの対象画面component・既存UI構造・状態管理を調べ、
                 │                       「既存実装済み/部分/未実装」を判定
                 ▼
        P2 対象画面の特定 + 現状UI把握 ──▶ Mob CP1(停止・対象画面と方針の確認)
                                             │ OK
                                             ▼
        P3 AAワイヤフレーム作図(Subagent②) ── 現状AA / 変更後AA を対で描く(コードブロック)
                                             │
                                             ▼
        Mob CP2 設計論点(決定項目/選択肢/推奨/根拠) ── 停止
                                             │ 決定
                                             ▼
        P4 wire_aaファイル出力 ─▶ P5 Story更新(概要AA+決定ログ) ─▶ P6 Verification ─▶ 完了報告

Phase 0: Load

story(+spec)を読み、対象機能・画面・AC・変更意図を把握する。

Phase 1: component調査(Subagent①)

target_repo を Subagent(Read/Glob/Grep)で調査し返させる:

  • 対象画面の component ファイル(例: src/components/NotificationSettings.tsx)と現状の構造
  • 使っている状態管理(stores)・呼ぶservice/API
  • 「既存実装済み / 部分実装 / 未実装」の判定
  • 変更時に触るファイル(component / store / service)

プロンプト骨子: 「target_repoで画面『[screen]』の現状UI構造を調べて。component/store/呼ぶserviceをファイルパス付きで。機能『[feature]』を足すならどのcomponentをどう変えるか。」

Read the full file on GitHub · 124 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 · 124 lines · 122 tokens per session scan A 166f5c22b0a0

Subscribe to this mod's changes

wire-aa-authoring is a skill published in the GitHub repository miyatti777/ai-plc (45 stars, last pushed 1mo ago), licensed MIT. It adds 122 tokens to every session and 2,111 once invoked, about $0.0006 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens