From gcp-cloud
Design the GCP resource hierarchy: organization -> folders (env/dept) -> projects (app/workload), and set org-policy constraints (allowed regions, disable SA key creation, no external IP, OS Login) high in the tree for inheritance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gcp-cloud:gcp-resource-hierarchyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Folders by env/department; **projects** by app/workload (the blast-radius + billing unit). IAM and org policy **inherit** down the tree.
Folders by env/department; projects by app/workload (the blast-radius + billing unit). IAM and org policy inherit down the tree.
Preventive, inherited safety beats per-project vigilance. Build with terraform-iac.
npx claudepluginhub mcorbett51090/ravenclaude --plugin gcp-cloudGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.