Amoa Register Agent banner
Emasoft Emasoft

Amoa Register Agent

AI community

Description

--- name: amoa-register-agent description: "Register a remote agent (AI or human) for module assignment" argument-hint: "<TYPE> <AGENT_ID> [--session NAME]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_register_agent.py:*)"] --- # Register Agent Command Register a remote agent that will be assigned modules during Orchestration Phase. Only registered agents can receive module assignments. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_register_agent.py" $ARGUMEN

Installation

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

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

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

Full documentation available on GitHub

View Source Repository