What problem does it solve?
HtmlGraph session tracking and work continuity for Codex addresses the challenge of lost context and misattributed work when multiple AI assistants collaborate on a project. This skill ensures proper activity attribution and seamless handoffs by persisting session data and feature context across tools.
Core Features & Use Cases
- Automatic session tracking via git hooks that capture activity and context.
- Cross-tool continuity and feature-based attribution across Claude Code, Codex, and Gemini.
- Session history and resume capabilities to restore work state in new or different assistants.
- Drift detection for file changes to highlight divergence between sessions.
Quick Start
Install HtmlGraph in your project (pip install htmlgraph>=0.8.0), then copy this Codex skill into your Codex skills directory (e.g., ~/.codex/skills/htmlgraph). Initialize HtmlGraph with htmlgraph init, and verify status with htmlgraph status.