Amoa Assign Module banner
Emasoft Emasoft

Amoa Assign Module

Development community

Description

--- name: amoa-assign-module description: "Assign a module to a registered agent with Instruction Verification Protocol" argument-hint: "<MODULE_ID> <AGENT_ID>" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_assign_module.py:*)"] --- # Assign Module Command Assign a module to a registered agent and initiate the Instruction Verification Protocol. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_assign_module.py" $ARGUMENTS ``` ## Arguments | Argument | Required |

Installation

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

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

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

Full documentation available on GitHub

View Source Repository