Fix README and add missing skills

- Fixed missing command names in README (Prometheus 6 commands, Dexto 12 commands)
- Fixed hooks section with all 14 hook names listed
- Added bw-article-designer skill (article styling with black/white theme)
- Added ralph-system-prompts skill collection (101 system prompts from system_prompts_leaks)
- Updated skill count from 291 to 359
- Updated badges and documentation

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
uroma
2026-01-28 08:37:14 +00:00
Unverified
parent cbf272c9b5
commit f8e39059d0
103 changed files with 30548 additions and 28 deletions

View File

@@ -1,10 +1,10 @@
# SuperCharged Claude Code - Ultimate Upgrade Package
> 🚀 Transform your Claude Code into an autonomous AI development powerhouse with **291 custom skills**, 4 integrated agent frameworks, intelligent auto-routing, and multi-platform orchestration.
> 🚀 Transform your Claude Code into an autonomous AI development powerhouse with **359 custom skills**, 4 integrated agent frameworks, intelligent auto-routing, and multi-platform orchestration.
[![Claude Code](https://img.shields.io/badge/Claude-Code-Supercharged-blue)](https://claude.com/claude-code)
[![Version](https://img.shields.io/badge/Version-3.0.0-green)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![Skills](https://img.shields.io/badge/Skills-291-brightgreen)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![Skills](https://img.shields.io/badge/Skills-359-brightgreen)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![Commands](https://img.shields.io/badge/Commands-21-orange)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![MCP](https://img.shields.io/badge/MCP_Servers-10-purple)](https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade)
[![License](https://img.shields.io/badge/License-MIT-blue)](LICENSE)
@@ -31,7 +31,7 @@ wsl bash -c "git clone https://github.rommark.dev/admin/SuperCharged-Claude-Code
This comprehensive customization package transforms your Claude Code installation with:
-**291 Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
-**359 Custom Skills** - Cognitive enhancement, development workflows, UI/UX intelligence
- 🤖 **4 Agent Frameworks** - Clawd, Ralph, Prometheus, Dexto - fully integrated
- 🔥 **21 Slash Commands** - Instant access to all agents and tools
- 🌐 **MCP Servers** - 10 servers for file operations, Git, GitHub, databases, search
@@ -51,28 +51,28 @@ This comprehensive customization package transforms your Claude Code installatio
#### 🔧 **Prometheus** (EuniAI)
Multi-agent code analysis system with knowledge graph reasoning:
- **6 Commands:** , , , , ,
- **6 Commands:** `/prometheus-bug`, `/prometheus-feature`, `/prometheus-context`, `/prometheus-edit`, `/prometheus-test`, `/prometheus-classify`
- **4 Tools:** AST-based code parsing, graph traversal, container execution, web search
- **Capabilities:** Bug fixing, feature planning, code context, regression testing
#### 🎭 **Dexto** (Truffle AI)
Agent harness with orchestration and session management:
- **12 Commands:** , , , , , , , , , , ,
- **12 Commands:** `/dexto-code`, `/dexto-database`, `/dexto-github`, `/dexto-pdf`, `/dexto-image-edit`, `/dexto-nano-banana`, `/dexto-sora`, `/dexto-music`, `/dexto-podcast`, `/dexto-research`, `/dexto-triage`, `/dexto-explore`
- **5 Tools:** Filesystem, Playwright, Process, TODO, Plan
- **Capabilities:** Development, media creation, databases, GitHub, research
#### 🤖 **Clawd**
#### 🤖 **Clawd**
Autonomous task execution gateway:
- **1 Command:**
- **1 Command:** `/clawd`
- **Capability:** Multi-agent task delegation with persistent sessions
- **Gateway:** Running on port 8766 with health monitoring
#### 🔄 **Ralph**
"Tackle Until Solved" autonomous iteration:
- **1 Command:**
- **1 Command:** `/ralph`
- **Capability:** Architecture design, multi-step implementations
- **Integration:** Access to all 21 commands via intelligent routing
@@ -82,14 +82,14 @@ Autonomous task execution gateway:
| Task Pattern | Routes To | Example |
|-------------|-----------|---------|
| "autonomous", "automatically" | | "Handle this autonomously" |
| "architecture", "design system" | | "Design microservices architecture" |
| "bug", "fix", "reproduce" | | "Fix authentication bug" |
| "feature", "implement" | | "Add two-factor auth" |
| "github", "pr", "issue" | | "Analyze pull request" |
| "pdf", "document" | | "Summarize document" |
| "generate image" | | "Generate image" |
| "database", "sql" | | "Optimize query" |
| "autonomous", "automatically" | `/clawd` | "Handle this autonomously" |
| "architecture", "design system" | `/ralph` | "Design microservices architecture" |
| "bug", "fix", "reproduce" | `/prometheus-bug` | "Fix authentication bug" |
| "feature", "implement" | `/prometheus-feature` | "Add two-factor auth" |
| "github", "pr", "issue" | `/dexto-github` | "Analyze pull request" |
| "pdf", "document" | `/dexto-pdf` | "Summarize document" |
| "generate image" | `/dexto-nano-banana` | "Generate image" |
| "database", "sql" | `/dexto-database` | "Optimize query" |
---
@@ -157,17 +157,24 @@ Autonomous task execution gateway:
- **postgres** - PostgreSQL (requires connection)
- **puppeteer** - Browser automation
### 🪝 Hooks (7)
### 🪝 Hooks (14)
- - Pattern-based agent routing
- - Clawd automation
- - Session initialization
- - Task completion handling
- - Clawd command wrapper
- - Prometheus integration
- - Unified agent system
- `intelligent-router.sh` - Pattern-based agent routing
- `clawd-auto-trigger.sh` - Clawd automation
- `clawd-session-start.sh` - Session initialization
- `clawd-task-complete.sh` - Task completion handling
- `clawd-wrapper.sh` - Clawd command wrapper
- `prometheus-wrapper.sh` - Prometheus integration
- `unified-integration.sh` - Unified agent system v1
- `unified-integration-v2.sh` - Unified agent system v2
- `ralph-auto-trigger.sh` - Ralph autonomous trigger
- `session-start-superpowers.sh` - Superpowers activation
- `consult-qwen.sh` - Qwen AI consultation
- `demo-qwen-consult.sh` - Qwen demo mode
- `qwen-consult.sh` - Qwen consultation service
- `codebase-indexer-hook.sh` - Codebase indexing
### 📚 Skills (291)
### 📚 Skills (359)
- Cognitive enhancement
- Development workflows
@@ -178,6 +185,8 @@ Autonomous task execution gateway:
- Documentation
- Git workflows
- Architecture patterns
- **NEW:** Ralph System Prompts (101 skills from system_prompts_leaks)
- **NEW:** Article Designer (black/white theme styling)
---
@@ -248,7 +257,7 @@ Edit `~/.claude/mcp-servers/registry.json`:
```
SuperCharged-Claude-Code-Upgrade/
├── commands/ # 21 slash commands
├── hooks/ # Event hooks
├── hooks/ # 14 event hooks
├── skills/ # 291 custom skills
├── mcp-servers/ # MCP server registry
├── prometheus/ # Prometheus integration
@@ -272,7 +281,7 @@ Run health check to verify all systems:
Expected output:
```
✓ All 291 skills loaded
✓ All 359 skills loaded
✓ All 21 commands available
✓ All 10 MCP servers registered
✓ Clawd gateway running (PID: xxxx)
@@ -310,7 +319,7 @@ Total capabilities:
- ✅ Architecture design (Ralph)
- ✅ Code analysis (Prometheus)
- ✅ Multi-agent framework (Dexto)
-291 specialized skills
-359 specialized skills (including 101 system prompts)
- ✅ 10 MCP servers
- ✅ Intelligent auto-routing
- ✅ Production-grade monitoring