Auto-discovered marketplace from isspicycode/cot-skill-claude-code
npx claudepluginhub isspicycode/cot-skill-claude-codeStructured technical reasoning powered by Chain-of-Thought prompting. 3 modes: Flash, Normal, Deep.
╔═══════════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ ██████╗ ████████╗ ║
║ ██╔════╝██╔═══██╗╚══██╔══╝ ║
║ ██║ ██║ ██║ ██║ ║
║ ██║ ██║ ██║ ██║ ║
║ ╚██████╗╚██████╔╝ ██║ ║
║ ╚═════╝ ╚═════╝ ╚═╝ Chain-of-Thought for Claude Code ║
║ ║
╚═══════════════════════════════════════════════════════════════╝
Structured technical reasoning for any language, framework, or paradigm. Forces Claude to decompose, resolve, and be honest about what it does not know.
Most AI responses to technical questions are fast but shallow. They give you an answer. They rarely show you the reasoning behind it. And they almost never tell you when they are uncertain.
This skill changes that.
It forces Claude to decompose the question, resolve each sub-problem in order, and be explicit about what it does not know. The result is a response you can verify, audit, and hand to a colleague without context.
/plugin marketplace add isSpicyCode/cot-skill-claude-code
/plugin install cot@cot
┌─ Terminal ──────────────────────────────────────────────────────┐
│ │
│ $ /cot:mode Why is my React app re-rendering on every tick? │
│ │
│ ┌─ How much detail do you need? ──────────────────────────┐ │
│ │ │ │
│ │ 1. Flash · Direct answer. Fast and short. │ │
│ │ 2. Normal · Full structured reasoning. │ │
│ │ 3. Deep · Normal + alternatives + tests + future. │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────┐
│ FLASH │
│ ───── │
│ No decomposition. No phases. Direct answer. │
│ Token cost: ▓░░░░ │
│ Best for: syntax lookups · quick concepts · single-step │
└────────────────────────────────────────────────────────────────┘
For syntax lookups, quick concepts, and single-step questions. If the question requires more than three steps to answer correctly, Flash will complete its response and suggest running Normal or Deep.
┌────────────────────────────────────────────────────────────────┐
│ NORMAL │
│ ────── │
│ Phase 1 · Question type identification │
│ Phase 2 · Decomposition (prerequisite → core) │
│ Phase 3 · Sequential resolution │
│ Phase 4 · Summary, known limits, one principle to retain │
│ Token cost: ▓▓▓░░ │
│ Best for: implementation · debugging · review · architecture │
└────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────┐
│ DEEP │
│ ──── │
│ Everything in Normal, plus: │
│ Layer 5 · Trade-off table (all viable alternatives) │
│ Layer 6 · Full test coverage per sub-problem │
│ Layer 7 · Six-month consequence analysis │
│ Token cost: ▓▓▓▓▓ │
│ Best for: decisions that are hard or costly to reverse │
└────────────────────────────────────────────────────────────────┘