angora-wireframe

angora-wireframe is a skill for Claude Code from Aysnc-Labs/angora. It costs 142 tokens per session (1,277 once invoked), scanned A, original, MIT.

A rough page plan made with text diagrams or gray placeholder boxes before the real interface is built.

In plain words
What is it for?
Use it to sketch headers, hero sections, content areas, and footers in an Astro project, either as ASCII art or a simple visual layout.
Why use it?
It helps settle a page’s structure and user flow early, before time is spent on detailed components and visual styling.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import Layout from '../_layout/Layout.astro';.

Good fit Use it to sketch headers, hero sections, content areas, and footers in an Astro project, either as ASCII art or a simple visual layout.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Aysnc-Labs/angora
agentmods
npx agentmods add skills/aysnc-labs/angora/angora-wireframe

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 angora-wireframe

README.md
[![agentmods](https://agentmods.dev/badge/skills/aysnc-labs/angora/angora-wireframe/github.svg)](https://agentmods.dev/skills/aysnc-labs/angora/angora-wireframe)
Your own site
<a href="https://agentmods.dev/skills/aysnc-labs/angora/angora-wireframe"><img src="https://agentmods.dev/badge/skills/aysnc-labs/angora/angora-wireframe/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 angora-wireframe

Your own site · 80×15
<a href="https://agentmods.dev/skills/aysnc-labs/angora/angora-wireframe"><img src="https://agentmods.dev/badge/skills/aysnc-labs/angora/angora-wireframe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,277 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.00142 $0.01277
Opus 5 $0.00071 $0.00639
Sonnet 5 $0.00028 $0.00255
Haiku 4.5 $0.00014 $0.00128

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

Security

Grade A, and why

angora-wireframe 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 9d 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/skills/angora-wireframe/SKILL.md · 125 lines

How it starts

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

Wireframe: $ARGUMENTS

Sketch page structure (hierarchy, layout, flow) before committing to visual design.

Before you start

  1. Read src/system.md — intent and scope.
  2. Read src/styles/global.css — know the container max-width and spacing tokens.
  3. Check if the wireframe already exists — look for src/pages/design-system/wireframes/<page-name>.astro. If it exists, read it first.

Ask: format preference

Use AskUserQuestion to ask the user which wireframe format they prefer:

  • ASCII — wireframe stored as ASCII art in a <pre> block. ~100-200 tokens per page. Best for fast iteration.
  • Visual — wireframe rendered as gray Tailwind boxes (bg-muted border border-border, placeholder text). More visual but more tokens.

Output files

  1. Design system pagesrc/pages/design-system/wireframes/<page-name>.astro (using Layout from _layout/)

No full-screen view needed — wireframes are working docs, not deliverables.

Steps

  1. Ask format — ASCII or Visual (see above).
  2. Sketch — create the wireframe page showing page structure: header, hero, sections, footer. Use placeholder text and rough proportions.
  3. Visual review — user opens page in browser (pnpm dev). The sidebar auto-discovers wireframe pages via import.meta.glob — no manual nav registration needed. Approves or iterates.
  4. Iterate — ask user for feedback ("move CTA above fold", "make it 3 columns", etc.) and update the wireframe.
  5. Notes — ask if they want to save notes with the wireframe (intent, constraints, open questions).
  6. Data sources — walk through each section and capture data source decisions.

ASCII format

Use a <pre> block with monospace box-drawing to show page structure:

<pre class="font-mono text-sm leading-relaxed text-muted-foreground">
┌─────────────────────────────────────┐
│  Logo          Nav    Nav    [CTA]  │
├─────────────────────────────────────┤
│                                     │
│           Hero Headline             │
│           Subhead text              │
│        [ Primary ]  [ Secondary ]   │
│                                     │
├─────────────────────────────────────┤
│  Feature 1  │  Feature 2  │  Feat 3│
└─────────────────────────────────────┘
</pre>

Read the full file on GitHub · 125 lines

Files

What ships with it

1 file 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. 9d ago First seen · 125 lines · 142 tokens per session scan A 56072a80da6d

Subscribe to this mod's changes

angora-wireframe is a skill published in the GitHub repository Aysnc-Labs/angora (6 stars, last pushed 4mo ago), licensed MIT. It adds 142 tokens to every session and 1,277 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

design-dna

Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…

zanwei/design-dna · 192 tokens

component-family-consistency

Buttons, inputs, pills, badges, calendars, and other interactive components form a visual family — they share the same border-radius, colour logic, shadow scale, border style, and spacing rhythm. Inconsistency between them breaks the sense of a coherent product. Use when building or reviewing a component library…

dembrandt/dembrandt-skills · 76 tokens

modular-scale-typography

Typography feels cohesive and intentional when font sizes follow a modular scale — a ratio-based sequence where every size is mathematically related to the others. Use when defining type scales, setting up design tokens, reviewing font size choices, or when typography feels inconsistent or arbitrary.

dembrandt/dembrandt-skills · 59 tokens

extract-design

Extract a complete design system — colors, typography, spacing, components, shadows, and W3C design tokens — from any live website using Dembrandt. Runs a headless browser against the URL and returns real computed values from the DOM. Use when you need a site's actual design tokens, want to reverse-engineer a visual…

dembrandt/dembrandt-skills · 82 tokens

paint

Paint a complete visual universe with genjutsu - art direction brainstorm, design system, implementation, audit. Anti-AI-slop design pipeline. Adapts to Web, Android (Compose), Apple (SwiftUI).

AThevon/genjutsu · 46 tokens

information-architecture

In large applications, information architecture determines whether users can find, understand, and act on data. Naming matters. The UI should mirror the data model and signal how data can be transformed. Dangerous or irreversible changes always require a confirm dialog. Use when designing navigation, naming entities…

dembrandt/dembrandt-skills · 71 tokens