What problem does it solve?
This Skill provides a robust way to generate code using OpenAI's Codex, with comprehensive tracking of the generation process and its integration into the HtmlGraph event hierarchy. It offers two distinct patterns for code generation: a simple delegation to Claude's general-purpose agent and a more advanced direct invocation of the Codex CLI with detailed event tracking.
Core Features & Use Cases
- Code Generation: Create production-quality code, implement features, and debug issues.
- Sandboxed Execution: Run generated code in isolated environments for safety and reliability.
- Event Tracking: Full observability of code generation activities within the HtmlGraph event hierarchy, linking subprocess invocations to parent tasks.
- Use Case: Automatically generate a new API endpoint, including tests and documentation, and have all steps logged and traceable within your project's graph database.
Quick Start
Use the codex skill to generate an API endpoint for user authentication with full tests.