一键导入
forge-deploy
Autonomous infrastructure deployment and MCP server management
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous infrastructure deployment and MCP server management
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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