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

progressive-disclosure渐进式披露

Agent Skill

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

总安装

1,335

周安装

54

GitHub Stars

239

下载量

419
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/flpbalada/my-opencode-config --skill progressive-disclosure

简介

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

  • 支持基于关键词、任务场景或来源线索进行信息筛选与整理。
  • 通过 npx 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议核实权限范围、维护状态及是否涉及联网、命令执行或文件读写操作。
  • progressive-disclosure 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Progressive Disclosure - Show the Right Thing at the Right Time

Progressive Disclosure is an interaction design technique that sequences information and actions across time, showing users only what they need when they need it. It reduces cognitive load by deferring complexity until the user is ready for it.

When to Use This Skill

  • Designing onboarding for complex products
  • Simplifying feature-rich interfaces
  • Creating multi-step forms and wizards
  • Building admin panels and settings pages
  • Introducing new features to existing users
  • Reducing support requests and confusion

Core Concepts

The Hierarchy of Disclosure

Level 0: Essential (always visible)
    |
    v
Level 1: Important (one click away)
    |
    v
Level 2: Useful (accessible but hidden)
    |
    v
Level 3: Advanced (buried intentionally)

80/20 Rule Applied

80% of users need 20% of features. Show that 20% prominently, progressively reveal the rest.

+------------------------------------------+
|  Primary Actions (20%)                   |
|  [Action 1] [Action 2]                   |
+------------------------------------------+
|  v Advanced Options                      |
|    +------------------------------------+|
|    | Secondary (30%)                    ||
|    | [Option 3] [Option 4]              ||
|    +------------------------------------+|
|    |  v More Options                    ||
|    |    +------------------------------+||
|    |    | Tertiary (50%)              |||
|    |    | [Rare settings...]          |||
|    |    +------------------------------+||
|    +------------------------------------+|
+------------------------------------------+

Types of Progressive Disclosure

TypeMechanismExample
Click to revealExpand/collapse"Show more" sections
Hover to revealTooltip/popoverHelp text on hover
Scroll to revealBelow the foldLong-form content
Time-basedDelayed introductionFeature announcements
Skill-basedUnlock with usageAdvanced features
Role-basedPermission levelsAdmin controls

Analysis Framework

Step 1: Audit Current Interface

List all elements users see:

ElementUser NeedFrequencyCurrent Visibility
[Element 1][Need][Daily/Weekly/Rare][Always/Sometimes/Hidden]
[Element 2][Need][Daily/Weekly/Rare][Always/Sometimes/Hidden]

Step 2: Categorize by Priority

                    HIGH
                     |
    +----------------+----------------+
    |                |                |
    |  ESSENTIAL     |  CONTEXTUAL    |
    |  Always show   |  Show when     |
    |                |  relevant      |
FREQUENCY           |                NEED
    |                |                |
    |  ACCESSIBLE    |  HIDE          |
    |  One click     |  Deep menus    |
    |  away          |                |
    +----------------+----------------+
                     |
                    LOW

Step 3: Design Disclosure Pattern

StageWhat to ShowHow to Reveal Next
Initial view[Core elements][Trigger to Level 1]
Level 1[Secondary elements][Trigger to Level 2]
Level 2[Advanced elements][Trigger to Level 3]

Step 4: Test Understanding

  • Can users complete primary tasks without expanding?
  • Can users find advanced features when needed?
  • Is the "expand" affordance clear?

Output Template

## Progressive Disclosure Design

**Interface:** [Name] **Date:** [Date]

### Element Inventory

| Element | Priority  | Disclosure Level | Reveal Trigger |
| ------- | --------- | ---------------- | -------------- |
| [E1]    | Essential | Always visible   | -              |
| [E2]    | Important | Level 1          | [Trigger]      |
| [E3]    | Advanced  | Level 2          | [Trigger]      |

### Disclosure Hierarchy

**Level 0 (Always visible):**

- [Element list]

**Level 1 (One interaction):**

- Trigger: [How user reveals]
- Contents: [Element list]

**Level 2 (Two interactions):**

- Trigger: [How user reveals]
- Contents: [Element list]

### User Flow

1. User sees: [Initial state]
2. To access [feature], user: [Action]
3. System reveals: [New state]

### Success Metrics

| Metric               | Before  | After Target |
| -------------------- | ------- | ------------ |
| Task completion rate | [X%]    | [Y%]         |
| Time to complete     | [X sec] | [Y sec]      |
| Support tickets      | [X/mo]  | [Y/mo]       |

Real-World Examples

Example 1: Gmail Compose

Level 0: To, Subject, Body, Send Level 1: CC, BCC (click "Cc" to reveal) Level 2: Formatting toolbar (click "A" to reveal) Level 3: Confidential mode, schedule send (menu)

Most users never need CC/BCC, so it's hidden by default.

Example 2: Notion Properties

Level 0: Page title and content Level 1: Basic properties (click to expand) Level 2: Add property, configure property Level 3: Database views, relations, rollups

New users see a simple page; power users unlock complexity.

Example 3: iPhone Camera

Level 0: Shutter button, switch camera Level 1: Swipe for modes (Video, Portrait, etc.) Level 2: Tap for exposure/focus controls Level 3: Settings app for advanced options

Best Practices

Do

  • Make primary actions immediately visible
  • Use clear affordances for expanding ("Show more", arrows)
  • Remember user preferences for disclosure state
  • Provide search/filter for deeply hidden features
  • Test with both new and experienced users

Avoid

  • Hiding essential functionality
  • Requiring many clicks for common tasks
  • Inconsistent disclosure patterns across the product
  • Mystery meat navigation (unclear expand triggers)
  • Over-hiding to the point of unfindability

Disclosure Affordances

PatternWhen to Use
"Show more" linkText content, lists
Chevron/arrowExpandable sections
"..." menuActions, options
TabsParallel content categories
Hover revealTooltips, secondary actions
Modal/drawerComplex sub-flows

Integration with Other Methods

MethodCombined Use
Hick's LawReduce visible choices at each level
Cognitive LoadManage working memory limits
Halo EffectPolish the essential elements first
Jobs-to-be-DoneOrganize by user jobs

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.17%
按下载量换算156

Claude

31.4%
按下载量换算132

Cursor

19.25%
按下载量换算81

Gemini CLI

9.63%
按下载量换算40

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills