Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

wireframeswireframes 搜索

Agent Skill

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

总安装

675

周安装

29

GitHub Stars

55

下载量

237
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/adobe/skills --skill wireframes

简介

wireframes 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持按关键词、任务类型或来源仓库进行搜索,帮助 Agent 快速获取相关资源。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,具体用法请参考原始 README。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • wireframes 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Wireframes

Turn approved briefings into grey, structural wireframes — boxes, bars, shapes — so the user can validate page structure (section order, hierarchy, density, spatial relationships) before committing to visual design.

This stage is optional. A user who already has a clear structural vision can skip straight to /stardust:prototype.

When to use this skill

  • The user wants to validate page structure before visual design — section order, hierarchy, density, spatial relationships.
  • The user asks to annotate a wireframe or mark reusable fragments across pages.
  • The user asks to change, refine, review, critique, or iterate on any file under stardust/wireframes/**/*.html.
  • The user types /stardust:wireframes.

Do NOT use this skill

  • For branded visual design, colors, typography, or final proportions. Hand off to prototype.
  • For page copy or intent. Hand off to briefings.
  • When the user explicitly wants to skip straight to branded design — suggest /stardust:prototype instead.

Pre-flight

Run the procedure in ../_shared/preflight.md first.

Contract

Needs (reads if present):

  • stardust/briefings/{page}.md (one or more)
  • .impeccable.md (tone for annotations)

Produces:

  • stardust/wireframes/{page}.html (grey, annotated)

If missing:

  • No briefings → prompt the user for a one-line page intent, synthesize a minimal briefing, stamp provenance on both the briefing and the wireframe, and proceed.
  • No .impeccable.md → annotations use neutral-technical tone.
  • Brand is intentionally not read at this stage.

Phase 1: Plan

For each page with an approved briefing:

  1. Read the page briefing from stardust/briefings/{page}.md.
  2. Read the site briefing from stardust/briefings/_site.md if it exists (including the Content Reuse Map).
  3. Plan the page's sections — UX discovery:

- If the impeccable plugin is installed (/impeccable shape is registered), delegate section planning to /impeccable shape. - Otherwise, use the "For wireframe section planning" pattern in ../_shared/fallback-brainstorm.md. Per ../_shared/soft-deps.md, impeccable fallback runs silently. Either path answers: what sections does this page need, what's the visual hierarchy, and how does the user flow through the content. - /shape produces a design brief — use this as the structural plan.

  1. For multi-page sites, plan the information architecture across all pages before wireframing individual ones:

- If /write-plan is registered in this session (detect per ../_shared/soft-deps.md): delegate IA planning to /write-plan, seeded with the site briefing and the list of pages. Use its output as the multi-page structural plan. - Otherwise (superpowers not installed): announce the fallback exactly once per session using the verbatim text from ../_shared/soft-deps.md ("superpowers announcement") — unless it was already announced earlier in this session. Then sketch the IA inline: list pages, their primary content type, and the shared sections between them, and confirm with the user before moving on.

Phase 2: Render (Grey Mode)

Render each wireframe as visual HTML in grey mode:

  • Pure grey layout: boxes, bars, shapes. No brand colors, no real fonts (system-ui is fine).
  • Background: light grey (#f5f5f5); elements in shades of grey.
  • Placeholder text as grey bars; images as grey rectangles with labels.
  • Annotations are required — every block gets a short italic .note or .caption describing what it represents, so the reviewer can evaluate the flow without guessing. Repeated items (pipeline nodes, host tiles, card grids) carry identifying labels ("01 · brand", "Claude Code"), not generic numbers. See wireframe-guide.md Annotations section.
  • Shows: section order, relative sizing, content density, spatial relationships.
  • Each section gets data-section, data-intent, data-layout attributes so the design stage can pick up the structure.
  • For multi-page sites: add data-fragment, data-fragment-role, and data-fragment-source attributes to reusable content sections — see wireframe-guide.md Content Reuse & Fragments section.
  • Include the JSON metadata block linking to the briefing (with fragments map for multi-page sites).
  • Write to stardust/wireframes/{page}.html.

If the upstream briefing was synthesized (provenance comment present, or generated during this pre-flight), carry forward a provenance block on the wireframe per ../_shared/skill-contract.md.

Follow the full rendering rules in wireframe-guide.md.

Phase 3: Serve

Wireframes are self-contained HTML files. Open each file in the designer's default browser immediately after writing per ../_shared/skill-contract.md *Opening HTML artifacts*. On macOS: open stardust/wireframes/{page}.html. Do not rely on the designer to open it manually.

If multiple wireframes were rendered in this phase (multi-page run), open each one so the designer can review in tabs.

In pipeline-automation mode (no designer present), skip the open.

Phase 4: Approval Gate

Soft gate — the user approves structure, not visuals.

Present the wireframe and ask: "Does this structure match what you had in mind? What should change?"

Common feedback:

  • "Swap these sections" → Reorder, re-render.
  • "Add a section for [X]" → Add new section with data attributes, re-render.
  • "This section is too big/small relative to the rest" → Adjust proportions, re-render.
  • "I want something interactive here" → Add data-interactive attribute.

Iterate until the user approves. Then:

  1. If stardust/brand-profile.json exists: "Wireframes approved. Run /stardust:prototype to upgrade them to branded prototypes."
  2. If not: "Wireframes approved. Run /stardust:brand to capture your brand, then /stardust:prototype to layer it onto these wireframes."

Pipeline automation: When invoked as part of a full pipeline run, auto-approve and continue.

Why Wireframes Before Design

Wireframes let you make structural decisions (what goes where, in what order, at what relative size) without being distracted by visual ones (what colors, fonts, and proportions). Separating the two means each decision gets full attention.

Users who already know the structure can skip this stage entirely and go briefings → design.

Artifacts Written

FileDescription
stardust/wireframes/{page}.htmlGrey structural wireframes — self-contained HTML

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.61%
按下载量换算89

Claude

30.44%
按下载量换算72

Cursor

18.56%
按下载量换算44

Gemini CLI

10.26%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills