houmi-core
by NinjaScoutZ
README.md
# ā” Houmi MCP & Skills Suite
> **Autonomous Software Engineering Kernel & High-Craft Design System for Antigravity & Claude Code.**
Houmi MCP synthesizes four frontier AI-agent engineering disciplines into a unified, zero-bloat MCP server and slash-command suite:
1. **š Fable5 Work Discipline (`fable5-mode`):** Plan-gate (`SPEC.md` + `LEDGER.md`), small-card execution, machine-checkable acceptance criteria, and mandatory evidence-on-close.
2. **š”ļø Godkiller Hard Proof (`godkiller`):** Gates on disk beat chat, zero tolerance for hollow code (stubs/TODOs/mocks), and phase write-guard allowlists.
3. **š± Graft Code Graph Intelligence (`Graft`):** Fast symbol callers, impact radius analysis, and file API skeletons in < 200 tokens.
4. **šØ Editorial Diagram Design (`diagram-design`):** Generates publication-ready standalone SVG architecture diagrams (Dark Obsidian theme) instead of generic Mermaid boxes.
---
## šļø Architecture & Core MCP Tools
The `houmi-core` MCP server exposes 7 focused tools:
```text
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā houmi-core MCP (7 tools) ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā š§ houmi_route Auto-detect intent ā mode + subsystem triggers ā
ā š houmi_ledger Fable5 task cards on disk (.agents/LEDGER.md) ā
ā š houmi_backend_sync Backend API / Tauri IPC contract manager ā
ā š„ houmi_stack_grill React 19 / Fabric.js / TypeScript / Token audit ā
ā š³ houmi_graft_intel Symbol callers (blast radius) | file skeleton ā
ā šØ houmi_diagram Editorial SVG diagrams (Dark Obsidian style) ā
ā š”ļø houmi_guard Write-guard path allowlisting per phase ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
```
---
## š Slash Commands
| Command | Mode | Purpose |
|---|---|---|
| **`/houmi`** | š§ Master Auto-Detect | Single entry point: auto-routes Canvas, Backend sync, Diagrams, and Grilling |
| **`/loop`** | š Marathon Loop | Continuous 6ā8 hour autonomous cycle with self-grilling and auto-wake |
| **`/plan`** | š Plan & Spec | Phased plan, Editorial SVG diagram, Fable5 LEDGER cards |
| **`/ask`** | š Read-Only Explore | Graft symbol search and API skeleton (< 200 tokens) |
| **`/debug`** | š Diagnosis | Hypothesis ā blast radius ā minimal fix ā stack verify |
| **`/ultradeep`** | ā” 1-Phase Execution | Single card execution with write-guard |
| **`/view`** | šļø Deep Architecture | Architecture study and editorial system diagrams |
| **`/verify`** | ā
Evidence Gate | Machine-checkable build test and LEDGER close |
| **`/jury`** | šļø Final Audit | Pre-release compliance check |
---
## š¦ Quickstart & Installation
### Option 1 ā One-Line PowerShell (Windows)
```powershell
powershell -ExecutionPolicy Bypass -File .\scripts\install.ps1
```
### Option 2 ā One-Line Bash (Linux / macOS)
```bash
bash ./scripts/install.sh
```
### Option 3 ā Manual Setup
```bash
# 1. Install package in editable mode
pip install -e .
# 2. Add to your mcp_config.json (e.g. ~/.gemini/antigravity/mcp_config.json):
{
"mcpServers": {
"houmi-core": {
"command": "houmi-mcp"
}
}
}
# 3. Copy skills to your global or project skills directory:
cp -r skills/* ~/.agents/skills/
```
---
## š License
MIT Ā© [NinjaScoutZ](https://github.com/NinjaScoutZ)
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues