## Major Platform-Specific Improvements ### Windows Path Standardization - **Fixed forward slash issues**: All Windows paths now use proper backslashes - **Standardized path variables**: Consistent use of %USERPROFILE% instead of mixed %USERNAME% - **Proper error path examples**: Fixed error messages to show correct Windows paths ### Shell Command Organization - **Clear platform separation**: Added distinct Linux/macOS vs Windows sections - **Proper language tags**: bash for Unix, cmd for Windows Command Prompt, powershell for PowerShell - **Platform headers**: Clear "Linux/macOS" and "Windows" labels for all command blocks ### Cross-Platform Command Coverage - **Diagnostic commands**: Both platforms now have equivalent diagnostic procedures - **Recovery procedures**: Platform-specific backup/restore operations - **Installation fixes**: Proper installation commands for both environments ## Files Updated - `Reference/common-issues.md`: Platform-specific quick fixes with proper shell tags - `Reference/troubleshooting.md`: Comprehensive cross-platform diagnostic procedures ## Technical Details - Windows commands use proper path syntax (backslashes, %USERPROFILE%) - Unix commands maintained with proper forward slash paths - All code blocks properly tagged with language identifiers - Platform-specific alternatives provided for all major operations This resolves platform-specific issues identified in documentation review and ensures consistent user experience across Windows, Linux, and macOS environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
SuperClaude v4.0.0 🚀
SuperClaude is a meta-programming configuration framework that transforms Claude Code into a structured development platform through behavioral instruction injection and component orchestration. It enhances Claude Code with 21 slash commands, 13 specialized agents, 6 behavioral modes, and 6 MCP server integrations for systematic workflow automation.
Quick Start
# Via Python (recommended)
pip install SuperClaude && SuperClaude install
# Via NPM (cross-platform)
npm install -g @superclaude-org/superclaude && superclaude install
Support SuperClaude Development 💎
SuperClaude Framework development requires ongoing support to maintain MCP server integrations, expand the command system, and provide comprehensive documentation. Your support enables continuous improvement and new capabilities.
Documentation
Getting Started
User Guides
Developer Resources
Reference
Contributing
Current Priorities:
- 📝 Documentation improvements and examples
- 🔧 MCP server integrations and configurations
- 🎯 Command workflow examples and patterns
- 🧪 Testing and validation procedures
- 🌐 Translation and internationalization
See CONTRIBUTING.md for detailed contribution guidelines.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributors: View all contributors