three-minds

Coordinates three specialized AI agents to review, implement, and vote on code changes.

4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Enderfga/three-minds --skill three-minds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: three-minds
Source: https://github.com/Enderfga/three-minds/tree/main
Command: npx skills add https://github.com/Enderfga/three-minds --skill three-minds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting reliable outcomes for complex code and design tasks by coordinating multiple specialized AI agents that can read and modify the same codebase and iteratively converge on agreement.

Core Features & Use Cases

  • Multi-agent collaboration loop: Three agents sequentially review, implement, and vote using a shared working directory.
  • Unified model access via claude-code-skill: Route Claude/GPT/Gemini through a consistent agent framework with optional proxy support.
  • Preset workflows: Use built-in configurations like default collaboration, multi-model collaboration, and code-review triads for different project goals.
  • Practical use cases: Code review, refactoring, feature design-to-implementation, bug fixing, and documentation improvements.

Quick Start

Run three-minds with your task and a target project directory, for example: three-minds "Review all code in src/ and propose fixes, then implement improvements" --dir ./your-project.

Frequently Asked Questions about three-minds

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does multi-agent consensus improve complex code refactoring?

Multi-agent consensus improves code refactoring by coordinating three specialized AI agents that sequentially review, implement, and vote on changes using a shared working directory. This iterative process ensures reliable outcomes for complex design tasks by requiring a final agreement.

How do I run an automated code review and implement fixes on my repository?

To run an automated code review, execute the command with your task description and target project directory, for example: three-minds "Review all code in src/ and propose fixes, then implement improvements" --dir ./your-project.

Can I use different AI models like GPT or Gemini for repo collaboration?

Yes, you can use different AI models for repo collaboration. The framework routes Claude, GPT, and Gemini through a consistent agent backend with optional proxy support, allowing model switching via configuration and a custom proxy baseUrl.

Does multi-agent code review support automated test execution?

Yes, multi-agent code review supports automated test execution. The collaboration loop applies to scenarios requiring iterative proposals, file-based edits, and test execution across multiple rounds to validate the implemented changes before reaching a final consensus.

What is the best way to coordinate specialized agents on the same codebase?

The best way to coordinate specialized agents on the same codebase is using a preset multi-agent collaboration workflow. Agents sequentially handle review, implementation, and voting, enforcing end-of-response voting with a specific consensus tag to confirm agreement.

When should I not use a consensus-driven approach for code tasks?

You should not use a consensus-driven approach for simple, single-step code modifications. The multi-agent loop is designed for complex code review, refactoring, and feature design tasks that benefit from iterative proposals and multi-round consensus before applying changes.