oh-my-ccg-init

Verify MCP, Codex, and Gemini endpoints and initialize RPI state.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/1molchuan/oh-my-ccg --skill oh-my-ccg-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oh-my-ccg-init
Source: https://github.com/1molchuan/oh-my-ccg/tree/main/skills/oh-my-ccg-init
Command: npx skills add https://github.com/1molchuan/oh-my-ccg --skill oh-my-ccg-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the initial setup of oh-my-ccg by validating MCP servers, preparing state infrastructure, and initializing the RPI workflow state to enable reliable progress tracking.

Core Features & Use Cases

  • Connectivity verification: checks MCP tools server, Codex CLI, and Gemini CLI reachability to confirm runtime readiness.
  • Environment preparation: creates .oh-my-ccg/state and .oh-my-ccg/plans directories and applies default configuration when missing.
  • RPI state initialization: writes an initial RPI state with phase set to init to establish a recoverable baseline.
  • Optional tooling setup: detects optional OpenSpec availability and guides initialization if present.

Quick Start

Initialize the environment and validate all MCP endpoints to begin a fresh or recovering run.

Frequently Asked Questions about oh-my-ccg-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize the oh-my-ccg environment and verify MCP endpoints?

To initialize the oh-my-ccg environment, the skill validates MCP tools server, Codex CLI, and Gemini CLI reachability, then creates state structures and writes the initial RPI state.

What does RPI state initialization do for my workflow?

RPI state initialization writes a baseline state with the phase set to init, creating a recoverable checkpoint for your RPI workflow and establishing reliable progress tracking.

How do I set up state infrastructure for an RPI workflow?

Setting up RPI workflow state involves creating .oh-my-ccg/state and .oh-my-ccg/plans directories, applying default configurations, and writing the initial recovery baseline.

Do I need Codex and Gemini CLI installed to validate the environment?

Yes, validating the environment requires checking the reachability of the MCP tools server, Codex CLI, and Gemini CLI to confirm runtime readiness before initializing the state.

Can I use OpenSpec during oh-my-ccg environment setup?

The initialization process detects optional OpenSpec availability and guides setup if present, allowing you to integrate OpenSpec tooling alongside standard MCP and CLI validation.

Why is my RPI workflow baseline not recovering properly?

If the RPI workflow baseline fails to recover, the environment may lack properly initialized state structures or failed endpoint validation for MCP, Codex, or Gemini during setup.