environment-provisioner

📁 famaoai-creator/gemini-skills 📅 13 days ago
3
总安装量
3
周安装量
#56251
全站排名
安装命令
npx skills add https://github.com/famaoai-creator/gemini-skills --skill environment-provisioner

Agent 安装分布

cursor 3
claude-code 3
replit 3
mcpjam 2
openhands 2
zencoder 2

Skill 文档

Environment Provisioner

This skill helps you define and generate infrastructure. It translates high-level architectural needs into concrete IaC files.

Capabilities

1. IaC Generation

  • Terraform: AWS/Azure/GCP resource definitions.
  • Docker: Optimized multi-stage Dockerfiles.
  • Kubernetes: Deployment, Service, and Ingress manifests.

2. Best Practice Alignment

  • Ensures security (non-root users in Docker).
  • Resource limits in K8s.
  • State management and modularity in Terraform.
  • High Availability: Generates Multi-AZ and redundant configurations following Availability Best Practices.

Usage

  • “Provision a production-ready AWS VPC and RDS instance using Terraform.”
  • “Generate a Dockerfile for this Node.js app that follows security best practices.”

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
  • References Availability Best Practices for architectural redundancy and failover standards.