Agent skill

chain-of-thought

複雑な問題を分解し、推論の流れを整理して短い根拠サマリーを作成するスキル。 前提整理、論点分解、選択肢比較、判断理由の要約を通じて、説明責任のあるアウトプットを作る。 Anchors: • The Pragmatic Programmer / 適用: 問題分解 / 目的: 実践的な整理 • Thinking, Fast and Slow / 適用: 判断バイアス確認 / 目的: 判断根拠の明確化 • Critical Thinking / 適用: 論点整理 / 目的: 根拠の一貫性 Trigger: Use when structuring reasoning, summarizing decision rationale, clarifying assumptions, or documenting a step-by-step analysis.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill chain-of-thought-daishiman-aiworkfloworchestrat --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -bash-node
Path: skills/analysis/chain-of-thought-daishiman-aiworkfloworchestrat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Chain Of Thought ## 概要 推論の分解と整理を行い、根拠を簡潔に説明できるサマリーを作成する。 詳細は `references/` に外部化し、必要時に参照する。 - サマリーテンプレ: `assets/reasoning-summary-template.md` ## ワークフロー ### Phase 1: 問題のフレーミング **目的**: 目的/制約/前提を明確にする **アクション**: 1. `references/Level1_basics.md` で基礎概念を確認 2. ゴールと制約を整理 3. 前提と未確定事項を整理 **Task**: `agents/analyze-problem-framing.md` ### Phase 2: 論点分解 **目的**: 論点と検討順序を整理する **アクション**: 1. `references/Level2_intermediate.md` を参照 2. 主要論点を分割し、検討順序を決定 3. 重要な判断分岐をメモ **Task**: `agents/structure-reasoning-outline.md` ### Phase 3: 判断根拠の整理 **目的**: 選択肢と根拠を簡潔に整理する **アクション**: 1. `references/Level3_advanced.md` を参照 2. 選択肢の比較とトレードオフを整理 3. `assets/reasoning-summary-template.md` で要約 **Task**: `agents/summarize-decision-rationale.md` ### Phase 4: 検証と記録 **目的**: 一貫性を検証し記録する **アクション**: 1. `references/Level4_expert.md` で検証観点を確認 2. 根拠の矛盾/抜け漏れを確認 3. `scripts/validate-skill.mjs` で構造検証 4. `scripts/log_usage.mjs` で記録 **Task**: `agents/validate-reasoning-quality.md` ## Task仕様ナビ | Task | 役割 | 入力 | 出力 | 参照先 | 実行タイミング | | -------- | -------------- | ---------------- | ---------------- | -------------------------------------- | -------------- | | 問題整理 | 目的/制約整理 | 課題情報 | 前提メモ | `references/Level1_basics.md` | Phase 1 | | 論点分

What's inside
Steps it walks through
  1. 概要
  2. ワークフロー
  3. Phase 1: 問題のフレーミング
  4. Phase 2: 論点分解
  5. Phase 3: 判断根拠の整理
  6. Phase 4: 検証と記録
  7. Task仕様ナビ
  8. ベストプラクティス
  9. すべきこと
  10. 避けるべきこと
  11. リソース参照
  12. 参照資料
  13. スクリプト
  14. テンプレート
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the chain-of-thought skill do?

複雑な問題を分解し、推論の流れを整理して短い根拠サマリーを作成するスキル。 前提整理、論点分解、選択肢比較、判断理由の要約を通じて、説明責任のあるアウトプットを作る。 Anchors: • The Pragmatic Programmer / 適用: 問題分解 / 目的: 実践的な整理 • Thinking, Fast and Slow / 適用: 判断バイアス確認 / 目的: 判断根拠の明確化 • Critical Thinking / 適用: 論点整理 / 目的: 根拠の一貫性 Trigger: Use when structuring reasoning, summarizing decision rationale, clarifying assumptions, or documenting a step-by-step analysis.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill chain-of-thought-daishiman-aiworkfloworchestrat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going