<div align="center">
# ๐ SuperClaude Framework
### **Transform Claude Code into a Structured Development Platform**
<p align="center">
<img src="https://img.shields.io/badge/version-4.0.8-blue?style=for-the-badge" alt="Version">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge" alt="License">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge" alt="PRs Welcome">
</p>
<p align="center">
<a href="https://superclaude-org.github.io/SuperClaude_Website/">
<img src="https://img.shields.io/badge/๐_Visit_Website-blue?style=for-the-badge" alt="Website">
</a>
<a href="https://pypi.org/project/SuperClaude/">
<img src="https://img.shields.io/pypi/v/SuperClaude.svg?style=for-the-badge&label=PyPI" alt="PyPI">
</a>
<a href="https://www.npmjs.com/package/@bifrost_inc/superclaude">
<img src="https://img.shields.io/npm/v/@bifrost_inc/superclaude.svg?style=for-the-badge&label=npm" alt="npm">
</a>
</p>
<p align="center">
<a href="#-quick-installation">Quick Start</a> โข
<a href="#-support-the-project">Support</a> โข
<a href="#-whats-new-in-v4">Features</a> โข
<a href="#-documentation">Docs</a> โข
<a href="#-contributing">Contributing</a>
</p>
</div>
---
<div align="center">
## ๐ **Framework Statistics**
| **Commands** | **Agents** | **Modes** | **MCP Servers** |
|:------------:|:----------:|:---------:|:---------------:|
| **21** | **14** | **6** | **6** |
| Slash Commands | Specialized AI | Behavioral | Integrations |
</div>
---
<div align="center">
## ๐ฏ **Overview**
SuperClaude is a **meta-programming configuration framework** that transforms Claude Code into a structured development platform through behavioral instruction injection and component orchestration. It provides systematic workflow automation with powerful tools and intelligent agents.
## โก **Quick Installation**
### **Choose Your Installation Method**
| Method | Command | Best For |
|:------:|---------|----------|
| **๐ pipx** | `pipx install SuperClaude && pipx upgrade SuperClaude && SuperClaude install` | **โ
Recommended** - Linux/macOS |
| **๐ฆ pip** | `pip install SuperClaude && pip upgrade SuperClaude && SuperClaude install` | Traditional Python environments |
| **๐ npm** | `npm install -g @bifrost_inc/superclaude && superclaude install` | Cross-platform, Node.js users |
</div>
<details>
<summary><b>โ ๏ธ IMPORTANT: Upgrading from SuperClaude V3</b></summary>
**If you have SuperClaude V3 installed, you SHOULD uninstall it before installing V4:**
```bash
# Uninstall V3 first
Remove all related files and directories :
*.md *.json and commands/
# Then install V4
pipx install SuperClaude && pipx upgrade SuperClaude && SuperClaude install
```
**โ
What gets preserved during upgrade:**
- โ Your custom slash commands (outside `commands/sc/`)
- โ Your custom content in `CLAUDE.md`
- โ Claude Code's `.claude.json`, `.credentials.json`, `settings.json` and `settings.local.json`
- โ Any custom agents and files you've added
**โ ๏ธ Note:** Other SuperClaude-related `.json` files from V3 may cause conflicts and should be removed.
</details>
<details>
<summary><b>๐ก Troubleshooting PEP 668 Errors</b></summary>
```bash
# Option 1: Use pipx (Recommended)
pipx install SuperClaude
# Option 2: User installation
pip install --user SuperClaude
# Option 3: Force installation (use with caution)
pip install --break-system-packages SuperClaude
```
</details>
---
<div align="center">
## ๐ **Support the Project**
> Hey, let's be real - maintaining SuperClaude takes time and resources.
>
> *The Claude Max subscription alone runs $100/month for testing, and that's before counting the hours spent on documentation, bug fixes, and feature development.*
> *If you're finding value in SuperClaude for your daily work, consider supporting the project.*
> *Even a few dollars helps cover the basics and keeps development active.*
>
> Every contributor matters, whether through code, feedback, or support. Thanks for being part of this community! ๐
<table>
<tr>
<td align="center" width="33%">
### โ **Ko-fi**
[](https://ko-fi.com/superclaude)
*One-time contributions*
</td>
<td align="center" width="33%">
### ๐ฏ **Patreon**
[](https://patreon.com/superclaude)
*Monthly support*
</td>
<td align="center" width="33%">
### ๐ **GitHub**
[](https://github.com/sponsors/SuperClaude-Org)
*Flexible tiers*
</td>
</tr>
</table>
### **Your Support Enables:**
| Item | Cost/Impact |
|------|-------------|
| ๐ฌ **Claude Max Testing** | $100/month for validation & testing |
| โก **Feature Development** | New capabilities & improvements |
| ๐ **Documentation** | Comprehensive guides & examples |
| ๐ค **Community Support** | Quick issue responses & help |
| ๐ง **MCP Integration** | Testing new server connections |
| ๐ **Infrastructure** | Hosting & deployment costs |
> **Note:** No pressure though - the framework stays open source regardless. Just knowing people use and appreciate it is motivating. Contributing code, documentation, or spreading the word helps too! ๐
</div>
---
<div align="center">
## ๐ **What's New in V4**
> *Version 4 brings significant improvements based on community feedback and real-world usage patterns.*
<table>
<tr>
<td width="50%">
### ๐ค **Smarter Agent System**
**14 specialized agents** with domain expertise:
- Security engineer catches real vulnerabilities
- Frontend architect understands UI patterns
- Automatic coordination based on context
- Domain-specific expertise on demand
</td>
<td width="50%">
### ๐ **Improved Namespace**
**`/sc:` prefix** for all commands:
- No conflicts with custom commands
- 21 commands covering full lifecycle
- From brainstorming to deployment
- Clean, organized command structure
</td>
</tr>
<tr>
<td width="50%">
### ๐ง **MCP Server Integration**
**6 powerful servers** working together:
- **Context7** โ Up-to-date documentation
- **Sequential** โ Complex analysis
- **Magic** โ UI component generation
- **Playwright** โ Browser testing
- **Morphllm** โ Bulk transformations
- **Serena** โ Session persistence
</td>
<td width="50%">
### ๐ฏ **Behavioral Modes**
**5 adaptive modes** for different contexts:
- **Brainstorming** โ Asks right questions
- **Orchestration** โ Efficient tool coordination
- **Token-Efficiency** โ 30-50% context savings
- **Task Management** โ Systematic organization
- **Introspection** โ Meta-cognitive analysis
</td>
</tr>
<tr>
<td width="50%">
### โก **Optimized Performance**
**Smaller framework, bigger projects:**
- Reduced framework footprint
- More context for your code
- Longer conversations possible
- Complex operations enabled
</td>
<td width="50%">
### ๐ **Documentation Overhaul**
**Complete rewrite** for developers:
- Real examples & use cases
- Common pitfalls documented
- Practical workflows included
- Better navigation structure
</td>
</tr>
</table>
</div>
---
<div align="center">
## ๐ **Documentation**
### **Complete Guide to SuperClaude**
<table>
<tr>
<th align="center">๐ Getting Started</th>
<th align="center">๐ User Guides</th>
<th align="center">๐ ๏ธ Developer Resources</th>
<th align="center">๐ Reference</th>
</tr>
<tr>
<td valign="top">
- ๐ [**Quick Start Guide**](Docs/Getting-Started/quick-start.md)
*Get up and running fast*
- ๐พ [**Installation Guide**](Docs/Getting-Started/installation.md)
*Detailed setup instructions*
</td>
<td valign="top">
- ๐ฏ [**Commands Reference**](Docs/User-Guide/commands.md)
*All 21 slash commands*
- ๐ค [**Agents Guide**](Docs/User-Guide/agents.md)
*14 specialized agents*
- ๐จ [**Behavioral Modes**](Docs/User-Guide/modes.md)
*6 adaptive modes*
- ๐ฉ [**Flags Guide**](Docs/User-Guide/flags.md)
*Control behaviors*
- ๐ง [**MCP Servers**](Docs/User-Guide/mcp-servers.md)
*6 server integrations*
- ๐ผ [**Session Management**](Docs/User-Guide/session-management.md)
*Save & restore state*
</td>
<td valign="top">
- ๐๏ธ [**Technical Architecture**](Docs/Developer-Guide/technical-architecture.md)
*System design details*
- ๐ป [**Contributing Code**](Docs/Developer-Guide/contributing-code.md)
*Development workflow*
- ๐งช [**Testing & Debugging**](Docs/Developer-Guide/testing-debugging.md)
*Quality assurance*
</td>
<td valign="top">
- โจ [**Best Practices**](Docs/Reference/quick-start-practices.md)
*Pro tips & patterns*
- ๐ [**Examples Cookbook**](Docs/Reference/examples-cookbook.md)
*Real-world recipes*
- ๐ [**Troubleshooting**](Docs/Reference/troubleshooting.md)
*Common issues & fixes*
</td>
</tr>
</table>
</div>
---
<div align="center">
## ๐ค **Contributing**
### **Join the SuperClaude Community**
We welcome contributions of all kinds! Here's how you can help:
| Priority | Area | Description |
|:--------:|------|-------------|
| ๐ **High** | Documentation | Improve guides, add examples, fix typos |
| ๐ง **High** | MCP Integration | Add server configs, test integrations |
| ๐ฏ **Medium** | Workflows | Create command patterns & recipes |
| ๐งช **Medium** | Testing | Add tests, validate features |
| ๐ **Low** | i18n | Translate docs to other languages |
<p align="center">
<a href="CONTRIBUTING.md">
<img src="https://img.shields.io/badge/๐_Read-Contributing_Guide-blue?style=for-the-badge" alt="Contributing Guide">
</a>
<a href="https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors">
<img src="https://img.shields.io/badge/๐ฅ_View-All_Contributors-green?style=for-the-badge" alt="Contributors">
</a>
</p>
</div>
---
<div align="center">
## โ๏ธ **License**
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
<p align="center">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge" alt="MIT License">
</p>
</div>
---
<div align="center">
## โญ **Star History**
<a href="https://www.star-history.com/#SuperClaude-Org/SuperClaude_Framework&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date" />
</picture>
</a>
</div>
---
<div align="center">
### **๐ Built with passion by the SuperClaude community**
<p align="center">
<sub>Made with โค๏ธ for developers who push boundaries</sub>
</p>
<p align="center">
<a href="#-superclaude-framework">Back to Top โ</a>
</p>
</div>
Raw data
{
"_id": null,
"home_page": null,
"name": "SuperClaude",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "claude, ai, automation, framework, mcp, agents, development, code-generation, assistant",
"author": null,
"author_email": "NomenAK <anton.knoery@gmail.com>, Mithun Gowda B <mithungowda.b7411@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/96/9d/2969b0d15bd04beaaa388e4b06b23e9a078133c7bbdd2ff3686e8d383882/superclaude-4.0.8.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n# \ud83d\ude80 SuperClaude Framework\n\n### **Transform Claude Code into a Structured Development Platform**\n\n<p align=\"center\">\n <img src=\"https://img.shields.io/badge/version-4.0.8-blue?style=for-the-badge\" alt=\"Version\">\n <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge\" alt=\"License\">\n <img src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge\" alt=\"PRs Welcome\">\n</p>\n\n<p align=\"center\">\n <a href=\"https://superclaude-org.github.io/SuperClaude_Website/\">\n <img src=\"https://img.shields.io/badge/\ud83c\udf10_Visit_Website-blue?style=for-the-badge\" alt=\"Website\">\n </a>\n <a href=\"https://pypi.org/project/SuperClaude/\">\n <img src=\"https://img.shields.io/pypi/v/SuperClaude.svg?style=for-the-badge&label=PyPI\" alt=\"PyPI\">\n </a>\n <a href=\"https://www.npmjs.com/package/@bifrost_inc/superclaude\">\n <img src=\"https://img.shields.io/npm/v/@bifrost_inc/superclaude.svg?style=for-the-badge&label=npm\" alt=\"npm\">\n </a>\n</p>\n\n<p align=\"center\">\n <a href=\"#-quick-installation\">Quick Start</a> \u2022\n <a href=\"#-support-the-project\">Support</a> \u2022\n <a href=\"#-whats-new-in-v4\">Features</a> \u2022\n <a href=\"#-documentation\">Docs</a> \u2022\n <a href=\"#-contributing\">Contributing</a>\n</p>\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \ud83d\udcca **Framework Statistics**\n\n| **Commands** | **Agents** | **Modes** | **MCP Servers** |\n|:------------:|:----------:|:---------:|:---------------:|\n| **21** | **14** | **6** | **6** |\n| Slash Commands | Specialized AI | Behavioral | Integrations |\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \ud83c\udfaf **Overview**\n\nSuperClaude is a **meta-programming configuration framework** that transforms Claude Code into a structured development platform through behavioral instruction injection and component orchestration. It provides systematic workflow automation with powerful tools and intelligent agents.\n\n## \u26a1 **Quick Installation**\n\n### **Choose Your Installation Method**\n\n| Method | Command | Best For |\n|:------:|---------|----------|\n| **\ud83d\udc0d pipx** | `pipx install SuperClaude && pipx upgrade SuperClaude && SuperClaude install` | **\u2705 Recommended** - Linux/macOS |\n| **\ud83d\udce6 pip** | `pip install SuperClaude && pip upgrade SuperClaude && SuperClaude install` | Traditional Python environments |\n| **\ud83c\udf10 npm** | `npm install -g @bifrost_inc/superclaude && superclaude install` | Cross-platform, Node.js users |\n\n</div>\n\n<details>\n<summary><b>\u26a0\ufe0f IMPORTANT: Upgrading from SuperClaude V3</b></summary>\n\n**If you have SuperClaude V3 installed, you SHOULD uninstall it before installing V4:**\n\n```bash\n# Uninstall V3 first\nRemove all related files and directories :\n*.md *.json and commands/\n\n# Then install V4\npipx install SuperClaude && pipx upgrade SuperClaude && SuperClaude install\n```\n\n**\u2705 What gets preserved during upgrade:**\n- \u2713 Your custom slash commands (outside `commands/sc/`)\n- \u2713 Your custom content in `CLAUDE.md` \n- \u2713 Claude Code's `.claude.json`, `.credentials.json`, `settings.json` and `settings.local.json`\n- \u2713 Any custom agents and files you've added\n\n**\u26a0\ufe0f Note:** Other SuperClaude-related `.json` files from V3 may cause conflicts and should be removed.\n\n</details>\n\n<details>\n<summary><b>\ud83d\udca1 Troubleshooting PEP 668 Errors</b></summary>\n\n```bash\n# Option 1: Use pipx (Recommended)\npipx install SuperClaude\n\n# Option 2: User installation\npip install --user SuperClaude\n\n# Option 3: Force installation (use with caution)\npip install --break-system-packages SuperClaude\n```\n</details>\n\n---\n\n<div align=\"center\">\n\n## \ud83d\udc96 **Support the Project**\n\n> Hey, let's be real - maintaining SuperClaude takes time and resources.\n> \n> *The Claude Max subscription alone runs $100/month for testing, and that's before counting the hours spent on documentation, bug fixes, and feature development.*\n> *If you're finding value in SuperClaude for your daily work, consider supporting the project.*\n> *Even a few dollars helps cover the basics and keeps development active.*\n> \n> Every contributor matters, whether through code, feedback, or support. Thanks for being part of this community! \ud83d\ude4f\n\n<table>\n<tr>\n<td align=\"center\" width=\"33%\">\n \n### \u2615 **Ko-fi**\n[](https://ko-fi.com/superclaude)\n\n*One-time contributions*\n\n</td>\n<td align=\"center\" width=\"33%\">\n\n### \ud83c\udfaf **Patreon**\n[](https://patreon.com/superclaude)\n\n*Monthly support*\n\n</td>\n<td align=\"center\" width=\"33%\">\n\n### \ud83d\udc9c **GitHub**\n[](https://github.com/sponsors/SuperClaude-Org)\n\n*Flexible tiers*\n\n</td>\n</tr>\n</table>\n\n### **Your Support Enables:**\n\n| Item | Cost/Impact |\n|------|-------------|\n| \ud83d\udd2c **Claude Max Testing** | $100/month for validation & testing |\n| \u26a1 **Feature Development** | New capabilities & improvements |\n| \ud83d\udcda **Documentation** | Comprehensive guides & examples |\n| \ud83e\udd1d **Community Support** | Quick issue responses & help |\n| \ud83d\udd27 **MCP Integration** | Testing new server connections |\n| \ud83c\udf10 **Infrastructure** | Hosting & deployment costs |\n\n> **Note:** No pressure though - the framework stays open source regardless. Just knowing people use and appreciate it is motivating. Contributing code, documentation, or spreading the word helps too! \ud83d\ude4f\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \ud83c\udf89 **What's New in V4**\n\n> *Version 4 brings significant improvements based on community feedback and real-world usage patterns.*\n\n<table>\n<tr>\n<td width=\"50%\">\n\n### \ud83e\udd16 **Smarter Agent System**\n**14 specialized agents** with domain expertise:\n- Security engineer catches real vulnerabilities\n- Frontend architect understands UI patterns\n- Automatic coordination based on context\n- Domain-specific expertise on demand\n\n</td>\n<td width=\"50%\">\n\n### \ud83d\udcdd **Improved Namespace**\n**`/sc:` prefix** for all commands:\n- No conflicts with custom commands\n- 21 commands covering full lifecycle\n- From brainstorming to deployment\n- Clean, organized command structure\n\n</td>\n</tr>\n<tr>\n<td width=\"50%\">\n\n### \ud83d\udd27 **MCP Server Integration**\n**6 powerful servers** working together:\n- **Context7** \u2192 Up-to-date documentation\n- **Sequential** \u2192 Complex analysis\n- **Magic** \u2192 UI component generation\n- **Playwright** \u2192 Browser testing\n- **Morphllm** \u2192 Bulk transformations\n- **Serena** \u2192 Session persistence\n\n</td>\n<td width=\"50%\">\n\n### \ud83c\udfaf **Behavioral Modes**\n**5 adaptive modes** for different contexts:\n- **Brainstorming** \u2192 Asks right questions\n- **Orchestration** \u2192 Efficient tool coordination\n- **Token-Efficiency** \u2192 30-50% context savings\n- **Task Management** \u2192 Systematic organization\n- **Introspection** \u2192 Meta-cognitive analysis\n\n</td>\n</tr>\n<tr>\n<td width=\"50%\">\n\n### \u26a1 **Optimized Performance**\n**Smaller framework, bigger projects:**\n- Reduced framework footprint\n- More context for your code\n- Longer conversations possible\n- Complex operations enabled\n\n</td>\n<td width=\"50%\">\n\n### \ud83d\udcda **Documentation Overhaul**\n**Complete rewrite** for developers:\n- Real examples & use cases\n- Common pitfalls documented\n- Practical workflows included\n- Better navigation structure\n\n</td>\n</tr>\n</table>\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \ud83d\udcda **Documentation**\n\n### **Complete Guide to SuperClaude**\n\n<table>\n<tr>\n<th align=\"center\">\ud83d\ude80 Getting Started</th>\n<th align=\"center\">\ud83d\udcd6 User Guides</th>\n<th align=\"center\">\ud83d\udee0\ufe0f Developer Resources</th>\n<th align=\"center\">\ud83d\udccb Reference</th>\n</tr>\n<tr>\n<td valign=\"top\">\n\n- \ud83d\udcdd [**Quick Start Guide**](Docs/Getting-Started/quick-start.md) \n *Get up and running fast*\n\n- \ud83d\udcbe [**Installation Guide**](Docs/Getting-Started/installation.md) \n *Detailed setup instructions*\n\n</td>\n<td valign=\"top\">\n\n- \ud83c\udfaf [**Commands Reference**](Docs/User-Guide/commands.md) \n *All 21 slash commands*\n\n- \ud83e\udd16 [**Agents Guide**](Docs/User-Guide/agents.md) \n *14 specialized agents*\n\n- \ud83c\udfa8 [**Behavioral Modes**](Docs/User-Guide/modes.md) \n *6 adaptive modes*\n\n- \ud83d\udea9 [**Flags Guide**](Docs/User-Guide/flags.md) \n *Control behaviors*\n\n- \ud83d\udd27 [**MCP Servers**](Docs/User-Guide/mcp-servers.md) \n *6 server integrations*\n\n- \ud83d\udcbc [**Session Management**](Docs/User-Guide/session-management.md) \n *Save & restore state*\n\n</td>\n<td valign=\"top\">\n\n- \ud83c\udfd7\ufe0f [**Technical Architecture**](Docs/Developer-Guide/technical-architecture.md) \n *System design details*\n\n- \ud83d\udcbb [**Contributing Code**](Docs/Developer-Guide/contributing-code.md) \n *Development workflow*\n\n- \ud83e\uddea [**Testing & Debugging**](Docs/Developer-Guide/testing-debugging.md) \n *Quality assurance*\n\n</td>\n<td valign=\"top\">\n\n- \u2728 [**Best Practices**](Docs/Reference/quick-start-practices.md) \n *Pro tips & patterns*\n\n- \ud83d\udcd3 [**Examples Cookbook**](Docs/Reference/examples-cookbook.md) \n *Real-world recipes*\n\n- \ud83d\udd0d [**Troubleshooting**](Docs/Reference/troubleshooting.md) \n *Common issues & fixes*\n\n</td>\n</tr>\n</table>\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \ud83e\udd1d **Contributing**\n\n### **Join the SuperClaude Community**\n\nWe welcome contributions of all kinds! Here's how you can help:\n\n| Priority | Area | Description |\n|:--------:|------|-------------|\n| \ud83d\udcdd **High** | Documentation | Improve guides, add examples, fix typos |\n| \ud83d\udd27 **High** | MCP Integration | Add server configs, test integrations |\n| \ud83c\udfaf **Medium** | Workflows | Create command patterns & recipes |\n| \ud83e\uddea **Medium** | Testing | Add tests, validate features |\n| \ud83c\udf10 **Low** | i18n | Translate docs to other languages |\n\n<p align=\"center\">\n <a href=\"CONTRIBUTING.md\">\n <img src=\"https://img.shields.io/badge/\ud83d\udcd6_Read-Contributing_Guide-blue?style=for-the-badge\" alt=\"Contributing Guide\">\n </a>\n <a href=\"https://github.com/SuperClaude-Org/SuperClaude_Framework/graphs/contributors\">\n <img src=\"https://img.shields.io/badge/\ud83d\udc65_View-All_Contributors-green?style=for-the-badge\" alt=\"Contributors\">\n </a>\n</p>\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \u2696\ufe0f **License**\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n<p align=\"center\">\n <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge\" alt=\"MIT License\">\n</p>\n\n</div>\n\n---\n\n<div align=\"center\">\n\n## \u2b50 **Star History**\n\n<a href=\"https://www.star-history.com/#SuperClaude-Org/SuperClaude_Framework&Date\">\n <picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date&theme=dark\" />\n <source media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date\" />\n <img alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=SuperClaude-Org/SuperClaude_Framework&type=Date\" />\n </picture>\n</a>\n\n\n</div>\n\n---\n\n<div align=\"center\">\n\n### **\ud83d\ude80 Built with passion by the SuperClaude community**\n\n<p align=\"center\">\n <sub>Made with \u2764\ufe0f for developers who push boundaries</sub>\n</p>\n\n<p align=\"center\">\n <a href=\"#-superclaude-framework\">Back to Top \u2191</a>\n</p>\n\n</div>\n",
"bugtrack_url": null,
"license": null,
"summary": "SuperClaude Framework Management Hub - AI-enhanced development framework for Claude Code",
"version": "4.0.8",
"project_urls": {
"Bug Tracker": "https://github.com/SuperClaude-Org/SuperClaude_Framework/issues",
"GitHub": "https://github.com/SuperClaude-Org/SuperClaude_Framework",
"Homepage": "https://github.com/SuperClaude-Org/SuperClaude_Framework",
"Mithun Gowda B": "https://github.com/mithun50",
"NomenAK": "https://github.com/NomenAK"
},
"split_keywords": [
"claude",
" ai",
" automation",
" framework",
" mcp",
" agents",
" development",
" code-generation",
" assistant"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9579279945b3a61b0ac2fc68efe846def2727a4c460405108b8ef8d1c9993046",
"md5": "bf72dd345fea253e5d4c1f8a05d0b964",
"sha256": "c4a7bc9042d4c7b4a5fdf023e5a35a66fc09ad6e382d18ca0e35268db4d1dc5d"
},
"downloads": -1,
"filename": "superclaude-4.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf72dd345fea253e5d4c1f8a05d0b964",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 185576,
"upload_time": "2025-08-23T12:57:37",
"upload_time_iso_8601": "2025-08-23T12:57:37.971344Z",
"url": "https://files.pythonhosted.org/packages/95/79/279945b3a61b0ac2fc68efe846def2727a4c460405108b8ef8d1c9993046/superclaude-4.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "969d2969b0d15bd04beaaa388e4b06b23e9a078133c7bbdd2ff3686e8d383882",
"md5": "36bcfeb7c6b488b79b4196edb8ea7dd3",
"sha256": "a5de7e66569a9fda7153d2f5e613c488b100db61e2d90871690165d888a3104f"
},
"downloads": -1,
"filename": "superclaude-4.0.8.tar.gz",
"has_sig": false,
"md5_digest": "36bcfeb7c6b488b79b4196edb8ea7dd3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 236801,
"upload_time": "2025-08-23T12:57:39",
"upload_time_iso_8601": "2025-08-23T12:57:39.761338Z",
"url": "https://files.pythonhosted.org/packages/96/9d/2969b0d15bd04beaaa388e4b06b23e9a078133c7bbdd2ff3686e8d383882/superclaude-4.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 12:57:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SuperClaude-Org",
"github_project": "SuperClaude_Framework",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "superclaude"
}