Claude Code AI plugin — 10 team agents, 11 skills, 36 MCP tools, Mac automation, Telegram remote control, persistent memory, 3-tier orchestration
npx claudepluginhub jaminitachi/superclawClaude Code AI plugin — 36 MCP tools, 10 team agents, 11 skills, Mac automation, Telegram remote control, persistent memory, TDD-driven team orchestration
Claude Code plugin for agentic Mac automation, persistent memory, Telegram remote control, and multi-agent orchestration.
SuperClaw turns Claude Code into a full autonomous workstation. One request auto-composes the right team of agents, executes in parallel, and verifies results independently.
[[wikilinks]]# Clone
git clone https://github.com/jaminitachi/SuperClaw.git ~/superclaw
cd ~/superclaw
# One-command setup
npm run setup
# Launch Claude Code — SuperClaw loads automatically
claude
The setup wizard handles everything:
┌─────────────────────────────────┐
│ Claude Code Session │
│ │
│ ┌────────────────────────────┐ │
│ │ 9 Lifecycle Hooks │ │
│ │ keyword-detector (prompt) │ │
│ │ session-start / session-end│ │
│ │ pre-tool / post-tool │ │
│ │ subagent-tracker │ │
│ │ persistent (Sisyphus) │ │
│ │ pre-compact │ │
│ └────────────────────────────┘ │
│ │
│ ┌────────────────────────────┐ │
│ │ 29 Specialist Agents │ │
│ │ Orchestration: prometheus, │ │
│ │ metis, momus, atlas │ │
│ │ Dev: architect, debugger, │ │
│ │ reviewer, test-engineer │ │
│ │ Research: paper-reader, │ │
│ │ lit-reviewer, data-analyst│ │
│ │ Infra: mac-control, cron, │ │
│ │ pipeline, memory-curator │ │
│ └────────────────────────────┘ │
└──────────┬───────────────────────┘
│ MCP (stdio)
┌───────────────┼───────────────┐
│ │ │
┌──────┴──────┐ ┌─────┴──────┐ ┌──────┴──────┐
│ sc-bridge │ │ sc-peekaboo│ │ sc-memory │
│ 8 tools │ │ 15 tools │ │ 18 tools │
│ │ │ │ │ │
│ Telegram │ │ Screenshot │ │ SQLite+FTS5 │
│ Cron sched. │ │ UI inspect │ │ Knowledge │
│ Status │ │ Click/type │ │ graph │
│ Routing │ │ App mgmt │ │ Obsidian │
└──────┬──────┘ │ AppleScript│ │ sync │
│ │ OCR │ │ Learnings │
┌─────────┴─┐ └─────┬──────┘ │ Verification│
│ Telegram │ │ └─────────────┘
│ Bot API │ ┌─────┴──────┐
└────────────┘ │ Peekaboo │
│ (Homebrew) │
└────────────┘
User: "이 버그 고쳐줘" (Fix this bug)
1. UserPromptSubmit hook detects "고쳐" + "버그" → Debug Team
2. Team composition injected:
- sc-debugger (sonnet): Root cause analysis
- sc-architect (opus): Architecture context
- sc-test-engineer (sonnet): Reproduce & verify
3. Agents execute in parallel
4. Stop hook blocks exit until work complete (Sisyphus)
5. Results verified independently before reporting
| Tool | Description |
|---|---|
sc_send_message | Send Telegram message |
sc_telegram_inbox | Get recent incoming messages |
sc_telegram_status | Bot connection status |
sc_route_command | Internal command router |
sc_status | System-wide health check |
sc_cron_list | List scheduled jobs |
sc_cron_add | Add cron job (5-field expression) |
sc_cron_remove | Remove cron job by name |
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.