Let Claude think comprehensively before responding!
A super quick reminder: Thinking claude is not aimed for benchmarks or huge leaps in math or something, since those are pre-determined by the base model (new Claude-3.5 Sonnet). I only want to explore how further we could reach with Claude's "deep mindset". That said, when using it in your daily tasks, you will find Claude's inner monolog (thinking process) very very fun and interesting.
use in the normal chat with instructions selector in latest chrome extension v3.2.2:
https://github.com/user-attachments/assets/420d124e-52fd-4755-a5c5-9f579beedf5c
use in project with legacy extension:
https://github.com/user-attachments/assets/88ff0c75-c51b-42b9-a042-00d47053795a
This project consists of two main components:
thinking-claude/
├── extensions/
│ ├── chrome/ # Current version of Chrome extension
│ ├── chrome_v0/ # Legacy Chrome extension (deprecated)
│ ├── firefox/ # Firefox extension (in development)
│ └── changelog.md
├── model_instructions/
│ ├── changelog.md
│ ├── v5.1-extensive-20241201.md
│ ├── v5.1-20241125.md
│ ├── v5-lite-20241124.md
│ ├── v4-20241118.md
│ ├── v4-lite-20241118.md
│ └── v3.5-20241113.md
├── .github/ # GitHub configurations and workflows
├── .husky/ # Git hooks for development
├── LICENSE
└── README.md
The project is organized into two main components:
extensions/: Browser extension implementations
chrome/: Current version with modern architecture and features
chrome_v0/: Legacy version (deprecated)firefox/: Firefox version (in development)
model_instructions/: Thinking protocols for different versions
The thinking protocol instructs Claude to follow a natural, thorough thought process before providing responses.
The browser extension makes Claude's thinking process easier to read and use! It automatically organizes Claude's thoughts into neat, collapsible sections.
Chrome Users (Recommended)
Install directly from the Chrome Web Store
Manual Installation
chrome://extensions/dist👉 Want more details? Check out our Extension Guide for:
Once installed, just:
Choose style selector in the bottom of input box -> click on Create & Edit Styles -> click on Create Custom Style -> click on Describe style manually -> click on Start from scratch -> click on Use custom instructions (advanced) -> paste the content of the desired instruction set from model_instructions/ folderContributions are welcome! Feel free to:
MIT License - feel free to use and modify as needed.
Special thanks to @lumpinif and Claude for the extension!
$ claude mcp add Thinking-Claude \
-- python -m otcore.mcp_server <graph>