Amoa Orchestrator Status banner
Emasoft Emasoft

Amoa Orchestrator Status

Development community

Description

--- name: amoa-orchestrator-status description: "Check orchestrator loop status and pending tasks" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_check_orchestrator_status.py:*)"] --- # Orchestrator Status Check the current state of the orchestrator loop: ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_check_orchestrator_status.py" ``` This shows: - Whether an orchestrator loop is active - Current iteration count - Pending tasks from each source (Claude Tasks, GitHub, task

Installation

Installs to ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-orchestrator-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-orchestrator-status && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-orchestrator-agent/HEAD/commands/amoa-orchestrator-status.md -o ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-orchestrator-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository