BeClaude

overmind

New
GitHub TrendingGeneralby xuanlinAI

玄霖超脑 · 无量网络 v4 重构版— 66 模块6通道 AI 认知神经系统 · 装一次,你所有的 AI 工具从此共享一个永远不失忆的大脑。跨会话记忆 · 多 Agent 互通 · 自动代码审查 · 零配置

First seen 5/22/2026

Summary

Overmind is a modular AI cognitive nervous system that provides persistent cross-session memory and multi-agent interoperability across all your AI tools.

  • It enables automatic code review, zero-config setup, and a shared brain that never forgets, making it ideal for complex, long-running development workflows.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/overmind.md

3
Invoke with @agent-name
@overmind

Use Cases

Maintain context across multiple Claude Code sessions for a large refactoring project without repeating instructions.
Enable multiple AI agents to share and update a common knowledge base during collaborative debugging.
Automatically review code changes and enforce project-specific coding standards without manual configuration.
Store and retrieve architectural decisions and design patterns across different development tasks.
Orchestrate a multi-step workflow where agents pass tasks and results to each other seamlessly.
Keep a persistent memory of user preferences and project history for personalized assistance.

Usage Examples

1

/overmind init my-project --memory persistent

2

Start a code review with overmind for the latest commit.

3

Ask overmind to remember the project's coding style and apply it to new files.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is overmind?

Overmind is a modular AI cognitive nervous system that provides persistent cross-session memory and multi-agent interoperability across all your AI tools. It enables automatic code review, zero-config setup, and a shared brain that never forgets, making it ideal for complex, long-running development workflows.

How to install overmind?

To install overmind: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/overmind.md. Finally, @overmind in Claude Code.

What is overmind best for?

overmind is a agent categorized under General. It is designed for: agent. Created by xuanlinAI.

What can I use overmind for?

overmind is useful for: Maintain context across multiple Claude Code sessions for a large refactoring project without repeating instructions.; Enable multiple AI agents to share and update a common knowledge base during collaborative debugging.; Automatically review code changes and enforce project-specific coding standards without manual configuration.; Store and retrieve architectural decisions and design patterns across different development tasks.; Orchestrate a multi-step workflow where agents pass tasks and results to each other seamlessly.; Keep a persistent memory of user preferences and project history for personalized assistance..