adr
Write an Architecture Decision Record documenting a significant technical decision.
Configure and deploy an AWS Lambda function with proper settings.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/setup-lambdaContext preview
What this command does when you run it.
Configure and deploy an AWS Lambda function with proper settings.
Configure and deploy an AWS Lambda function with proper settings.
1. Ask the user for the function name, runtime (Node.js, Python, Go), and trigger type 2. Create the Lambda function handler file with the appropriate template 3. Generate the IAM role and policy with least-privilege permissions 4. Configure environment variables for the function 5. Set memory allocation (default 256MB) and timeout (default 30s) based on workload 6. Configure the trigger: API Gateway, S3 event, SQS queue, EventBridge schedule, or DynamoDB stream 7. Set up VPC configuration if the function needs database or internal service access 8. Add CloudWatch log group with appropriate retention period (default 30 days) 9. Configure dead letter queue for failed invocations 10. Create the deployment package or container image configuration 11. Generate the IaC definition (CloudFormation, SAM, or CDK) for the Lambda 12. Document the function: purpose, trigger, environment variables, and IAM permissions
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.