Integrates bash command history bidirectionally between Claude Code and Atuin for enhanced learning and persistent command tracking.
This tool solves the common problem of Claude Code's executed bash commands not appearing in your personal shell history and Claude's inability to learn from your command patterns. It establishes a bidirectional integration with Atuin, a modern shell history manager. A 'write' hook ensures that every bash command run by Claude Code is logged into Atuin with rich metadata like timestamps, working directory, exit codes, and duration. Concurrently, an MCP server provides Claude with read access to your Atuin history, enabling it to query past commands and learn from your workflow, ultimately fostering a more context-aware AI assistant.