Claude-skill-registry gcp-hardening
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gcp-hardening" ~/.claude/skills/majiayu000-claude-skill-registry-gcp-hardening && rm -rf "$T"
manifest:
skills/data/gcp-hardening/SKILL.mdsource content
GCP Hardening
STUB: This skill is not yet implemented
This placeholder preserves the documented plugin structure. See parent plugin README for planned capabilities.
Planned Capabilities
- IAM Least Privilege: Minimal permission grants, service account best practices
- VPC Security: Network segmentation, firewall rules, Private Google Access
- Secret Manager: Secure credential storage and rotation
- Cloud Armor configuration
- Organization policy constraints
- Security Command Center integration
Implementation Status
- Core implementation
- References documentation
- Output templates
- Integration tests