Best for
- Use when the user requests wireframing or provides relevant inputs for this workflow.
seb1n/awesome-ai-agent-skills/design-and-ui-ux/wireframing/SKILL.md
Create text-based wireframes at low, mid, and high fidelity with component inventories, interaction annotations, and responsive breakpoint specifications. Use when the user requests wireframing or provides relevant inputs for this workflow.
Decision brief
This skill enables the agent to produce wireframes at three fidelity levels — low-fi (block layouts and content hierarchy), mid-fi (defined components with placeholder content), and high-fi (pixel-accurate specs with real content, spacing values, and interaction notes). Since th…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill "design-and-ui-ux/wireframing"Inspect the Agent Skill "wireframing" from https://github.com/seb1n/awesome-ai-agent-skills/blob/75865a5d037a4cdaa7f409a4ec14ab9b0292920b/design-and-ui-ux/wireframing/SKILL.md at commit 75865a5d037a4cdaa7f409a4ec14ab9b0292920b. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Clarify the Screen and Its Purpose: Identify which screen or view to wireframe, its role in the user flow, and the primary user action on that screen. Determine the target platform (desktop web, tablet, mobile) and any framework constraints (e.g., Bootstrap grid, Material Des…
Provide the agent with the screen name, its purpose, the target platform, and the desired fidelity level. Include any existing design system tokens or component library references. The agent will produce a wireframe with a component inventory and interaction annotations.
User Request: "Create a low-to-mid fidelity wireframe for a web analytics dashboard. Desktop layout. It should show a sidebar nav, KPI summary cards, a line chart, and a data table."
User Request: "Create a low-to-mid fidelity wireframe for a web analytics dashboard. Desktop layout. It should show a sidebar nav, KPI summary cards, a line chart, and a data table."
User Request: "Create a high-fidelity wireframe spec for a mobile app 'Create Task' screen. Include form fields, validation, and interaction notes."
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 94/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 161 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
This skill enables the agent to produce wireframes at three fidelity levels — low-fi (block layouts and content hierarchy), mid-fi (defined components with placeholder content), and high-fi (pixel-accurate specs with real content, spacing values, and interaction notes). Since the agent works in text, wireframes are rendered as ASCII/box-drawing layouts or structured component specifications with precise dimensions. Each wireframe includes a component inventory, interaction annotations, and responsive breakpoint behavior.
Clarify the Screen and Its Purpose: Identify which screen or view to wireframe, its role in the user flow, and the primary user action on that screen. Determine the target platform (desktop web, tablet, mobile) and any framework constraints (e.g., Bootstrap grid, Material Design components). This scoping prevents wireframes from growing beyond their intended focus.
Define the Component Inventory: List every UI component the screen requires: navigation bars, headings, cards, forms, buttons, tables, modals, tooltips, empty states, and loading states. For each component, note its content requirements (label text, data fields, image dimensions) and its interactive behavior (clickable, expandable, draggable, editable). This inventory becomes the wireframe's bill of materials.
Create the Low-Fidelity Layout: Produce a block-level layout showing content zones and their spatial relationships. Use ASCII box drawing to represent regions. Focus on information hierarchy: what the user sees first, second, third. Do not specify exact pixel values or real content at this stage — use labels like [Hero Image], [Product Grid 3×2], [CTA Button].
Elevate to Mid-Fidelity: Replace placeholder labels with representative content. Add specific component types (dropdown vs. radio, text input vs. textarea), define column counts and approximate proportions, and note key spacing relationships (e.g., "16px gap between cards"). Include navigation states (active tab, breadcrumb trail) and basic content hierarchy (heading levels, body text, captions).
Produce High-Fidelity Specifications: Add exact dimensions, spacing values (in px or rem), typography specs (font, size, weight, line-height), color token references, border-radius values, and shadow levels. Annotate every interactive element with its behavior: hover state, focus state, click action, validation rules, error messages. Include responsive breakpoint notes describing what changes at each breakpoint.
Document Responsive Behavior: For each wireframe, specify layout changes at mobile (< 640px), tablet (640-1023px), and desktop (≥ 1024px). Describe which components stack, collapse, hide, or reflow. Note touch target sizes for mobile (minimum 44x44px) and any gesture interactions (swipe to dismiss, pull to refresh).
Provide the agent with the screen name, its purpose, the target platform, and the desired fidelity level. Include any existing design system tokens or component library references. The agent will produce a wireframe with a component inventory and interaction annotations.
User Request: "Create a low-to-mid fidelity wireframe for a web analytics dashboard. Desktop layout. It should show a sidebar nav, KPI summary cards, a line chart, and a data table."
Agent Response:
┌──────────────────────────────────────────────────────────────────────┐
│ ┌─────────┐ Dashboard 🔔 👤 Jane Smith ▾ │
│ │ LOGO │ │
├──┴─────────┴─┬───────────────────────────────────────────────────────┤
│ │ │
│ Dashboard • │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ Analytics │ │ Total Users │ │ Revenue │ │ Bounce Rate │ │
│ Reports │ │ 12,482 │ │ $48,250 │ │ 34.2% │ │
│ Settings │ │ ▲ +8.3% │ │ ▲ +12.5% │ │ ▼ -2.1% │ │
│ │ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │
│ │ ┌───────────────────────────────────────────────┐ │
│ │ │ │ │
│ │ │ Sessions Over Time (Line Chart) │ │
│ │ │ ___/\ /\ │ │
│ │ │ _/ \____/ \___ │ │
│ │ │ _/ \__ │ │
│ │ │ Jan Feb Mar Apr May Jun │ │
│ │ │ │ │
│ │ └───────────────────────────────────────────────┘ │
│ │ │
│ │ ┌───────────────────────────────────────────────┐ │
│ │ │ Page Views Bounce Avg Time │ │
│ │ │ ─────────────── ──────── ──────── ────────── │ │
│ │ │ /home 8,421 32.1% 2m 14s │ │
│ │ │ /pricing 3,892 28.7% 3m 42s │ │
│ │ │ /docs 2,104 41.3% 5m 08s │ │
│ │ │ /blog 1,876 45.6% 1m 52s │ │
│ │ │ │ │
│ │ │ ◀ 1 2 3 ... 12 ▶ Showing │ │
│ │ │ 1-10 of 47 │ │
│ │ └───────────────────────────────────────────────┘ │
│ │ │
└──────────────┴───────────────────────────────────────────────────────┘
Component inventory:
| Component | Content | Interaction |
|---|---|---|
| Sidebar nav | 4 items: Dashboard, Analytics, Reports, Settings | Click to navigate; active item has bold + left accent border |
| KPI cards (×3) | Metric name, value, % change with trend arrow | Click to drill down to detail view |
| Line chart | Time series, 6-month range, single dataset | Hover for tooltip with exact values; date range selector above |
| Data table | 4 columns, sortable, paginated (10 rows/page) | Click column header to sort; click row to view page detail |
| Top bar | Logo, page title, notification bell, user avatar + dropdown | Bell shows count badge; avatar opens profile/logout menu |
Responsive behavior: At tablet (< 1024px), the sidebar collapses to an icon-only rail (48px wide). At mobile (< 640px), the sidebar becomes a bottom tab bar with 4 icons; KPI cards stack vertically in a single column; the data table switches to a card-list layout with one card per row.
User Request: "Create a high-fidelity wireframe spec for a mobile app 'Create Task' screen. Include form fields, validation, and interaction notes."
Agent Response:
Screen: Create Task (Mobile, 375px width)
┌─────────────────────────────────┐
│ ← Back Create Task │ ← Top bar: 56px height
│─────────────────────────────────│
│ │
│ Task Name * │ ← Label: 14px/500, gray-600
│ ┌─────────────────────────────┐│
│ │ Enter task name... ││ ← Input: 44px height, 16px text
│ └─────────────────────────────┘│
│ ⚠ Task name is required │ ← Error: 12px/400, red-500
│ │
│ Description │
│ ┌─────────────────────────────┐│
│ │ ││
│ │ Add details... ││ ← Textarea: 120px min-height
│ │ ││
│ └─────────────────────────────┘│
│ │
│ Priority │
│ ┌──────┐ ┌──────┐ ┌──────┐ │
│ │ Low │ │ Med │ │ High │ │ ← Segmented control: 36px h
│ └──────┘ └──────┘ └──────┘ │
│ │
│ Due Date │
│ ┌─────────────────────────────┐│
│ │ 📅 Select date... ││ ← Tappable, opens date picker
│ └─────────────────────────────┘│
│ │
│ Assignee │
│ ┌─────────────────────────────┐│
│ │ 👤 Select team member... ││ ← Opens searchable member list
│ └─────────────────────────────┘│
│ │
│ ┌─────────────────────────────┐│
│ │ Create Task ││ ← Primary button: 48px height
│ └─────────────────────────────┘│ bg: blue-600, text: white
│ │
└─────────────────────────────────┘
Detailed specifications:
aria-describedby linking input to error text.Validation rules:
Frequently asked questions
This skill enables the agent to produce wireframes at three fidelity levels — low-fi (block layouts and content hierarchy), mid-fi (defined components with placeholder content), and high-fi (pixel-accurate specs with real content, spacing values, and interaction notes). Since th…
The source record exposes this install command: npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill "design-and-ui-ux/wireframing". Inspect the command and pinned source before running it.
Alternatives
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
synthetic-sciences/openscience
Computational analysis of pharmacology wet-lab experiments. Western blot densitometry, xenograft tumor growth inhibition, pharmaceutical stability modeling (Arrhenius), radiolabeled antibody biodistribution, MIRD dosimetry, and adverse event grading. For drug databases use chembl-database or fda-database; for molecular docking use diffdock.
getcargohq/cargo-skills
Make Cargo actually run something, or show what it would run — execute one connector action, run a multi-step workflow, trigger a batch across a whole segment or model, message an AI agent, build or edit a node graph, draw a workflow, tool or play as a diagram, and query the runtime tables (runs, batches, spans, records) with SQL. Triggers: "run this on all my contacts", "execute the action", "kick off a batch", "build a workflow", "schedule a play", "make it run every morning", "ask the agent",
davepoon/buildwithclaude
Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas.