Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

wireframe-creator线框创建器

Agent Skill

wireframe-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,786

周安装

98

GitHub Stars

3

下载量

1,447
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wireframe-creator(线框创建器)
来源仓库:https://github.com/jmsktm/claude-settings
仓库路径:skills/wireframe-creator
安装命令:
npx skills add https://github.com/jmsktm/claude-settings --skill 'Wireframe Creator'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jmsktm/claude-settings --skill 'Wireframe Creator'

简介

wireframe-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于产品原型设计、交互流程可视化等前期规划场景。
  • 通过关键词、来源仓库或安装命令调用,结合原始 README 核验具体用法。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件读写操作。
  • 建议核实工具实际能力边界,避免依赖未经验证的自动化输出。

SKILL.md

Wireframe Creator

A UX design expert that creates low-fidelity wireframes for rapid prototyping and iteration. This skill focuses on structure, hierarchy, and user flow without the distraction of visual design, enabling quick validation of concepts before investing in high-fidelity design.

Whether you need a quick sketch of a landing page, a complete user flow for an app, or a dashboard layout, this skill produces clear, annotated wireframes that communicate information architecture and interaction patterns.

Core Workflows

Workflow 1: Website/Landing Page Wireframe

  1. Define page structure

- Header/navigation - Hero section - Content sections - Footer

  1. Create ASCII wireframe

- Use boxes, lines, and text to represent layout - Show hierarchy with spacing and sizing - Indicate interactive elements - Label all components

  1. Add annotations

- Content descriptions - Interaction notes - Responsive behavior - Priority markers

  1. Define user flow

- Entry points - CTAs and paths - Exit points

  1. Provide next steps

- Content requirements - Design considerations - Development notes

Workflow 2: App Screen Wireframes

  1. Map user journey

- List all screens needed - Define flow between screens - Identify decision points

  1. Design each screen

- Navigation structure - Content placement - Interactive elements - States (empty, loading, error, success)

  1. Show connections

- Arrows indicating flow - Numbered steps - Decision trees

  1. Document interactions

- Tap/click actions - Swipe gestures - Long-press behaviors - Transitions

Workflow 3: Dashboard Wireframe

  1. Define data hierarchy

- Most important metrics - Secondary information - Detail views - Filter/control placement

  1. Layout panels

- Primary content area - Sidebar navigation - Top bar utilities - Widget placement

  1. Design data visualizations

- Chart placeholders - Table structures - Card layouts - Empty states

  1. Plan interactions

- Drill-down flows - Filter behaviors - Export/actions - Refresh patterns

Workflow 4: User Flow Wireframes

  1. Map complete flow

- Start state - All decision points - Success paths - Error paths - End states

  1. Wireframe each step

- One screen per step - Show state changes - Indicate validation

  1. Connect flow

- Arrows between screens - Annotate triggers - Note conditional logic

  1. Document edge cases

- What if scenarios - Error handling - Validation feedback

Quick Reference

ActionCommand/Trigger
Landing page wireframe"Wireframe a landing page for [product]"
App screen wireframe"Create wireframe for [feature] screen"
User flow"Map user flow for [task]"
Dashboard"Wireframe dashboard for [use case]"
Form wireframe"Design form for [purpose]"
Navigation"Wireframe navigation for [site]"

Wireframe Elements Library

Layout Components

+----------------------------------+
|           HEADER                 |
| [Logo]    [Nav] [Nav] [Nav] [CTA]|
+----------------------------------+

+----------------------------------+
|         HERO SECTION             |
|                                  |
|   [Headline]                     |
|   [Subheading]                   |
|   [CTA Button]                   |
|                                  |
+----------------------------------+

+-------+  +-------+  +-------+
|       |  |       |  |       |
| Card  |  | Card  |  | Card  |
|       |  |       |  |       |
+-------+  +-------+  +-------+

+----------------------------------+
|           FOOTER                 |
| [Links] [Links] [Social] [Legal] |
+----------------------------------+

Form Elements

[Input Field Label]
[___________________]

[Dropdown Label]
[Select ▼]

[Radio Options]
( ) Option 1
( ) Option 2
(•) Option 3

[Checkbox Options]
[✓] Option A
[ ] Option B
[✓] Option C

[Text Area]
[                    ]
[                    ]
[                    ]

[Button]  [Secondary Button]

Navigation Patterns

Horizontal Nav:
[Logo] [Link] [Link] [Link] [Link] [Button]

Sidebar Nav:
+--------+
| [Logo] |
|        |
| [Nav]  |
| [Nav]  |
| [Nav]  |
| [Nav]  |
+--------+

Hamburger Nav (Mobile):
[☰] [Logo]          [🔍][👤]

Tabs:
[Active Tab] [Tab] [Tab] [Tab]
─────────────────────────────

Data Display

Table:
+--------+----------+--------+
| Header | Header   | Header |
+--------+----------+--------+
| Cell   | Cell     | Cell   |
| Cell   | Cell     | Cell   |
+--------+----------+--------+

Card Grid:
+-------+  +-------+  +-------+
|[IMG]  |  |[IMG]  |  |[IMG]  |
| Title |  | Title |  | Title |
| Text  |  | Text  |  | Text  |
| [Link]|  | [Link]|  | [Link]|
+-------+  +-------+  +-------+

List:
• Item with icon
• Item with icon
• Item with icon

Annotation Symbols

[Component Name] - Placeholder for element
(...) - Truncated/overflow content
[IMG] - Image placeholder
[LOGO] - Logo placement
[CTA] - Call to action button
[---] - Divider/separator
→ - User flow direction
* - Important note
? - Decision point
! - Error/warning state
✓ - Success state

Wireframe Best Practices

  • Keep it low-fidelity: Resist urge to add visual polish
  • Focus on structure: Hierarchy and layout, not colors/fonts
  • Use real content: Actual text, not lorem ipsum when possible
  • Show states: Empty, loading, error, success for each component
  • Annotate heavily: Explain interactions, behaviors, constraints
  • Think mobile-first: Start with smallest screen
  • Number elements: Make annotations easy to reference
  • Use consistent spacing: Visual rhythm even in wireframes
  • Indicate content types: [Headline], [Body text], [Button label]
  • Show all interactions: Hovers, clicks, swipes, gestures
  • Document edge cases: What happens when things go wrong
  • Keep it simple: Boxes, lines, and labels are enough

Common Patterns

Landing Page Structure

1. Header (sticky)
   - Logo + Navigation + CTA

2. Hero (above fold)
   - Headline + Subheading + CTA + Visual

3. Social Proof
   - Logos or testimonials

4. Features (3-column)
   - Icon + Headline + Description × 3

5. How It Works (stepped)
   - Step 1, Step 2, Step 3 with visuals

6. Pricing (table or cards)
   - 3 tiers with features listed

7. Final CTA
   - Headline + Button + Trust signals

8. Footer
   - Links, social, legal

Dashboard Layout

+-----+---------------------------+
| Nav | Top Bar [Search] [User]   |
| [L] +---------------------------+
| [I] |                           |
| [N] |     Main Content          |
| [K] |     (Charts, Tables)      |
| [S] |                           |
|     |                           |
+-----+---------------------------+

Form Flow

Step 1: Basic Info
[Name Input]
[Email Input]
[Next Button]
  ↓
Step 2: Details
[Multiple fields]
[Back] [Next]
  ↓
Step 3: Confirmation
[Review info]
[Edit] [Submit]
  ↓
Success State
[✓] Thank you message
[Next action]

Deliverables Format

WIREFRAME SPECIFICATION
Project: [Name]
Page/Screen: [Landing Page / Dashboard / etc.]
Date: [Date]

USER FLOW
Entry → Action → Result → Next Step

WIREFRAME
[ASCII diagram of layout]

COMPONENTS

1. Header
   - Height: 64px
   - Elements: Logo (left), Nav (center), CTA (right)
   - Behavior: Sticky on scroll
   - Mobile: Collapses to hamburger menu

2. Hero Section
   - Height: 100vh
   - Layout: 60% text (left), 40% image (right)
   - Elements:
     * H1 headline (max 60 chars)
     * Subheading (max 120 chars)
     * Primary CTA button
     * Secondary CTA link
   - Responsive: Stacks vertically on mobile

3. Feature Cards
   - Layout: 3-column grid
   - Card structure:
     * Icon (top)
     * Headline (h3)
     * Description (2-3 lines)
     * Optional link
   - Responsive: 1 column mobile, 2 tablet, 3 desktop

[... more components ...]

INTERACTIONS

Hover States:
- Nav links: Underline
- Buttons: Darken background
- Cards: Lift shadow

Click Actions:
- Primary CTA → Opens signup form
- Feature cards → Expands details
- Nav links → Smooth scroll to section

CONTENT REQUIREMENTS

Copy Needed:
- [ ] H1 headline (max 60 characters)
- [ ] Subheading (max 120 characters)
- [ ] 3 feature headlines
- [ ] 3 feature descriptions
- [ ] CTA button text

Images Needed:
- [ ] Hero image (1600x900px)
- [ ] 3 feature icons (SVG)
- [ ] Logo (SVG, white and color versions)

RESPONSIVE BREAKPOINTS

Mobile (<768px):
- Single column layout
- Hamburger navigation
- Stacked hero content
- Larger touch targets (min 44px)

Tablet (768-1024px):
- 2-column feature grid
- Partial navigation visible
- Balanced hero layout

Desktop (>1024px):
- Full layout as wireframed
- All navigation visible
- Multi-column grids

STATES

Default: As shown in wireframe
Loading: Show skeleton placeholders
Error: Display error message with retry option
Empty: Show empty state with CTA
Success: Show confirmation message

NOTES
- Prioritize above-fold content
- Ensure clear CTA visibility
- Test mobile interaction zones
- Consider accessibility (focus states, screen readers)
- Plan for content that may overflow

Tools Integration

  • Use layout-designer skill for detailed grid specifications
  • Use ui-builder skill to convert wireframes to code
  • Use Midjourney to generate visual design from wireframes
  • Use Playwright to test wireframe interactions

Wireframe Fidelity Levels

Low-Fidelity (this skill)

  • Boxes and lines
  • Grayscale
  • Placeholder content
  • Focus: Structure
  • Speed: Very fast
  • Use: Early ideation, quick iteration

Mid-Fidelity

  • More refined shapes
  • Some real content
  • Basic interactions shown
  • Focus: Layout + content
  • Speed: Moderate
  • Use: Stakeholder reviews, user testing

High-Fidelity

  • Visual design applied
  • Real content
  • Interactive prototype
  • Focus: Final design
  • Speed: Slower
  • Use: Developer handoff, final approval

Common Requests

E-commerce product page: Hero image + details + CTA + related products SaaS signup flow: Multi-step form with progress indicator Blog homepage: Featured post + grid of articles + sidebar Mobile app onboarding: 3-4 swipeable screens + skip/next Admin dashboard: Sidebar nav + metric cards + data tables Profile page: Header + tabs + content sections

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.34%
按下载量换算526

Claude

30.07%
按下载量换算435

Cursor

15.88%
按下载量换算230

Gemini CLI

9.62%
按下载量换算139

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills