From aura-frog
Deactivates a specified agent from the current workflow, outputting a confirmation message with reactivation instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/aura-frog:deactivateagent/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Command: agent:deactivate **Category:** Agent Management **Syntax:** `agent:deactivate <agent-name>` --- ## Description Deactivate a specific agent from the current workflow. --- ## Usage --- ## Output ---
Category: Agent Management
Syntax: agent:deactivate <agent-name>
Deactivate a specific agent from the current workflow.
agent:deactivate frontend
⏸️ Agent Deactivated: frontend
The UI Expert agent has been deactivated and will no longer participate in the current workflow.
You can reactivate it anytime with:
agent:activate frontend
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frog/cancelCancels the active dev workflow loop, archiving artifacts by default or wiping them with --hard. Stops any in-flight subagents to prevent post-cancel writes.
/agent-retireRetires an LLM agent by archiving its prompt file to agents/_retired/, removing from plugin.json sync list, logging decision, and preserving verdicts for audit. Also supports --list-candidates for idle agents.
/agent-removeRemoves named agent (team/review) by deleting files, cleaning registries/cross-references, and updating docs. Shows plan and confirms before changes; supports --dry.
/deactivateToggles Rune from active to dormant state, pausing organizational memory while preserving configuration. Requires read access to config and MCP reload capability.