An agent skill that runs parallel, multi-agent code review by orchestrating other AI agents through the Solo MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"solo-counselors": {
"command": "npx",
"args": [
"-y",
"slaFFik/solo-counselors"
]
}
}
}
Run in terminal:
claude mcp add solo-counselors npx -y slaFFik/solo-counselors
Add to .cursor/mcp.json:
{
"mcpServers": {
"solo-counselors": {
"command": "npx",
"args": [
"-y",
"slaFFik/solo-counselors"
]
}
}
}