Destroy banner
verkyyi verkyyi

Destroy

DevOps community

Description

You are tearing down an always-on Claude Code workspace on AWS. Confirm with the user before deleting anything. The user may specify an instance name (e.g., `/destroy claude-dev-2`). If they do, only destroy that specific instance. Check `$ARGUMENTS` for the instance name. ## Context - Arguments: $ARGUMENTS - AWS CLI configured: !`aws sts get-caller-identity 2>&1 | head -5` - AWS region: !`aws configure get region 2>/dev/null || echo "not set"` - Tagged instances: !`aws ec2 describe-instances

Installation

Installs to ~/.claude/commands/verkyyi-always-on-claude-destroy.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/verkyyi/always-on-claude/HEAD/.claude/commands/destroy.md -o ~/.claude/commands/verkyyi-always-on-claude-destroy.md

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

Full documentation available on GitHub

View Source Repository