Provision
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
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 RepositoryRelated Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps