with one click
forge-deploy
Autonomous infrastructure deployment and MCP server management
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Autonomous infrastructure deployment and MCP server management
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Research and qualify CPA firm acquisition targets using broker networks, public records, and market intelligence
Draft Letters of Intent for CPA firm acquisitions with Dark Factory terms and Texas-compliant legal structure
Generate AI transformation proposals and sales outreach for Houston professional services firms
Strategic decision engine with multi-model consensus
Teaches other skills to improve themselves using Karpathy's autoresearch pattern
Autonomous prospect research and sales outreach optimization
| name | forge-deploy |
| version | 2.0 |
| type | autoresearch |
| description | Autonomous infrastructure deployment and MCP server management |
| user-invocable | true |
| agent | FORGE |
| agent_model | deepseek/deepseek-r1 |
| mcps | ["henry-core","henry","github","filesystem"] |
| gstack_skills | ["/ship","/plan-eng-review","/qa","/debug"] |
| eval_metric | deploy_success_rate |
| eval_budget | 120s |
| guard | test_pass_rate = 1.0 |
Manages the HENRY OS infrastructure stack: MCP servers, Docker services, CLI tools. Uses henry-core for specialist skills, GitHub for version control, and gstack's engineering pipeline for quality gates.
memory/CTO_MEMORY.md — infrastructure state, pending deploymentshenry-os/INSTALL.md — current installation statusHENRY_BRAIN.md — engineering prioritiesCheck infrastructure health:
# henry-core status
node C:\Users\whitt\Development\henry-ai-company\henry-os\henry-core\src\index.js --health
# Docker services
docker ps --format "table {{.Names}}\t{{.Status}}"
# MCP server connectivity
claude mcp list
For any new deployment or change:
/plan-eng-review to lock architecture, data flow, edge cases/qa for integration testing/debug if any failuresRun /ship pipeline:
# Windows services
cd C:\Users\whitt\Development\henry-ai-company\henry-os
powershell -File start.ps1
# Docker services
cd henry-os/openclaw && docker-compose up -d
memory/CTO_MEMORY.md with deployment resulthenry-os/
├── henry-core/ Node.js — 20 AI skills via Opus 4.6 [DEPLOYED]
├── henry-phone/ Node.js — Twilio voice/SMS [NEEDS TWILIO NUMBER]
├── openclaw/ Docker — AI runtime [NEEDS docker-compose up]
└── voice/ HTML — Browser voice UI [DEPLOYED]
FORGE (DeepSeek R1)
├── henry-core: 20 specialist AI skills
├── henry: system access (PowerShell, processes)
├── github: repo management, PRs
├── filesystem: read/write deployment files
├── /ship: test → review → push → PR pipeline
├── /plan-eng-review: architecture validation
├── /qa: integration testing
└── /debug: root-cause debugging