project-orchestrator
Coordinate coding agents with shared knowledge graph
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Project Orchestrator?โผ
Run `npx skills add this-rs/project-orchestrator --all -g -y` in your terminal to install the skill globally for your agent.
How to coordinate multiple coding agents on one project?โผ
Project Orchestrator gives every agent a shared knowledge graph of code, plans, and decisions, so agents claim tasks and build on each other's work instead of starting from scratch.
Does Project Orchestrator work with Claude Code and Cursor?โผ
Yes. It runs as an MCP server with 22 mega-tools and integrates natively with Claude Code, OpenAI Agents, and Cursor.
How does semantic code search work here?โผ
Your codebase is parsed with Tree-sitter into a Neo4j graph and indexed in Meilisearch, letting agents search code by meaning and check change impact before editing.
What services does Project Orchestrator need to run?โผ
It requires Neo4j and Meilisearch, which you can start with one command using the included Docker Compose setup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core