Provision banner
verkyyi verkyyi

Provision

DevOps community

Description

You are orchestrating the provisioning of an always-on Claude Code workspace on AWS. You will run all commands yourself, only pausing when the user needs to do something in a browser. ## Context - AWS CLI configured: !`aws sts get-caller-identity 2>&1 | head -5` - AWS region: !`aws configure get region 2>/dev/null || echo "not set"` - Existing SSH keys: !`find ~/.ssh ~/ -maxdepth 1 -name "*.pem" 2>/dev/null || echo "none"` - Existing instances: !`aws ec2 describe-instances --region "$(aws conf

Installation

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

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

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

Full documentation available on GitHub

View Source Repository