From emasoft-orchestrator-agent
Register a remote agent (AI or human) for module assignment
npx claudepluginhub emasoft/emasoft-plugins --plugin emasoft-orchestrator-agent<TYPE> <AGENT_ID> [--session NAME]# Register Agent Command Register a remote agent that will be assigned modules during Orchestration Phase. Only registered agents can receive module assignments. ## Usage ## Arguments | Argument | Required | Description | |----------|----------|-------------| | `TYPE` | Yes | Agent type: `ai` or `human` | | `AGENT_ID` | Yes | Unique identifier for the agent | | `--session` | No | AI Maestro session name (for AI agents) | ## Registering an AI Agent This registers: - Agent ID: `implementer-1` - Type: AI (communicates via AI Maestro) - Session: `helper-agent-generic` ## Registering ...
/amoa-register-agentRegisters AI or human agents for module assignments in orchestration phase. Requires TYPE (ai/human), AGENT_ID, optional --session for AI; updates registered agents state file.
/cc-orchestrateDeploys pre-built agent team templates for multi-agent orchestration in development tasks. Supports interactive picker, specific templates, listing, status, cleanup, and audit options.
/ai-agent-createCreates a specialized AI agent file with custom system prompt, optional tools, handoff rules, and TypeScript types based on provided name and specialization.
/agency-runOrchestrates engineering agents from .claude/agents/ (Architect → parallel UX+Security → Fullstack → local-review → parallel QA+Security → Launch Audit) to complete tasks end-to-end.
/f5-agentManage AI agents and personas (list, activate, invoke, chain), invoke task-specific agents, and get context-aware suggestions.
Share bugs, ideas, or general feedback.
Register a remote agent that will be assigned modules during Orchestration Phase. Only registered agents can receive module assignments.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/eoa_register_agent.py" $ARGUMENTS
| Argument | Required | Description |
|---|---|---|
TYPE | Yes | Agent type: ai or human |
AGENT_ID | Yes | Unique identifier for the agent |
--session | No | AI Maestro session name (for AI agents) |
/register-agent ai implementer-1 --session helper-agent-generic
This registers:
implementer-1helper-agent-generic/register-agent human dev-alice
This registers:
dev-alice (should match GitHub username)registered_agents:
ai_agents:
- agent_id: "implementer-1"
session_name: "helper-agent-generic"
assigned_by_user: true
human_developers:
- github_username: "dev-alice"
assigned_by_user: true
# Register AI agent with specific session
/register-agent ai implementer-1 --session helper-agent-generic
# Register multiple AI agents
/register-agent ai implementer-2 --session helper-agent-python
# Register human developer
/register-agent human dev-alice
# Register another human
/register-agent human dev-bob
/orchestration-status - View registered agents/assign-module - Assign module to agent/check-agents - Poll agent progress