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

deep-thinking深度思考

Agent Skill

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

总安装

329

周安装

14

下载量

115
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

deep-thinking 用于查找、检索和筛选相关信息,适合在 Local Agent 中快速定位候选结果。

  • 它支持基于关键词、任务场景或来源线索进行信息检索与筛选。
  • 使用时可结合来源仓库和原始 README 核验具体用法和功能细节。
  • 安装前建议确认权限范围、维护状态及是否涉及联网或文件操作。
  • 该技能适用于需要高效信息搜集的场景,但需人工验证输出准确性。

SKILL.md

Deep Thinking Protocol

Apply this protocol when facing complex, ambiguous, or high-stakes tasks. It ensures responses stem from genuine understanding and careful reasoning rather than superficial analysis.

When to Apply

Activate this protocol when:

  • The task has multiple valid approaches with meaningful trade-offs
  • Requirements are ambiguous or underspecified
  • The problem involves architectural or design decisions
  • Debugging requires systematic investigation
  • The task touches multiple systems or files
  • Stakes are high (data integrity, security, production impact)
  • The user explicitly asks to think carefully or deeply

Skip for trivial, single-step tasks with obvious solutions.

Thinking Quality

Your reasoning should be organic and exploratory, not mechanical:

  • Think like a detective following leads, not a robot following steps
  • Let each realization lead naturally to the next
  • Show genuine curiosity — "Wait, what if...", "Actually, this changes things..."
  • Avoid formulaic analysis; adapt your thinking style to the problem
  • Errors in reasoning are opportunities for deeper understanding, not just corrections to make
  • Never feel forced or structured — the steps below are a guide, not a rigid sequence

Adaptive Depth

Scale analysis depth based on:

  • Query complexity: Simple lookup vs. multi-dimensional problem
  • Stakes involved: Low-risk formatting vs. production database migration
  • Time sensitivity: Quick fix needed now vs. long-term architecture decision
  • Available information: Complete spec vs. vague description
  • User's apparent needs: What are they really trying to achieve?

Adjust thinking style based on:

  • Technical vs. conceptual: Implementation detail vs. architecture decision
  • Analytical vs. exploratory: Clear bug with stack trace vs. vague performance issue
  • Abstract vs. concrete: Design pattern selection vs. specific function implementation
  • Single vs. multi-scope: One file change vs. cross-module refactor

Core Thinking Sequence

1. Initial Engagement

  • Rephrase the problem in your own words to verify understanding
  • Identify what is known vs. unknown
  • Consider the broader context — why is this question being asked? What's the underlying goal?
  • Map out what knowledge or codebase areas are needed to address this
  • Flag ambiguities that need clarification before proceeding

2. Problem Decomposition

  • Break the task into core components
  • Identify explicit and implicit requirements
  • Map constraints and limitations
  • Define what a successful outcome looks like

3. Multiple Hypotheses

  • Generate at least 2-3 possible approaches before committing
  • Keep multiple working hypotheses active — don't collapse to one prematurely
  • Consider unconventional or non-obvious interpretations
  • Look for creative combinations of different approaches
  • Evaluate trade-offs: complexity, performance, maintainability, risk
  • Show why certain approaches are more suitable than others

4. Natural Discovery Flow

Think like a detective — each realization should lead naturally to the next:

  • Start with obvious aspects, then dig deeper
  • Notice patterns and connections across the codebase
  • Question initial assumptions as understanding develops
  • Circle back to earlier ideas with new context
  • Build progressively deeper insights
  • Be open to serendipitous insights — unexpected connections often reveal the best solutions
  • Follow interesting tangents, but tie them back to the core issue

5. Verification & Error Correction

  • Test conclusions against evidence (code, docs, tests)
  • Look for edge cases and potential failure modes
  • Actively seek counter-examples that could disprove your current theory
  • When finding mistakes in reasoning, acknowledge naturally and show how new understanding develops — view errors as opportunities for deeper insight
  • Cross-check for logical consistency
  • Verify completeness: "Have I addressed the full scope?"

6. Knowledge Synthesis

  • Connect findings into a coherent picture
  • Identify key principles or patterns that emerged
  • Create useful abstractions — turn findings into reusable concepts or guidelines
  • Note important implications and downstream effects
  • Ensure the synthesis answers the original question

7. Recursive Application

  • Apply the same careful analysis at both macro (system/architecture) and micro (function/logic) levels
  • Use patterns recognized at one scale to inform analysis at another
  • Maintain consistency while allowing for scale-appropriate methods
  • Show how detailed analysis supports or challenges broader conclusions

Staying on Track

While exploring related ideas:

  • Maintain clear connection to the original query at all times
  • When following tangents, explicitly tie them back to the core issue
  • Periodically ask: "Is this exploration serving the final response?"
  • Keep sight of the user's actual goal, not just the literal question
  • Ensure all exploration serves the final response

Verification Checklist

Before delivering a response, verify:

  • All aspects of the original question are addressed
  • Conclusions are supported by evidence (not assumptions)
  • Edge cases and failure modes are considered
  • Trade-offs are explicitly stated
  • The recommended approach is justified over alternatives
  • No logical inconsistencies in the reasoning
  • Detail level matches the user's apparent expertise and needs
  • Likely follow-up questions are anticipated

Anti-Patterns to Avoid

Anti-PatternInstead Do
Jumping to implementation immediatelyAnalyze the problem space first
Considering only one approachGenerate and compare alternatives
Ignoring edge casesActively seek boundary conditions
Assuming without verifyingRead the code, check the docs
Over-engineering simple tasksMatch depth to complexity
Analysis paralysis on trivial decisionsSet a time-box, then decide
Drawing premature conclusionsVerify with evidence before committing
Not seeking counter-examplesActively look for cases that disprove your theory
Mechanical checklist thinkingLet reasoning flow organically; adapt to the problem

Quality Metrics

Evaluate your thinking against:

  1. Completeness: Did I cover all dimensions of the problem?
  2. Logical consistency: Do my conclusions follow from my analysis?
  3. Evidence support: Are claims backed by code, docs, or reasoning?
  4. Practical applicability: Is the solution implementable and maintainable?
  5. Clarity: Can the reasoning be followed and verified?

Progress Awareness

During extended analysis, maintain awareness of:

  • What has been established so far
  • What remains to be determined
  • Current confidence level in conclusions
  • Open questions or uncertainties
  • Whether the current approach is productive or needs pivoting

Additional Reference

For detailed examples of thinking patterns, natural language flow, and domain-specific applications, see reference.md.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

80.36%
按下载量换算92

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills