What problem does it solve? Manually coordinating agent assignments, code formatting, session state, and cross-session memory in Claude Code workflows is repetitive and error-prone. This Skill automates those tasks through configurable pre/post-operation hooks integrated with MCP tools. ## Core Features & Use Cases - Pre/Post-Operation Hooks: Validate syntax, auto-assign agents, format code, and store edit context automatically before and after file edits, bash commands, tasks, and searches. - Session & Memory Management: Persist session state, restore context across sessions, and synchronize coordination memory across swarm agents. - Neural Pattern Training: Continuously learn from successful edits and tasks to improve future agent coordination. - Use Case: A team running multi-agent refactoring configures post-edit hooks so every file change is auto-formatted, logged to shared memory, and used to train coordination patterns, while session-end hooks export metrics and summaries. ## Quick Start Initialize the hooks system by running npx claude-flow init --hooks, then ask the AI to configure pre-edit and post-edit hooks in .claude/settings.json for automatic formatting and memory storage.