/configure-gcs
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.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/configure-gcs
Context preview
What this command does when you run it.
Create and configure a GCS bucket with proper security settings.
Command definition
configure-gcs.mdname: configure-gcs
description: Create and configure a GCS bucket with proper security settings.
/configure-gcs - Configure Google Cloud Storage
Create and configure a GCS bucket with proper security settings.
Steps
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
Rules
- Always enable uniform bucket-level access over legacy ACLs
- Choose the storage class based on actual access frequency
- Enable versioning for buckets containing important or user-generated data
- Set lifecycle rules to transition to cheaper storage after access decreases
- Use customer-managed encryption keys for sensitive data
- Configure retention policies for compliance requirements
- Avoid public access unless serving static website content
Read more
name: configure-gcs description: Create and configure a GCS bucket with proper security settings.
/configure-gcs - Configure Google Cloud Storage
Create and configure a GCS bucket with proper security settings.
Steps
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
Rules
- Always enable uniform bucket-level access over legacy ACLs
- Choose the storage class based on actual access frequency
- Enable versioning for buckets containing important or user-generated data
- Set lifecycle rules to transition to cheaper storage after access decreases
- Use customer-managed encryption keys for sensitive data
- Configure retention policies for compliance requirements
- Avoid public access unless serving static website content
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
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

