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

scopescope 搜索

Agent Skill

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

总安装

238

周安装

10

GitHub Stars

35

下载量

83
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kazdenc/builder-skills --skill scope

简介

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

  • 适用于关键词搜索、任务场景匹配或来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Cut scope to ship something meaningful within constraints. Favor a complete small thing over an incomplete big thing.

Step 1: List All Requirements

Collect every feature, requirement, and "wouldn't it be nice if" into a flat list. If the user provided a PRD or feature set, extract items from it. If not, ask.

Each item should be a concrete, shippable unit — not a theme. Break down anything vague ("improve onboarding") into specific deliverables ("add welcome wizard", "send day-1 email", "add progress indicator").

Step 2: Apply the Core Job Test

For each item, ask: "If we shipped without this, would the core job still get done?"

  • Yes → Nice-to-have. Move it down.
  • No → Must-have candidate. Keep it.

Be honest. "Get done" means the user can complete the primary task, even if it's manual, ugly, or slow. A to-do app without drag-and-drop reordering still lets people track tasks. A to-do app without the ability to add tasks does not.

Step 3: Categorize into Tiers

Sort every item into one of four tiers:

TierLabelCriteriaShips in
T0Must Ship (MVP)Without this, the product doesn't work or the core job can't be completedCurrent timeline
T1Should ShipMakes the experience significantly better but isn't blocking the core jobv1.1 / next cycle
T2Could ShipGenuine value, but the product is viable and useful without itFuture
T3Won't ShipOut of scope, wrong timing, low value, or conflicts with focusNever (for now)

Present the result as a table:

| Tier | Item | Rationale |
|------|------|-----------|
| T0   | ...  | Core job requires it: [why] |
| T1   | ...  | Improves [what], but core flow works without it |
| T2   | ...  | Nice for [who], revisit after launch |
| T3   | ...  | Out of scope because [reason] |

Step 4: Validate the MVP

Check that the T0 set is coherent:

  • Does it complete one whole job? Users should be able to go from start to done, even if the path is rough. Partial flows are worse than missing features.
  • Is it scoped to one persona? Serving one user well beats serving three users poorly. If T0 tries to cover multiple personas, pick the most important one and move the rest to T1.
  • Can it ship within the timeline? If T0 alone exceeds the timeline, cut further. Ask: "Which of these must-haves is the *most* must-have?"
  • Is there a simpler version of any T0 item? "Full search with filters" might become "basic text search." "Role-based permissions" might become "admin/member only." Reduce the scope *within* must-haves, not just between them.

Scoping Principles

Follow these when making cuts:

PrincipleInstead of...Do this
Depth over breadth5 features at 60% quality2 features at 100% quality
Complete flows over partial featuresLogin + half of onboarding + half of dashboardLogin + complete onboarding
One persona done wellBasic support for 3 user typesFull support for 1 user type
Manual before automatedBuild the automationDo it manually, learn, then automate
Ugly but functionalPolished UI for an unproven flowWorking flow with minimal styling
Read before writeFull CRUD from day oneDisplay data first, add editing later

Anti-Patterns: Scope Creep Signals

Watch for these and call them out:

  • "Just one more thing" — Every addition resets the timeline. Ask: "What are we cutting to make room for this?"
  • "It's only a small change" — Small changes have invisible costs: edge cases, testing, documentation, future maintenance.
  • "Users will expect it" — Maybe. But will they refuse to use the product without it? If not, it's T1.
  • "While we're at it" — Adjacent work feels efficient but fragments focus. Ship the current scope first.
  • "We need parity with [competitor]" — You don't. You need to do one job better than they do, not every job equally.
  • "It won't take long" — It will. Multiply the estimate by 2 and ask if it's still worth it.

Output Format

Deliver:

  1. The tiered table with every item categorized and justified
  2. A clear MVP statement: "The MVP lets [persona] do [core job] by shipping [T0 items]"
  3. Timeline fit: Does T0 fit the constraint? If not, what further cuts are needed?
  4. Scope creep flags: Any items that tried to sneak into T0 but belong in T1+

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.02%
按下载量换算32

Claude

28.7%
按下载量换算24

Cursor

17.97%
按下载量换算15

Gemini CLI

9.54%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills