# SuperGemini v4.0.8 ๐
[](https://superclaude-org.github.io/SuperGemini_Website/)
[](https://opensource.org/licenses/MIT)
[](https://pypi.org/project/SuperGemini/)
[](https://github.com/SuperClaude-Org/SuperGemini_Framework)
[](https://github.com/SuperClaude-Org/SuperGemini_Framework/issues)
[](https://github.com/SuperClaude-Org/SuperGemini_Framework/blob/master/CONTRIBUTING.md)
[](https://github.com/SuperClaude-Org/SuperGemini_Framework/graphs/contributors)
[](https://superclaude-org.github.io/SuperGemini_Website/)
SuperGemini is a meta-programming configuration framework that enhances Gemini CLI with structured development capabilities. It provides 18 slash commands in TOML format, 13 specialized AI agents with Persona Mode, behavioral instructions, and workflow automation for systematic software development.
## Quick Start
```bash
# Install SuperGemini Framework
pip install SuperGemini
# Setup SuperGemini for Gemini CLI (Choose one)
SuperGemini install --yes # Express setup (recommended)
SuperGemini install --profile minimal --yes # Fastest (core only)
SuperGemini install --profile full --yes # All features
# Use with Gemini CLI
# Example: /sg:analyze src/
# Example: /sg:implement user authentication
```
## What is SuperGemini? ๐
SuperGemini transforms Gemini CLI into a structured development platform by providing:
- **18 Slash Commands**: TOML-based commands for systematic workflow automation (/sg:analyze, /sg:implement, etc.)
- **Persona Mode**: 13 specialized AI agents that embody specific roles (system-architect, security-engineer, etc.)
- **Behavioral Instructions**: Core principles and rules for consistent development practices
- **Workflow Automation**: Systematic approaches to analysis, implementation, and optimization
Unlike traditional tools, SuperGemini uses **Persona Mode** where Gemini CLI embodies agent roles rather than spawning separate sub-agents.
[](https://github.com/sponsors/SuperClaude-Org)
## Documentation
### Getting Started
- [Quick Start Guide](Docs/Getting-Started/quick-start.md)
- [Installation Guide](Docs/Getting-Started/installation.md)
### User Guides
- [Commands Reference](Docs/User-Guide/commands.md) - 18 TOML-based slash commands
- [Agents Guide](Docs/User-Guide/agents.md) - 13 specialized AI personas
- [Behavioral Modes](Docs/User-Guide/modes.md) - Context-aware operation modes
- [Flags Guide](Docs/User-Guide/flags.md) - Command flags and options
- [MCP Servers](Docs/User-Guide/mcp-servers.md) - MCP server integration guide
- [Session Management](Docs/User-Guide/session-management.md) - Session lifecycle management
### Developer Resources
- [Technical Architecture](Docs/Developer-Guide/technical-architecture.md)
- [Contributing Code](Docs/Developer-Guide/contributing-code.md)
- [Testing & Debugging](Docs/Developer-Guide/testing-debugging.md)
### Reference
- [Quick Start Practices](Docs/Reference/quick-start-practices.md)
- [Examples Cookbook](Docs/Reference/examples-cookbook.md)
- [Troubleshooting](Docs/Reference/troubleshooting.md)
## Contributing
**Current Priorities:**
- ๐ Documentation improvements and usage examples
- ๐ฏ TOML command workflow patterns and best practices
- ๐ค New AI agent personas for specialized domains
- ๐งช Testing and validation for Gemini CLI integration
- ๐ Translation and internationalization
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed contribution guidelines.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
**Contributors:** [View all contributors](https://github.com/SuperClaude-Org/SuperGemini_Framework/graphs/contributors)
Raw data
{
"_id": null,
"home_page": "https://github.com/SuperClaude-Org/SuperGemini_Framework",
"name": "SuperGemini",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "gemini, ai, automation, framework, mcp, agents, development, code-generation, assistant",
"author": "hyunjae lim, NomenAK, Mithun Gowda B",
"author_email": "hyunjae lim <thecurrent.lim@gmail.com>, NomenAK <anton.knoery@gmail.com>, Mithun Gowda B <mithungowda.b7411@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/48/ea/7648a3678be3054b3aa7ac6bbb9868cdaffb64734cda1ad5aef7bbd22f21/supergemini-4.0.9.tar.gz",
"platform": null,
"description": "# SuperGemini v4.0.8 \ud83d\ude80\r\n[](https://superclaude-org.github.io/SuperGemini_Website/)\r\n[](https://opensource.org/licenses/MIT)\r\n[](https://pypi.org/project/SuperGemini/)\r\n[](https://github.com/SuperClaude-Org/SuperGemini_Framework)\r\n[](https://github.com/SuperClaude-Org/SuperGemini_Framework/issues)\r\n[](https://github.com/SuperClaude-Org/SuperGemini_Framework/blob/master/CONTRIBUTING.md)\r\n[](https://github.com/SuperClaude-Org/SuperGemini_Framework/graphs/contributors)\r\n[](https://superclaude-org.github.io/SuperGemini_Website/)\r\n\r\nSuperGemini is a meta-programming configuration framework that enhances Gemini CLI with structured development capabilities. It provides 18 slash commands in TOML format, 13 specialized AI agents with Persona Mode, behavioral instructions, and workflow automation for systematic software development.\r\n\r\n## Quick Start\r\n\r\n```bash\r\n# Install SuperGemini Framework\r\npip install SuperGemini\r\n\r\n# Setup SuperGemini for Gemini CLI (Choose one)\r\nSuperGemini install --yes # Express setup (recommended)\r\nSuperGemini install --profile minimal --yes # Fastest (core only)\r\nSuperGemini install --profile full --yes # All features\r\n\r\n# Use with Gemini CLI\r\n# Example: /sg:analyze src/\r\n# Example: /sg:implement user authentication\r\n```\r\n\r\n## What is SuperGemini? \ud83d\udc8e\r\n\r\nSuperGemini transforms Gemini CLI into a structured development platform by providing:\r\n\r\n- **18 Slash Commands**: TOML-based commands for systematic workflow automation (/sg:analyze, /sg:implement, etc.)\r\n- **Persona Mode**: 13 specialized AI agents that embody specific roles (system-architect, security-engineer, etc.)\r\n- **Behavioral Instructions**: Core principles and rules for consistent development practices\r\n- **Workflow Automation**: Systematic approaches to analysis, implementation, and optimization\r\n\r\nUnlike traditional tools, SuperGemini uses **Persona Mode** where Gemini CLI embodies agent roles rather than spawning separate sub-agents.\r\n\r\n[](https://github.com/sponsors/SuperClaude-Org)\r\n\r\n## Documentation\r\n\r\n### Getting Started\r\n- [Quick Start Guide](Docs/Getting-Started/quick-start.md)\r\n- [Installation Guide](Docs/Getting-Started/installation.md)\r\n\r\n### User Guides\r\n- [Commands Reference](Docs/User-Guide/commands.md) - 18 TOML-based slash commands\r\n- [Agents Guide](Docs/User-Guide/agents.md) - 13 specialized AI personas\r\n- [Behavioral Modes](Docs/User-Guide/modes.md) - Context-aware operation modes\r\n- [Flags Guide](Docs/User-Guide/flags.md) - Command flags and options\r\n- [MCP Servers](Docs/User-Guide/mcp-servers.md) - MCP server integration guide\r\n- [Session Management](Docs/User-Guide/session-management.md) - Session lifecycle management\r\n\r\n### Developer Resources\r\n- [Technical Architecture](Docs/Developer-Guide/technical-architecture.md)\r\n- [Contributing Code](Docs/Developer-Guide/contributing-code.md)\r\n- [Testing & Debugging](Docs/Developer-Guide/testing-debugging.md)\r\n\r\n### Reference\r\n- [Quick Start Practices](Docs/Reference/quick-start-practices.md)\r\n- [Examples Cookbook](Docs/Reference/examples-cookbook.md)\r\n- [Troubleshooting](Docs/Reference/troubleshooting.md)\r\n\r\n## Contributing\r\n\r\n**Current Priorities:**\r\n- \ud83d\udcdd Documentation improvements and usage examples\r\n- \ud83c\udfaf TOML command workflow patterns and best practices\r\n- \ud83e\udd16 New AI agent personas for specialized domains\r\n- \ud83e\uddea Testing and validation for Gemini CLI integration\r\n- \ud83c\udf10 Translation and internationalization\r\n\r\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for detailed contribution guidelines.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n**Contributors:** [View all contributors](https://github.com/SuperClaude-Org/SuperGemini_Framework/graphs/contributors)\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SuperGemini Framework Management Hub - AI-enhanced development framework for Gemini single-agent architecture",
"version": "4.0.9",
"project_urls": {
"Bug Tracker": "https://github.com/SuperClaude-Org/SuperGemini_Framework/issues",
"GitHub": "https://github.com/SuperClaude-Org/SuperGemini_Framework",
"Homepage": "https://github.com/SuperClaude-Org/SuperGemini_Framework"
},
"split_keywords": [
"gemini",
" ai",
" automation",
" framework",
" mcp",
" agents",
" development",
" code-generation",
" assistant"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8918d87b4671d6e9d8987290aa175be4b9d7be05efd5a3fcf11c8190b41e44bc",
"md5": "d081b59102e6f9c150d88c4afb2a7da7",
"sha256": "e3a9e6f39a1036c620d2651bb6dc713fe523e07fa0bd8e470633dbc486b8b854"
},
"downloads": -1,
"filename": "supergemini-4.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d081b59102e6f9c150d88c4afb2a7da7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 188194,
"upload_time": "2025-08-23T17:44:09",
"upload_time_iso_8601": "2025-08-23T17:44:09.072106Z",
"url": "https://files.pythonhosted.org/packages/89/18/d87b4671d6e9d8987290aa175be4b9d7be05efd5a3fcf11c8190b41e44bc/supergemini-4.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "48ea7648a3678be3054b3aa7ac6bbb9868cdaffb64734cda1ad5aef7bbd22f21",
"md5": "0791ede4ab37d54aab44f094d98f6486",
"sha256": "b98786d2d8ee4f68ae6fe9e523e063a732a728265531fb48bbfd54da3b6b9ffe"
},
"downloads": -1,
"filename": "supergemini-4.0.9.tar.gz",
"has_sig": false,
"md5_digest": "0791ede4ab37d54aab44f094d98f6486",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 400021,
"upload_time": "2025-08-23T17:44:10",
"upload_time_iso_8601": "2025-08-23T17:44:10.965189Z",
"url": "https://files.pythonhosted.org/packages/48/ea/7648a3678be3054b3aa7ac6bbb9868cdaffb64734cda1ad5aef7bbd22f21/supergemini-4.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 17:44:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SuperClaude-Org",
"github_project": "SuperGemini_Framework",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "supergemini"
}