What problem does it solve? Manually validating edits, formatting code, tracking session state, and coordinating multiple agents across development sessions is repetitive and error-prone. This Skill automates those tasks through a configurable hook system integrated with Codex Flow CLI and MCP tools. ## Core Features & Use Cases - Pre/Post-Operation Hooks: Validate syntax, assign agents, auto-format code, and train neural patterns around every edit, bash command, task, or search. - Session & Memory Management: Persist context across sessions, restore prior state, export metrics, and synchronize shared memory across swarm agents. - Git & MCP Integration: Wire hooks into pre-commit/pre-push quality gates and coordinate with MCP swarm tools for agent spawning and neural training. - Use Case: A team running multi-agent refactoring configures post-edit hooks so every modified file is auto-formatted, logged to coordination memory, and used to train patterns, while a session-end hook exports metrics and a summary report. ## Quick Start Set up the hooks system in my project by initializing Codex Flow with hooks and configuring pre-edit and post-edit automation in my settings file.