AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
Evolab
Evolab is an open-source workflow skill for Claude Code, published by martin1847. Its author describes it as: “A² · Agentic AI × Anything:多 agent 编排方法论与治理 skill 合集(旗舰 cto-orchestration)”. The project has 6 stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/martin1847/evolab ~/.claude/skills/evolab`.
Installation
Add Evolab to your agent with:
git clone https://github.com/martin1847/evolab ~/.claude/skills/evolab Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Evolab when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Things to check
- Limited adoption so far — evaluate before depending on it
Topics
Frequently asked questions
- What does Evolab do?
- A² · Agentic AI × Anything:多 agent 编排方法论与治理 skill 合集(旗舰 cto-orchestration)
- How do I install Evolab?
- Run git clone https://github.com/martin1847/evolab ~/.claude/skills/evolab in your agent, then reload your skills. Review the source at https://github.com/martin1847/evolab before installing.
- Is Evolab free to use?
- Yes. Evolab is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Evolab work with?
- Evolab declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Workflow →Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.