What problem does it solve?
Managing the complex, multi-faceted maintenance of the ATFT-GAT-FAN stack requires coordinating multiple AI agents (Claude and Codex) and maintaining shared context across diverse tasks. This Skill automates this orchestration, ensuring continuous system health.
Core Features & Use Cases
- AI Agent Orchestration: Seamlessly coordinate Claude Code skills with OpenAI Codex autonomous workflows for end-to-end system maintenance.
- Proactive Self-Healing: Schedule and execute daily autonomous maintenance loops, including quick fixes by Claude and deep optimizations by Codex.
- Use Case: Set up a daily cron job to run a full autonomous maintenance loop, allowing Claude to handle quick fixes and Codex to perform deep optimization sweeps across dataset, training, and research modules, ensuring the system is always production-ready without manual intervention.
Quick Start
Example: Run full daily autonomy loop
./tools/claude-code.sh --no-check "Run proactive maintenance checklist"
./tools/codex.sh --max --exec "Perform deep optimization sweep across dataset, training, and research modules"