Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:03 +08:00
commit d5d2962808
12 changed files with 919 additions and 0 deletions

25
commands/infra.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <requirement> [tool]
description: Infrastructure as Code design with Terraform, CDK, and CloudFormation
---
# Infra Command
Infrastructure as Code design with Terraform, CDK, and CloudFormation
## Arguments
**$1 (Required)**: requirement
**$2 (Optional)**: tool
## Examples
```bash
/infra "Setup EKS cluster" terraform
/infra "Configure S3 with CloudFront CDN" cdk
```
Invoke the infra-architect agent with: $ARGUMENTS