Amoa Remove Module banner
Emasoft Emasoft

Amoa Remove Module

Development community

Description

--- name: amoa-remove-module description: "Remove a pending module from Orchestration Phase (only if not started)" argument-hint: "<MODULE_ID> [--force]" allowed-tools: ["Bash(python3 ${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py:*)"] --- # Remove Module Command Remove a module from Orchestration Phase. Only modules with `pending` status can be removed. ## Usage ```! python3 "${CLAUDE_PLUGIN_ROOT}/scripts/amoa_modify_module.py" remove $ARGUMENTS ``` ## Arguments | Argument | Required

Installation

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

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