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

thought-patterns思维模式

Agent Skill

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

总安装

1,112

周安装

45

GitHub Stars

15

下载量

349
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/markpitt/claude-skills --skill thought-patterns

简介

用于查找、检索和筛选思维模式相关研究或案例。

  • 适合探索认知方法、决策模型或行为规律类资料。
  • 支持按领域(如心理学、AI)分类检索,辅助理论构建。
  • 安装命令:npx skills add https://github.com/markpitt/claude-skills --skill thought-patterns。
  • 原始 README 内容缺失,建议查阅源码了解具体实现逻辑。

SKILL.md

Thought Patterns Orchestration Skill

This skill provides access to a comprehensive library of human cognitive thinking patterns. It includes an intelligent orchestration system that selects and chains appropriate patterns based on task requirements.

Quick Reference: When to Load Which Resource

Task TypeLoad Resource
Debugging, troubleshooting, system analysisresources/foundational-patterns.md
Logic problems, hypothesis generation, learning new conceptsresources/reasoning-patterns.md
Brainstorming, innovation, creative ideationresources/creative-patterns.md
Learning from experience, improving processes, self-regulationresources/metacognitive-patterns.md
User-centered design, constrained optimization, iterationresources/specialized-patterns.md
Leveraging ADHD/autism/dyslexia cognitive strengthsresources/neurodivergent-strengths.md
Complex multi-pattern examples, pattern chainingresources/pattern-combinations.md

Orchestration Protocol

Phase 1: Task Analysis

Before selecting a pattern, analyze the task:

Task Type Classification:

  • Analytical: Breaking down complex information, logical reasoning → Load foundational
  • Creative: Novel ideas, innovative solutions → Load creative
  • Exploratory: Investigating possibilities, understanding relationships → Load reasoning
  • Strategic: Planning, decision-making, optimization → Load foundational + metacognitive
  • Reflective: Learning from experience, examining assumptions → Load metacognitive
  • Explanatory: Root causes, generating hypotheses → Load reasoning
  • Integrative: Combining perspectives, synthesis → Load multiple resources

Complexity Indicators:

  • Single vs. multiple objectives
  • Well-defined vs. ambiguous constraints
  • Known vs. unknown solution space
  • Independent vs. interdependent components

Phase 2: Pattern Selection

Based on task analysis, load the appropriate resource file(s) and select patterns:

  • Single Pattern: When task clearly maps to one approach
  • Sequential Chain: When one pattern feeds into another (e.g., divergent → convergent)
  • Parallel Patterns: When multiple simultaneous perspectives add value
  • Iterative Loop: When refinement through repeated application is needed

Phase 3: Execution & Validation

During Execution:

  • Explicitly apply the selected pattern(s)
  • Show your work when beneficial to user understanding
  • Monitor whether the pattern is yielding progress
  • Switch patterns if current approach is ineffective

Before Responding:

  • Validate completeness: Did you address all aspects of the task?
  • Check coherence: Does the output logically follow from the thinking process?
  • Assess quality: Does this meet the standard the user expects?

Pattern Selection Heuristics

By Problem Type

Well-Defined Problems → Load foundational-patterns.md

  • Sequential, Analytical, Deductive, Convergent patterns

Ill-Defined Problems → Load creative-patterns.md + reasoning-patterns.md

  • Divergent, Lateral, Abductive, Design Thinking patterns

Complex Systems → Load foundational-patterns.md

  • Systems Thinking, Holistic/Gestalt, Parallel Processing patterns

Creative Tasks → Load creative-patterns.md

  • Divergent, Lateral, Associative, Analogical patterns

Learning/Improvement → Load metacognitive-patterns.md

  • Reflective, Metacognitive, Double-Loop Learning patterns

Strategic Decisions → Load foundational-patterns.md + reasoning-patterns.md

  • Big-Picture, Systems, Counterfactual, First Principles patterns

Detailed Analysis → Load foundational-patterns.md + neurodivergent-strengths.md

  • Analytical, Detail-Oriented Pattern Recognition, Critical Thinking

Quick Responses → No resource load needed

  • System 1, Pattern Recognition, Associative

Important/Novel Decisions → Load metacognitive-patterns.md + reasoning-patterns.md

  • System 2, Critical, Analytical, First Principles patterns

Neurodivergent Pattern Integration

Always consider whether neurodivergent patterns might enhance the solution:

  • ADHD patterns (Hyperfocus, Big-Picture): For engaging problems requiring sustained effort or strategic overview
  • Autism patterns (Detail-Oriented): For precision, consistency, pattern finding
  • Dyslexia patterns (Spatial/Visual): For spatial problems, visual creativity, 3D reasoning
  • Non-Linear Associative: For creative breakthroughs, cross-domain insights

→ Load resources/neurodivergent-strengths.md when these would add value

Common Pattern Chains

For complex tasks requiring multiple patterns, see resources/pattern-combinations.md for detailed examples:

  1. Creative Problem-Solving: Divergent → Convergent
  2. Root Cause Analysis: Analytical → Abductive → Systems
  3. Innovation: First Principles → Lateral → Design Thinking
  4. Learning: Reflective → Double-Loop → Metacognitive
  5. Comprehensive Understanding: Analytical → Gestalt → Systems
  6. Strategic Decision: Big-Picture → Analytical → Counterfactual

Resource Files Summary

resources/foundational-patterns.md

  • Sequential/Linear Thinking
  • Analytical Thinking
  • Critical Thinking
  • Systems Thinking
  • Gestalt/Holistic Perception

resources/reasoning-patterns.md

  • Deductive Reasoning
  • Inductive Reasoning
  • Abductive Reasoning
  • Analogical Reasoning
  • Counterfactual Reasoning
  • First Principles Thinking

resources/creative-patterns.md

  • Divergent Thinking
  • Convergent Thinking
  • Lateral Thinking
  • Associative Thinking

resources/metacognitive-patterns.md

  • Metacognitive Thinking
  • Reflective Thinking
  • Double-Loop Learning
  • Triple-Loop Learning
  • System 1 Thinking (Fast, Intuitive)
  • System 2 Thinking (Slow, Analytical)

resources/specialized-patterns.md

  • Design Thinking
  • Constraint-Based Thinking
  • Parallel Processing
  • Iterative Refinement

resources/neurodivergent-strengths.md

  • ADHD-Associated Patterns (Hyperfocus, Big-Picture)
  • Autism-Associated Patterns (Detail-Oriented Pattern Recognition)
  • Dyslexia-Associated Patterns (Spatial/Visual Thinking)
  • Non-Linear Associative Thinking

resources/pattern-combinations.md

  • Detailed examples of pattern chaining
  • Multi-pattern execution walkthroughs
  • Pattern selection decision tree

Remember: This is a tool for enhancing thinking, not a rigid prescription. Stay flexible, monitor effectiveness, and adapt as needed. Load only the resources you need for the current task.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

26.05%
按下载量换算91

OpenCode

25.83%
按下载量换算90

Antigravity

16.61%
按下载量换算58

Gemini CLI

13.9%
按下载量换算49

Codex

8.41%
按下载量换算29

github-copilot

3.52%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills