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

dont-make-me-think别让我思考

Agent Skill

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

总安装

392

周安装

16

GitHub Stars

68

下载量

127
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/luongnv89/skills --skill dont-make-me-think

简介

dont-make-me-think 基于 Steve Krug 可用性原则评估与优化用户界面。

  • 适用于网页、应用或原型,支持 URL、截图、HTML 代码等多种输入。
  • 输出简洁易读的报告,强调可扫描性与零冗余表达。
  • 重设计模式需写入文件权限,建议先确认编辑权限与备份机制。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Don't Make Me Think — Usability Review & Redesign

Evaluate and improve UIs through Steve Krug's "Don't Make Me Think" principles. The report itself must practice what Krug preaches: scannable, visual, zero fluff. A human should skim it in 30 seconds; an AI agent should be able to parse it and start fixing.

Prerequisites

  • Browser access: /browse skill available for live URL analysis
  • Input available: one of — live URL, screenshot/image, HTML/CSS code, wireframe, or verbal description
  • Code editor access (Redesign Mode only): write permission to the UI source files being modified

Input Handling

Input typeAction
Screenshot/imageAnalyze visually
Live URLUse /browse to navigate, screenshot, interact
HTML/CSS/JS codeRead code, focus on user experience
Wireframe/mockupFocus on information architecture, not polish
Verbal descriptionAsk clarifying questions first

The Ten Lenses

Evaluate through whichever lenses apply. Read references/krug-principles.md for deep detail on any principle.

#LensCore question
1Self-evidenceWould a user pause to figure out what this is or does?
2ScanningCan you grasp the page structure in 2-3 seconds?
3Visual hierarchyDoes visual weight match importance?
4Word economyDoes every word earn its place?
5NavigationDo you always know where you are and how to move?
6Trunk testDrop here cold — can you answer: what site? what page? what can I do?
7Landing clarityWithin 5 seconds, can you explain what this site does?
8AffordancesIs it instantly clear what's clickable/tappable?
9MobileTouch targets, reachability, no hidden gestures?
10GoodwillDoes the UI respect the user's time and trust?

Report Format

The review output must be concise, visual, and skimmable. Think bullet points, tables, and diagrams — not paragraphs. The report serves two audiences simultaneously: a human who wants to skim in 30 seconds, and an AI agent who needs enough context to implement fixes.

Use this exact template:

# Usability Review: [Page/Screen Name]

## Thinking Cost: [LOW | MODERATE | HIGH]

> [One sentence: what's the single biggest usability problem on this page]

## Scorecard

Rate each applicable lens 0-10. Use a mermaid chart to visualize.

xychart-beta title "Usability Scores" x-axis ["Self-evident", "Scanning", "Hierarchy", "Words", "Navigation", "Trunk test", "Landing", "Affordances", "Mobile", "Goodwill"] y-axis "Score" 0 --> 10 bar [8, 6, 5, 4, 7, 8, 9, 6, 7, 5]


| Lens | Score | Why |
|---|---|---|
| Self-evidence | 8/10 | Labels are clear, one ambiguous nav item |
| ... | ... | ... |

## Issues

Use severity icons: 🔴 Critical, 🟡 Moderate, 🟢 Minor

### 🔴 [Short issue title]
- **Problem:** [one line — what the user experiences]
- **Impact:** [one line — what happens because of this]
- **Fix:** [one line — specific, actionable, concrete]
- **Where:** [element/section/selector if applicable]

### 🟡 [Short issue title]
...

### 🟢 [Short issue title]
...

## Issue Map

Show where issues cluster on the page using a mermaid diagram.

graph TD subgraph Header/Nav I1["🔴 Duplicate 'macOS' label"] end subgraph Hero OK1["✅ Clear tagline"] end subgraph Mid-page I2["🟡 Tab selector too subtle"] I3["🟡 23 carousel images"] end subgraph Bottom I4["🔴 Disabled buttons, no explanation"] I5["🟡 No pricing shown"] end style I1 fill:#ff4444,color:#fff style I4 fill:#ff4444,color:#fff style I2 fill:#ffbb33,color:#000 style I3 fill:#ffbb33,color:#000 style I5 fill:#ffbb33,color:#000 style OK1 fill:#00C851,color:#fff


## Page Flow Analysis

When relevant, show the user's journey and where friction occurs.

graph LR A["Land on page"] --> B["Read hero ✅"] B --> C["Scroll features ✅"] C --> D["See carousel 🟡"] D --> E["Reach CTA"] E --> F["Button disabled 🔴"] F --> G["Abandon ❌"] style F fill:#ff4444,color:#fff style G fill:#ff4444,color:#fff style B fill:#00C851,color:#fff style C fill:#00C851,color:#fff


## What Works

Bullet list — protect these during redesign:
- ✅ [Good thing 1]
- ✅ [Good thing 2]

## Fix Priority

| Priority | Issue | Effort | Impact |
|---|---|---|---|
| 1 | [issue] | Low | High |
| 2 | [issue] | Medium | High |
| 3 | [issue] | Low | Medium |

Report Rules

  • No paragraphs. Use bullet points, tables, and mermaid diagrams.
  • One line per finding. Problem, impact, fix — each one line max.
  • Be specific. "Move price next to download button" not "improve transparency."
  • Include selectors/locations. An AI agent reading this should know exactly where to look.
  • Diagrams over descriptions. If you can show it in a mermaid chart or flowchart, do that instead of writing about it.
  • Severity is visual. 🔴🟡🟢 — no walls of text explaining severity levels.
  • Scores are honest. A 10/10 means flawless. Most things are 5-8. Don't grade inflate.

Redesign Mode

When the user wants fixes applied (not just reported):

  1. Produce the review first (same format above)
  2. Before any file edit: show the planned changes (file path, selector, and what will change) and wait for user confirmation. For screenshot/spec output only, no confirmation is needed.
  3. Fix critical (🔴) issues first, then moderate (🟡)
  4. Change the minimum necessary — surgical, not a rewrite
  5. Preserve brand/aesthetic — make it more intuitive, not different
  6. For each fix, show a before/after in the commit or response

If working with code, edit the files directly. If working with screenshots, provide specs an AI agent or developer can implement without guessing.

Error Handling

SituationAction
/browse fails or URL is unreachableAsk user for a screenshot or HTML export; do not proceed with assumptions
Screenshot cannot be loaded or parsedAsk user to re-share as PNG/JPEG or paste the relevant HTML
HTML/CSS code is incompleteNote missing sections in the review; evaluate only what is present
No input providedAsk for one of: URL, screenshot, code snippet, or verbal description before starting
Redesign Mode — file not writableReport the permission issue; provide specs as code comments instead

Expected Output

A completed usability review delivers a structured Usability Review markdown report containing:

  • Thinking Cost rating (LOW / MODERATE / HIGH)
  • Scorecard table with 0-10 scores per applicable lens
  • Issues list with 🔴🟡🟢 severity icons, one-line problem/impact/fix per item
  • Issue Map mermaid diagram showing where problems cluster
  • Fix Priority table ordered by effort/impact

Example summary line:

Thinking Cost: HIGH — 3 critical issues found (disabled button, missing nav labels, no landing clarity)

Edge Cases

ScenarioHandling
Input is a verbal description onlyAsk clarifying questions before evaluating; do not guess at UI elements not described
Screenshot of a native mobile app (not web)Apply mobile-specific lenses (9 — Mobile) with extra weight; note platform-specific conventions
User wants "just a quick check"Deliver a condensed review (top 3 issues only) rather than the full 10-lens report
Redesign Mode on a CSS framework (Tailwind, Bootstrap)Preserve the framework classes; only change values, not the framework itself
UI has no issuesOutput the scorecard with high scores and a "What Works" section only; do not fabricate problems

Acceptance Criteria

  • Review covers all applicable lenses from The Ten Lenses table
  • Every issue entry includes Problem, Impact, Fix, and Where fields (one line each)
  • Mermaid Issue Map diagram is included showing issue locations on the page
  • Fix Priority table is sorted by impact (highest first)
  • Redesign Mode shows a before/after for each fix applied
  • Report is skimmable in 30 seconds — no long paragraphs, tables and bullets only

Step Completion Reports

After completing each major step, output a status report in this format:

◆ [Step Name] ([step N of M] — [context])
··································································
  [Check 1]:          √ pass
  [Check 2]:          √ pass (note if relevant)
  [Check 3]:          × fail — [reason]
  [Check 4]:          √ pass
  [Criteria]:         √ N/M met
  ____________________________
  Result:             PASS | FAIL | PARTIAL

Adapt the check names to match what the step actually validates. Use for pass, × for fail, and to add brief context. The "Criteria" line summarizes how many acceptance criteria were met. The "Result" line gives the overall verdict.

Skill-specific checks per phase

Phase: Input Processing — checks: Input captured, Type identified

Phase: Usability Evaluation — checks: Lens evaluation, Issue prioritization

Phase: Report Generation — checks: Report clarity, Format compliance

Phase: Redesign (if requested) — checks: Redesign fidelity, Report clarity, Issue prioritization

Working With Live Sites

  1. Navigate to the page, take screenshots
  2. Interact with key elements (buttons, nav, forms)
  3. Check responsive behavior
  4. Produce the review based on real interaction

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.74%
按下载量换算45

Claude

29.86%
按下载量换算38

Cursor

16.76%
按下载量换算21

Gemini CLI

9.4%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills