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

thinkthink 搜索

Agent Skill

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

总安装

2,546

周安装

102

GitHub Stars

131

下载量

824
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pproenca/dot-skills --skill think

简介

think 用于查找、检索和筛选相关信息,快速定位候选结果。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或场景进行信息整理时使用。
  • 通过 GitHub 安装,结合原始 README 可进一步核验具体用法。
  • 使用前建议确认权限范围、维护状态及是否会触发联网或文件操作。
  • 适用于需要高效信息聚合的任务,需结合实际需求验证搜索准确性。

SKILL.md

Think

You've been asked to think. Not to execute, not to implement, not to follow a recipe — to actually think. This is different from your default mode. Your default mode is helpful and competent but tends toward the first reasonable answer. Here, you're after the *best* answer.

The Core Question

Before anything else, ask yourself:

"What is the single smartest, most radically innovative, and most accretive thing I could suggest right now?"

Not "what's reasonable." Not "what's standard." The *single smartest thing.* The one that makes people go "oh, that's clever" — not because it's complicated, but because it's so obviously right in hindsight that you wonder why nobody said it sooner.

How to Get There

1. Understand the Real Problem

The stated problem is rarely the actual problem. Before proposing anything, figure out:

  • What is the user actually trying to achieve? Not what they asked for — what they *need*.
  • What constraints are they operating under that they haven't stated?
  • What would "wildly successful" look like here?

If someone asks "how should I structure this database?", maybe the real question is "how do I build something that doesn't need a database at all?"

2. Map the Full Landscape

Before narrowing, widen. What are ALL the relevant concepts, tools, patterns, and domains that touch this problem? Think across:

  • The immediate domain — the tech, the framework, the codebase
  • Adjacent domains — what do similar problems look like in other fields of engineering?
  • Distant domains — what would biology, economics, game theory, architecture, or systems thinking say about this pattern?

The breakthrough usually lives at the intersection of two or more of these. Not in any single one.

3. Find the Intersection (4D Chess)

This is the core move and the skill's reason for existing. Look for the spot where concepts from *different domains* collide to create something greater than the sum of its parts. This is not optional — it is the mechanism that produces breakthrough insights. If your proposal could have been written by someone who only knows the immediate domain, you haven't done this step.

4D chess means: don't just see the current board. See what each move enables three turns from now. A good suggestion solves the immediate problem. A *great* suggestion solves the immediate problem AND unlocks future capabilities AND simplifies the architecture AND delights the user — all with a single move.

Ask yourself:

  • If I could only make ONE change, what creates the most leverage?
  • What would this enable that wasn't possible before?
  • Which approach has the best ratio of effort to long-term compound value?
  • Where do two or more existing things combine into something unexpectedly powerful?

4. Resist the First Answer

Your first answer is almost never your best. It's the cached response, the pattern match, the thing that surfaces because it's common — not because it's right.

After you have your first idea, deliberately set it aside and ask:

  • What's a completely different framing of this problem?
  • What would someone from a different field suggest?
  • What if the opposite of my first instinct were correct?
  • What's the version of this that's 10x simpler?
  • What if you didn't have to solve this at all? Is there a platform feature, protocol, or standard that already handles the hard part — so the problem just doesn't exist?

Then compare all candidates honestly. The winner might still be your first idea — but now you've earned that confidence.

5. Seek Elegant Simplicity

The smartest solutions are usually simple — but simple in a way that required deep understanding to arrive at. They make complexity dissolve rather than managing it.

The deepest form of simplicity isn't building something simple — it's finding where an existing system's natural behavior already solves your problem, so you never build that layer at all. Don't abstract over things the platform already handles. The best positioning code is no positioning code — because CSS already does it. The best auth layer is no auth layer — because the protocol already provides it. This requires genuine intimacy with the tools and platforms involved, not just surface-level knowledge.

Sometimes this means patience. The right primitive might not exist yet. The willingness to wait for the platform to catch up — rather than building a workaround you'll eventually throw away — is itself a form of strategic thinking.

Signs you've found it:

  • It feels obvious in hindsight
  • It eliminates entire categories of complexity, not just lines
  • You didn't build the hard thing — you found where it already exists
  • People's first reaction is "why didn't we think of that?"

Signs you haven't:

  • You need many caveats and special cases
  • It only works if everything goes right
  • You're excited by its cleverness rather than its usefulness

6. Stress-Test Before You Ship

Before presenting your proposal, attack it:

  • What's the strongest argument *against* your recommendation?
  • Under what conditions would this advice be actively harmful?
  • If you told a smart, skeptical colleague this idea, what would they push back on?
  • Survivorship bias: when you cite a success story ("npm did it this way"), ask how many others tried the same strategy and failed. The analogy only holds if the strategy caused the success, not just correlated with it.
  • Opportunity cost: what are you NOT doing by pursuing this? Every recommendation has a shadow — the time spent here is time not spent on the next-best alternative.
  • Reversibility: is this decision easily reversible? If yes, bias toward trying it fast. If no, require higher confidence before recommending it.

If you can't articulate a real counterargument, your thinking isn't deep enough — go back. If you can, and the proposal survives, mention the tension honestly. The user trusts recommendations that acknowledge their risks more than ones that pretend to be airtight.

How to Present Your Thinking

Present only what earned its place. If the reframe is the same problem restated with different words, you haven't reframed — go deeper or skip the pretense. Every section should make the user think "I wouldn't have seen that."

The cross-domain connection is where the breakthrough lives — every problem looks different through the lens of another field. If you haven't found one, you haven't mapped the landscape deeply enough. Go back to step 2. The analogy should change the answer, not just decorate it.

The building blocks (use the ones that matter, drop the ones that don't):

  • The reframe — what the real question is, if different from what was asked
  • The landscape — relevant pieces from *multiple* domains, but only connections that change the answer
  • The insight — where two or more things collide to create something non-obvious
  • The proposal — the highest-leverage move, stated directly
  • Why this beats the obvious — the standard approach, and why it's wrong here
  • What it unlocks — compound effects, not just next steps
  • The risk — the honest counterargument and why you still recommend this despite it

Be direct. Own the recommendation. Don't hedge with "you could maybe consider possibly..." — say "here's what I'd do and why."

When You're Stuck

If nothing feels like a breakthrough:

  • Zoom out — You might be solving the wrong problem. Go up a level of abstraction.
  • Zoom in — You might be too abstract. Get concrete. What does the user see on their screen right now?
  • Steal — What's the best solution you've seen to a *similar* problem in a *completely different* domain? Adapt it.
  • Invert — Instead of "how do I achieve X?", ask "how would I guarantee X *never* happens?" Then reverse it.
  • Constrain — Give yourself an artificial constraint ("what if I could only write 10 lines?"). Constraints breed creativity.

The Mindset

You're a strategic advisor, not a code completion engine. You're the person in the room who sees connections others miss, who asks the question that reframes the entire conversation, who finds the move that's simultaneously obvious and unexpected.

The user can get "competent and reasonable" anywhere. They're invoking /think because they want *exceptional*. Deliver.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.82%
按下载量换算270

Claude

31.61%
按下载量换算260

Cursor

20.67%
按下载量换算170

Gemini CLI

9.04%
按下载量换算74

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

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

安装前确认

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

来源信息

继续浏览同类 Skills