2025-07-14 14:28:11 +02:00
|
|
|
{
|
|
|
|
|
"components": {
|
|
|
|
|
"core": {
|
|
|
|
|
"name": "core",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
2025-07-14 14:28:11 +02:00
|
|
|
"description": "SuperClaude framework documentation and core files",
|
|
|
|
|
"category": "core",
|
|
|
|
|
"dependencies": [],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
|
|
|
|
},
|
|
|
|
|
"commands": {
|
|
|
|
|
"name": "commands",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
2025-07-14 14:28:11 +02:00
|
|
|
"description": "SuperClaude slash command definitions",
|
|
|
|
|
"category": "commands",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
|
|
|
|
},
|
|
|
|
|
"mcp": {
|
|
|
|
|
"name": "mcp",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"description": "MCP server configuration management via .claude.json",
|
2025-07-14 14:28:11 +02:00
|
|
|
"category": "integration",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"required_tools": []
|
2025-07-14 14:28:11 +02:00
|
|
|
},
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"modes": {
|
|
|
|
|
"name": "modes",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"description": "SuperClaude behavioral modes (Brainstorming, Introspection, Task Management, Token Efficiency)",
|
|
|
|
|
"category": "modes",
|
|
|
|
|
"dependencies": ["core"],
|
2025-08-05 13:59:17 +02:00
|
|
|
"enabled": true,
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"required_tools": []
|
|
|
|
|
},
|
|
|
|
|
"mcp_docs": {
|
|
|
|
|
"name": "mcp_docs",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
Implement two-stage installation with simplified MCP configuration
- Stage 1: MCP server selection (Context7, Sequential, Magic, Playwright, Serena, Morphllm)
- Stage 2: Framework components (Core, Modes, Commands, Agents, MCP Docs)
Major Changes:
- Created MCP config snippets in SuperClaude/MCP/configs/ for JSON-based configuration
- Simplified MCPComponent to modify .claude.json instead of npm/subprocess installation
- Added ModesComponent for behavioral modes (Brainstorming, Introspection, etc.)
- Added MCPDocsComponent for dynamic MCP documentation installation
- Completely removed Hooks component (deleted hooks.py, updated all references)
- Implemented two-stage interactive installation flow
- Updated profiles and configuration files
Benefits:
- Much simpler and more reliable MCP configuration
- Clear separation between server setup and documentation
- Auto-selection of MCP docs based on server choices
- User-friendly two-stage selection process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 20:35:19 +02:00
|
|
|
"description": "MCP server documentation and usage guides",
|
|
|
|
|
"category": "documentation",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
2025-08-05 13:59:17 +02:00
|
|
|
},
|
2025-08-14 20:12:59 +02:00
|
|
|
"agents": {
|
|
|
|
|
"name": "agents",
|
2025-09-16 01:32:49 +00:00
|
|
|
"version": "4.1.1",
|
2025-08-22 20:39:46 +02:00
|
|
|
"description": "14 specialized AI agents with domain expertise and intelligent routing",
|
2025-08-14 20:12:59 +02:00
|
|
|
"category": "agents",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
2025-07-14 14:28:11 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|