What problem does it solve? Manually formatting code, tracking edits, restoring session context, and coordinating multiple agents in Claude Code workflows is repetitive and error-prone. This Skill automates those tasks through configurable hooks that run before and after operations. ## Core Features & Use Cases - Pre/Post-Operation Hooks: Validate syntax, auto-assign agents, format code, and train neural patterns around file edits, bash commands, tasks, and searches. - Session & Memory Management: Persist state across sessions, restore context, and synchronize shared memory across swarm agents via MCP tools. - Git Integration: Add pre-commit, post-commit, and pre-push quality gates with validation and metrics export. - Use Case: A team running multi-agent refactoring configures post-edit hooks so every file change is auto-formatted, stored in coordination memory, and used to train patterns, while session-end hooks export metrics and summaries. ## Quick Start Set up the hooks system by running npx claude-flow init --hooks and then ask Claude to configure pre-edit and post-edit hooks in .claude/settings.json for automatic formatting and memory storage.