kcchien

Model Thinking — AI skill for Claude Code

AI community

思維模型工具箱 — 200+ mental models across 10 domains for AI-assisted thinking.

How to install Model Thinking

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kcchien/model-thinking and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Model Thinking does

思維模型工具箱 — 200+ mental models across 10 domains for AI-assisted thinking. Agent Skill for Claude Code.

Alternatives in AI

  • Pal Configuration Docs — for model and thinking mode options 11.3k ★
  • Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★

README

![Model Thinking:三種玻璃透鏡呈現不同幾何形態,象徵從不同模型看待同一問題。](assets/cover.jpg)

Model Thinking

同一個問題,多幾種看法。

拿到新工作的 offer,要不要走?團隊遇到瓶頸,除了加人還能做什麼?Model Thinking 幫你把問題攤開,找出容易漏掉的選項,再看哪些資訊會改變決定。

你可以請它直接分析,也可以指定一個 mental model,或拿自己的情境來學。

[MIT](LICENSE) · 繁中手冊,回答跟隨你的語言

[安裝](#install) · [開始使用](#first-use) · [使用範例](#examples) · [十大領域](#domains) · [English](#english)

安裝

選一種符合你使用介面的安裝方式即可,不需要全部安裝,也不需要自己打包。

你使用的介面 安裝入口
Claude 網頁版/Desktop 下載 skill ZIPCustomize → Skills → + → Create skill → Upload a skill → 啟用。不用解壓縮;找不到選單?
Codex/ChatGPT desktop 的本機工作模式 貼上下方「Codex 桌面版」提示,直接從 GitHub 市集安裝,不必下載 ZIP
ChatGPT 網頁版(工作區管理員) Admin → Plugins → Add → Import marketplace,Source 填入 https://github.com/kcchien/model-thinking,Path 留空;完整步驟
ChatGPT 網頁版(一般個人帳號) 尚未上架公開 Plugins Directory,目前沒有本專案已驗證的直接安裝入口

Claude Code、Codex CLI、Cursor 等開發工具,以下兩種 Skills CLI 安裝方式擇一即可。

交給 AI agent 安裝

將這段完整貼給你使用的 agent:

請用 Skills CLI 從 https://github.com/kcchien/model-thinking 安裝 model-thinking,並確認安裝結果。

自行在終端機安裝

需要 [Node.js](https://nodejs.org/en/download) 與 [Git](https://git-scm.com/downloads)。在你要使用 skill 的專案目錄開啟終端機,執行:

npx skills@latest add https://github.com/kcchien/model-thinking

依提示選擇你的 agent 與安裝範圍:只用在這個專案選 **Project**;希望其他專案也能使用則選 **Global**。其他選項見 [Skills CLI 安裝說明](https://github.com/vercel-labs/skills#install-a-skill)。

Codex 桌面版:貼上這段即可開始安裝

需要已安裝 Codex CLI,並使用可存取本機檔案的 Codex/ChatGPT Work 對話。貼上:

請從 https://github.com/kcchien/model-thinking 安裝 model-thinking plugin:先執行 codex plugin marketplace add https://github.com/kcchien/model-thinking,再執行 codex plugin add model-thinking@kcchien-model-thinking,確認已安裝並啟用,保留其他項目;不要發布或分享。

完成後重新啟動桌面 app,在 Plugins Directory 選取 `kcchien-model-thinking` 並確認已啟用,再開新對話。[詳細步驟與適用條件](INSTALL.md#openai-desktop)。[OpenAI plu