memorix-orchestrate

Coordinate subagent tasks, handoffs, messages, and file locks in AI coding environments.

618|48|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AVIDS2/memorix --skill memorix-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memorix-orchestrate
Source: https://github.com/AVIDS2/memorix/tree/main/plugins/copilot/memorix/skills/memorix-orchestrate
Command: npx skills add https://github.com/AVIDS2/memorix --skill memorix-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a solution for main agents to coordinate explicit subagent work through tasks, handoffs, messages, file locks, or the orchestrate CLI, ensuring a consistent project memory across different sessions and tools.

Core Features & Use Cases

  • Explicit Subagent Coordination: Coordinates tasks and workflows between subagents, facilitating seamless collaboration.
  • Joined Identities: Enables coordination with joined identities for tasks and handoffs.
  • Task Management: Creates, lists, claims, and completes tasks.
  • Message Communication: Sends and reads coordination messages.
  • Handoff Sharing: Facilitates structured handoff sharing.
  • File Locks: Avoids file conflicts with file lock management.
  • State Polling: Polls joined coordination state.
  • Use Case: For a project requiring collaboration between multiple agents, such as Claude Code, Codex, and Cursor, this Skill ensures that each agent has access to a consistent set of instructions and data.

Quick Start

Use the memorix-orchestrate skill to coordinate tasks for a project, starting with 'memorix orchestrate --goal "<goal>" --agents claude:1,codex:1'.

Frequently Asked Questions about memorix-orchestrate

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

FAQPage Schema
How do I coordinate subagent workflows across multiple AI coding tools like Claude Code and Codex?

You can coordinate subagent workflows by using a skill that manages tasks, handoffs, and messages to maintain consistent project memory across tools like Claude Code, Codex, and Cursor. It provides explicit coordination and state management for production multi-agent environments.

What is the best way to manage file locking for concurrent AI agents?

File locking for concurrent AI agents is managed through a coordination system that prevents file conflicts during multi-agent task execution. The skill acquires locks explicitly, ensuring safe concurrent file access across orchestrated workers and subagents.

How do I start an orchestrated task with multiple agents using the CLI?

Start orchestrated tasks by running the orchestrate CLI command with a specified goal and allocated agents, such as 'memorix orchestrate --goal "<goal>" --agents claude:1,codex:1'. This initiates the workflow and assigns the subagents.

Does multi-agent workflow orchestration work without session management capabilities?

No, explicit subagent coordination requires session management and task execution capabilities to function correctly. It relies on these capabilities to ensure consistent state management and structured handoffs across different coding sessions.

When do I need joined identities for task handoffs in agent coordination?

Joined identities for task handoffs are needed when multiple agents must share structured context and claim tasks within a unified workflow. This mechanism ensures consistent project memory and seamless collaboration across different AI coding environments.

Can I poll the coordination state of joined agent tasks?

Yes, you can poll the joined coordination state to monitor the progress of tasks and handoffs. This allows main agents to track subagent execution, read coordination messages, and verify task completion in real-time.