{"id":21304014,"url":"https://github.com/richards199999/Thinking-Claude","last_synced_at":"2025-07-11T20:32:00.713Z","repository":{"id":262613418,"uuid":"887808295","full_name":"richards199999/Thinking-Claude","owner":"richards199999","description":"Let your Claude able to think","archived":false,"fork":false,"pushed_at":"2025-03-10T04:02:46.000Z","size":370,"stargazers_count":14654,"open_issues_count":0,"forks_count":1703,"subscribers_count":107,"default_branch":"main","last_synced_at":"2025-03-10T04:32:43.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richards199999.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-13T10:19:21.000Z","updated_at":"2025-03-10T04:31:41.000Z","dependencies_parsed_at":"2024-11-13T11:32:11.604Z","dependency_job_id":"da772576-f41e-4285-8b47-13bd9e43a1de","html_url":"https://github.com/richards199999/Thinking-Claude","commit_stats":null,"previous_names":["richards199999/thinking-claude"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/richards199999/Thinking-Claude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richards199999%2FThinking-Claude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richards199999%2FThinking-Claude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richards199999%2FThinking-Claude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richards199999%2FThinking-Claude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richards199999","download_url":"https://codeload.github.com/richards199999/Thinking-Claude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richards199999%2FThinking-Claude/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892380,"owners_count":23679282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T16:01:08.799Z","updated_at":"2025-07-11T20:32:00.694Z","avatar_url":"https://github.com/richards199999.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","A01_文本生成_文本对话"],"sub_categories":["大语言对话模型及数据"],"readme":"# Thinking Claude\n\nLet Claude think comprehensively before responding!\n\n\u003e **A super quick reminder:**\n\u003e 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).\n\u003e 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.\n\n## Demo\n\n\u003e It is supposed to work on both `Free` and `Pro` versions of [Claude Web App](https://claude.ai/) with `Claude 3.5 Sonnet` model.\n\nHere is a demo of using the latest [Thinking Cluade Chrome extension](https://github.com/richards199999/Thinking-Claude/releases/download/chrome-extension-v3.2.3/thinking-claude-chrome-extension-v3.2.3.zip) (click to download v3.2.3 ) installed in Chrome with the chat of Claude (check [Browser Extension](https://github.com/richards199999/Thinking-Claude?tab=readme-ov-file#browser-extension) for more) featured with an instruction selector:\n\nhttps://github.com/user-attachments/assets/afa0f64f-53e5-45bc-9ad8-0641b29d2b77\n\nuse in project with legacy extension:\n\nhttps://github.com/user-attachments/assets/88ff0c75-c51b-42b9-a042-00d47053795a\n\n## Overview\n\nThis project consists of two main components:\n\n1. **Thinking Protocol**: A comprehensive set of instructions that guides Claude to think deeply and systematically before responding\n2. **Browser Extension**: A tool that makes Claude's thinking process more readable and manageable in the browser interface\n\n## Project Structure\n\n```bash\nthinking-claude/\n├── extensions/\n│   ├── chrome/          # Current version of Chrome extension\n│   ├── chrome_v0/       # Legacy Chrome extension (deprecated)\n│   ├── firefox/         # Firefox extension (in development)\n│   └── changelog.md\n├── model_instructions/\n│   ├── changelog.md\n│   ├── v5.1-extensive-20241201.md\n│   ├── v5.1-20241125.md\n│   ├── v5-lite-20241124.md\n│   ├── v4-20241118.md\n│   ├── v4-lite-20241118.md\n│   └── v3.5-20241113.md\n├── .github/             # GitHub configurations and workflows\n├── .husky/             # Git hooks for development\n├── LICENSE\n└── README.md\n```\n\nThe project is organized into two main components:\n\n- `extensions/`: Browser extension implementations\n\n  - `chrome/`: Current version with modern architecture and features\n  - `chrome_v0/`: Legacy version (deprecated)\n  - `firefox/`: Firefox version (in development)\n\n- `model_instructions/`: Thinking protocols for different versions\n  - Contains versioned instruction sets\n  - Each version brings improvements to Claude's thinking process\n\n## Thinking Protocol\n\nThe thinking protocol instructs Claude to follow a natural, thorough thought process before providing responses.\n\n## Browser Extension\n\nThe browser extension makes Claude's thinking process easier to read and use! It automatically organizes Claude's thoughts into neat, collapsible sections.\n\n### Features\n\n- 🎯 Makes Claude's thinking process easy to read\n- 🔄 Fold and unfold different parts of Claude's thoughts\n- 📋 Copy any part with just one click\n- ⚡ Works automatically with new messages\n- 🎨 Clean, modern design that's easy on the eyes\n\n### 🚀 Quick Install Guide\n\n1. **Chrome Users (May be Outdated)**\n\n   - Install directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/thinking-claude/ncjafpbbndpggfhfgjngkcimeaciahpo)\n\n2. **Manual Installation（Recommended - latest v3.2.3）**\n   - Download the latest version from our [Releases Page](https://github.com/richards199999/Thinking-Claude/releases)\n   - Unzip the file\n   - Open Chrome and go to `chrome://extensions/`\n   - Turn on \"Developer mode\" (top right corner)\n   - Click \"Load unpacked\" and select the unzipped folder `dist`\n\n👉 Want more details? Check out our [Extension Guide](extensions/chrome/README.md) for:\n\n- Step-by-step installation instructions\n- Development setup\n- Advanced features and usage\n- Troubleshooting tips\n\n### 🎉 Getting Started\n\nOnce installed, just:\n\n1. Visit [Claude.ai](https://claude.ai)\n2. Click on the `Choose style` selector in the bottom of input box -\u003e click on `Create \u0026 Edit Styles` -\u003e click on `Create Custom Style` -\u003e click on `Describe style manually` -\u003e click on `Start from scratch` -\u003e click on `Use custom instructions (advanced)` -\u003e paste the content of the desired instruction set from `model_instructions/` folder\n3. Start chatting with Claude\n4. That's it! The extension will automatically make Claude's thinking process more readable\n\n## Why Use Thinking Claude?\n\n- **Better Reasoning**: Get more thorough and well-thought-out responses\n- **Transparency**: See how Claude arrives at its conclusions\n- **Improved Organization**: Manage long conversations more effectively\n- **Quality Control**: Benefit from built-in verification steps\n\n## Contributing\n\nContributions are welcome! Feel free to:\n\n- Submit bug reports\n- Propose new features\n- Create pull requests\n\n## License\n\nMIT License - feel free to use and modify as needed.\n\n## Acknowledgments\n\nSpecial thanks to [@lumpinif](https://github.com/lumpinif) and Claude for the extension!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichards199999%2FThinking-Claude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichards199999%2FThinking-Claude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichards199999%2FThinking-Claude/lists"}