Persistent session orchestrator for mxLore. This skill should be used when the user says "park", "resume", "continue", "keep going", "where were we", "pick up where we left off" (non-English phrasing with the same meaning maps to these triggers), "what's my workflow status", "/mxOrchestrate start/track/park/resume/status/suggest", "start a new feature/bugfix workflow", "track this as ad-hoc", "spawn a team agent", or when a session begins and workflow state must be loaded. Always-on via SessionStart/UserPromptSubmit hooks. Manages workflow stack (LIFO), ad-hoc tasks, team agents, and skill chains.
$npx -y skills add microtronx/mxlore --skill mxOrchestrateInstalls into the current project.
Run `npx skills use "https://github.com/microtronx/mxlore" --skill "microtronx/mxlore/mxorchestrate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microtronx/mxlore" that are relevant to the current task. Run `npx skills add "https://github.com/microtronx/mxlore"` and select the relevant skills, then follow their instructions.