adr
Write an Architecture Decision Record documenting a significant technical decision.
Create and configure a GCS bucket with proper security 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.
/configure-gcsContext preview
What this command does when you run it.
Create and configure a GCS bucket with proper security settings.
name: configure-gcs description: Create and configure a GCS bucket with proper security settings.
Create and configure a GCS bucket with proper security settings.
1. Ask the user for the bucket purpose: storage, hosting, backups, data lake 2. Choose the storage class: Standard, Nearline, Coldline, or Archive based on access patterns 3. Select the location: region, dual-region, or multi-region based on requirements 4. Configure uniform bucket-level access (recommended over ACLs) 5. Set up default encryption with Google-managed or customer-managed keys 6. Configure lifecycle rules: transition to cheaper storage classes, delete old objects 7. Enable object versioning for data protection 8. Set up CORS configuration for web application access 9. Configure IAM bindings with least-privilege access for service accounts 10. Set up Pub/Sub notifications for object change events if needed 11. Generate the Terraform or gcloud commands for bucket creation 12. Document: bucket name, location, storage class, lifecycle rules, access policy
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.