Amoa Modify Module banner
Emasoft Emasoft

Amoa Modify Module

Development community

Description

--- name: amoa-modify-module description: "Modify a module's specifications during Orchestration Phase" argument-hint: "<MODULE_ID> [--name NAME] [--criteria TEXT] [--priority LEVEL]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py:*)"] --- # Modify Module Command Change the specifications of a module during Orchestration Phase. If module is assigned, notifies the assigned agent. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py" mod

Installation

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

Terminal
mkdir -p ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-modify-module && curl -fsSL https://raw.githubusercontent.com/Emasoft/ai-maestro-orchestrator-agent/HEAD/commands/amoa-modify-module.md -o ~/.claude/skills/emasoft-ai-maestro-orchestrator-agent-amoa-modify-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