this-rsthis-rsOfficialยท1 Agent Skills Included

project-orchestrator

Coordinate coding agents with shared knowledge graph

Coordinates multiple coding agents on complex projects through a shared knowledge graph. Stores code structure, plans, tasks, and decisions in Neo4j with semantic search via Meilisearch. Eliminates repeated context-gathering so every agent picks up work with full project history. Includes 22 MCP tools, file auto-sync, and impact analysis for faster, safer code changes.
npx skills add this-rs/project-orchestrator --all -g -y
Available:

Tells agents how to claim tasks, record decisions, commit changes, and query the shared knowledge graph through the orchestrator's REST API and MCP tools.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’