What problem does it solve?
Build durable, reusable CLIs that Codex threads can invoke by name from any working directory, replacing scattered one-off scripts with a standard, testable toolset.
Core Features & Use Cases
- Runtime-agnostic scaffolding: choose Rust, TypeScript/Node, or Python to produce a durable CLI that can be installed on PATH.
- Composable command surface: supports discovery, resolve, read, and write commands with stable JSON outputs and a raw escape hatch.
- Companion skill scaffold: generates a small companion skill to guide Codex in when/how to use the CLI and how to handle auth safely.
- Example use case: build a 'ci-logs' CLI to fetch and summarize CI logs across multiple pipelines.
Quick Start
Define the target tool, its source, and initial jobs, then scaffold a durable CLI in Rust, TS/Node, or Python and run a basic doctor check.