From antigravity-awesome-skills
Autonomous DevSecOps & FinOps guardrails that audit Linux Kernel patches for memory safety, detect Terraform cost drifts, and enforce Kubernetes compliance using Gemini AI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:aegisops-aiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AegisOps-AI is a professional-grade "Living Pipeline"
AegisOps-AI is a professional-grade "Living Pipeline" that integrates advanced AI reasoning directly into the SDLC. It acts as an intelligent gatekeeper for systems-level security, cloud infrastructure costs, and Kubernetes compliance.
To automate high-stakes security and financial audits by:
terraform plan outputs to prevent bill spikes.terraform apply or kubectl apply./analyze-project instead.AegisOps-AI leverages the Google GenAI SDK to implement a "Reasoning Path" for autonomous security and financial audits:
securityContext configurations.patch_analyzer.py)analysis_results.jsoncost_auditor.py)terraform plan output to identify cost anomalies—such as accidental upgrades from t3.micro to high-performance GPU instances.infrastructure_audit_report.jsonk8s_policy_generator.py)hardened_deployment.yamlgit clone https://github.com/Champbreed/AegisOps-AI.git
cd AegisOps-AI
python3 -m venv venv
source venv/bin/activate
pip install google-genai python-dotenv
Create a .env file in the root directory to securely
store your credentials:
echo "GEMINI_API_KEY='your_api_key_here'" > .env
To execute the full suite of agents in sequence and generate all security reports:
python3 main.py
allowPrivilegeEscalation: true or root user execution.GEMINI_API_KEY in production.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderAudits Linux Kernel patches for memory safety issues like UAF and stale state, detects cost drifts in Terraform plans, and generates hardened Kubernetes securityContexts using Gemini AI.
Automates security scanning for IaC templates (Terraform, CloudFormation, K8s) using Checkov, tfsec, and KICS to detect misconfigurations before deployment.
Audits cloud-native infrastructure against the OWASP Cloud-Native Application Security Top 10 using Prowler, AWS CLI, kubectl, and Terraform commands.