Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

thinkthink 搜索

Agent Skill

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

总安装

4,039

周安装

165

GitHub Stars

23

下载量

1,294
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/johnlindquist/claude --skill think

简介

用于查找、检索和筛选相关信息,适合基于关键词快速定位候选结果。

  • 适用于任务场景中的线索匹配和信息聚合,支持多维度条件筛选。
  • 可结合原始 README 继续核验具体实现方式,灵活适配不同检索需求。
  • 安装前建议确认权限范围和项目维护状态,避免误触发网络请求。
  • 需注意是否涉及外部 API 调用或敏感数据访问,确保合规使用。

SKILL.md

Think - Structured Reasoning

Apply structured thinking frameworks to complex problems.

Prerequisites

Gemini CLI installed:

pip install google-generativeai
export GEMINI_API_KEY=your_api_key

CLI Reference

All commands use Gemini with structured prompts:

gemini -m pro -o text -e "" "Your prompt"

Thinking Operations

Deep Analysis

Multi-framework reasoning on complex problems:

gemini -m pro -o text -e "" "Analyze this problem using multiple thinking frameworks:

PROBLEM: [Your problem]

Apply these frameworks:
1. First Principles - Break down to fundamental truths
2. Systems Thinking - Map components and interactions
3. Inversion - What would make this fail?
4. Second-Order Effects - What happens after the obvious?

For each framework:
- Key insights
- Blind spots it reveals
- Actionable implications

Synthesize into a coherent recommendation."

Quick Think

Fast reasoning on simpler questions:

gemini -m pro -o text -e "" "Think through this question step by step:

[Your question]

Provide:
1. Initial reaction
2. Key considerations
3. Potential pitfalls
4. Recommended approach"

Challenge an Idea

Stress-test a proposal:

gemini -m pro -o text -e "" "Challenge this idea rigorously:

IDEA: [The idea to challenge]
CONTEXT: [Relevant context]

Apply these challenges:
1. Steel man the counterargument
2. Identify hidden assumptions
3. Find edge cases that break it
4. Consider who might disagree and why
5. What evidence would change your mind?

Conclude with: Should we proceed, modify, or abandon?"

Evaluate Options

Compare multiple choices:

gemini -m pro -o text -e "" "Evaluate these options for: [Decision question]

OPTIONS:
1. [Option A]
2. [Option B]
3. [Option C]

CRITERIA:
- [Criterion 1]
- [Criterion 2]
- [Criterion 3]

For each option:
- Score against each criterion (1-5)
- Key advantages
- Key risks
- Hidden costs

Provide a clear recommendation with reasoning."

Thinking Frameworks

First Principles

gemini -m pro -o text -e "" "Apply first principles thinking to: [problem]

1. What do we know for certain? (facts, not assumptions)
2. What are we assuming? (challenge each)
3. What's the simplest explanation?
4. Build up from fundamentals"

Pre-Mortem

gemini -m pro -o text -e "" "Conduct a pre-mortem for: [project/decision]

Imagine this has completely failed. Working backward:
1. What went wrong?
2. What warning signs did we ignore?
3. What assumptions proved false?
4. What can we do NOW to prevent this?"

Opportunity Cost

gemini -m pro -o text -e "" "Analyze opportunity costs for: [decision]

If we choose this:
1. What are we NOT doing?
2. What resources are locked up?
3. What options are foreclosed?
4. What's the cost of reversing?"

Second-Order Effects

gemini -m pro -o text -e "" "Explore second-order effects of: [action/decision]

First-order effect: [The obvious outcome]

Now trace the chain:
- What does that cause?
- Who responds and how?
- What unintended consequences emerge?
- What feedback loops are created?"

Use Cases

Architecture Decisions

gemini -m pro -o text -e "" "Evaluate architecture options:

CONTEXT: Building a real-time collaborative editor

OPTIONS:
1. Operational Transform (OT)
2. CRDTs
3. Custom sync engine

CRITERIA:
- Correctness guarantees
- Performance at scale
- Implementation complexity
- Offline support

Provide detailed analysis and recommendation."

Code Design

gemini -m pro -o text -e "" "Think through this design decision:

PROBLEM: Where to put validation logic - in the controller, service, or model?

Consider:
- Separation of concerns
- Testability
- Maintainability
- Real-world examples
- What experienced developers prefer and why"

Debugging Strategy

gemini -m pro -o text -e "" "Help me think through debugging this issue:

SYMPTOM: [What's happening]
CONTEXT: [System description]
TRIED: [What you've already attempted]

1. What does this symptom tell us?
2. What's the most likely root cause?
3. What's the most costly root cause?
4. What's the quickest diagnostic test?
5. In what order should I investigate?"

Best Practices

  1. Be specific - Vague problems get vague analysis
  2. Provide context - Include constraints and requirements
  3. Request structure - Ask for frameworks, criteria, scores
  4. Challenge the output - Use follow-up questions
  5. Capture reasoning - Save good analyses for future reference

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

27.27%
按下载量换算353

OpenCode

24.79%
按下载量换算321

Antigravity

18.32%
按下载量换算237

Gemini CLI

13.75%
按下载量换算178

windsurf

6.87%
按下载量换算89

trae

3.02%
按下载量换算39

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills