skills/oh-my-ccg-init/SKILL.md
初始化 oh-my-ccg 环境 — 验证 MCP 服务器、Codex、Gemini
npx skillsauth add 1molchuan/oh-my-ccg oh-my-ccg-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing the oh-my-ccg initialization skill. Follow these steps exactly:
Test connectivity of each plugin MCP server by calling their tools:
rpi_state_read → confirms tools server is operationalask_codex(agent_role="architect", prompt="ping") → confirms Codex CLI is reachableask_gemini(agent_role="designer", prompt="ping") → confirms Gemini CLI is reachableRecord which servers responded successfully.
Via Bash, create the directory structure:
mkdir -p .oh-my-ccg/state .oh-my-ccg/plans
If .oh-my-ccg/config.json does not exist, create it with defaults:
{
"hud": { "preset": "focused" }
}
Use the oh-my-ccg-tools MCP server's rpi_state_write tool to write:
{
"phase": "init",
"changeId": null,
"constraints": [],
"decisions": [],
"artifacts": [],
"history": []
}
Check if OpenSpec CLI is available:
npx openspec --version
npx openspec init --tools claudeOutput a summary:
oh-my-ccg Environment Status:
MCP Tools: ✅/❌ (rpi_state_read responded)
Codex: ✅/❌ (ask_codex responded)
Gemini: ✅/❌ (ask_gemini responded)
OpenSpec: ✅/❌ (version or "not installed — optional")
State Dir: ✅ Created
RPI State: ✅ Initialized (phase: init)
If Codex or Gemini is unavailable, provide installation guidance:
npm install -g @openai/codexnpm install -g @google/gemini-clidata-ai
显示 Agent 流程追踪时间线与摘要
tools
并行团队执行,N 个协调 Worker 协作
tools
oh-my-ccg 初始安装向导
tools
持久化执行-验证-修复循环,直到任务完成