wireframe

Generate low-fidelity black-and-white UI wireframes as standalone SVG files.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill wireframe-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wireframe
Source: https://github.com/adamtpang/summon.company/tree/main/packages/skills-catalog/catalog/bundled/product/wireframe
Command: npx skills add https://github.com/adamtpang/summon.company --skill wireframe-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Designers and product teams need to communicate screen structure and layout quickly without committing to brand, color, or production code. This Skill produces consistent, monochrome SVG wireframes that focus purely on what goes where, making early design review fast and unambiguous. ## Core Features & Use Cases - SVG Wireframe Generation: Produces standalone SVG wireframes for desktop (1280×800), tablet (768×1024), and mobile (375×812) viewports using a strict house style: 8px grid, fixed palette, and a 12/14/20/28 type scale. - Reusable Primitive Library: Ships copy-paste SVG snippets for inputs, navigation, cards, tables, modals, toasts, and annotation callouts, plus four complete worked examples (login, dashboard, settings, modal). - Review Viewer Pages: Builds a static index.html viewer with sticky table of contents, click-to-zoom lightbox, and responsive collapse for browsing multi-screen flows. - Use Case: Ask for a wireframe of a settings page, and receive a snapped-to-grid SVG file, an inline preview, and a numbered annotation list mapping each region to its intent. ## Quick Start Ask the agent to wireframe a login screen for mobile and it will write a monochrome SVG file with numbered annotations.

Frequently Asked Questions about wireframe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a low-fidelity wireframe as an SVG?

Request a wireframe for a specific screen and viewport, and the Skill writes a standalone SVG file using its primitive library. Every output includes the SVG on disk, an inline preview, and a numbered annotation list describing each region.

What viewport sizes does the wireframe skill support?

It supports four canvas presets: 1280×800 desktop, 1440×900 wide, 768×1024 tablet, and 375×812 mobile. All coordinates snap to an 8px grid with 24px gutters on desktop and 16px margins on mobile.

Can I build a page to browse multiple wireframes together?

Yes, the Skill can generate a single static index.html viewer from its bundled template with a sticky table of contents, one section per screen, a flow diagram, and a click-to-zoom lightbox. It stays monochrome and responsive down to phone widths.

When should I not use SVG wireframes?

Avoid this approach for production UI code, hi-fi branded mockups, interactive prototypes, or architecture diagrams. Use a frontend design skill or Figma for polished deliverables, and mermaid or plantuml for system diagrams.

Why does text in my SVG wireframe have an outline or halo?

Text inherits the root SVG stroke used for boxes, creating a halo effect. Always set stroke="none" on every text element and explicitly set fill="#000" since parent groups default to a white fill.