🎯

database-cloud-optimization-cost-optimize

🎯Skill

from rmyndharis/antigravity-skills

VibeIndex|
What it does

Optimizes database and cloud infrastructure costs by analyzing resource utilization, recommending rightsizing strategies, and identifying potential cost-saving opportunities.

database-cloud-optimization-cost-optimize

Installation

Install skill:
npx skills add https://github.com/rmyndharis/antigravity-skills --skill database-cloud-optimization-cost-optimize
6
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Antigravity Skill Vault

A curated collection of Agent Skills for Google Antigravity, ported from the [Claude Code Agents](https://github.com/wshobson/agents) repository.

This vault transforms the extensive Claude Code ecosystem into Antigravity Skills, providing your agent with repeatable workflows, domain expertise, and specialized tools.

---

πŸš€ Overview

This repository contains 300+ specialized skills across software development, operations, security, and business domains. Each skill is a directory-based package that teaches Antigravity's agent how to perform specific tasks.

What's Included?

The skills are derived from three types of Claude Code components, all unified into the Antigravity Skill format:

  1. Domain Skills (e.g., k8s-manifest-generator, async-python-patterns): Specialized knowledge packages.
  2. Specialist Agents (e.g., backend-architect, security-auditor): Persona-based instruction sets for complex reasoning.
  3. Commands & Workflows (e.g., full-stack-orchestration-full-stack-feature, conductor-implement): Structured, multi-step procedures.

---

πŸ“‚ Categories

Skills are flattened in the skills/ directory, but cover these broad categories:

πŸ’» Development & Languages

  • Python: python-pro, fastapi-pro, async-python-patterns, uv-package-manager
  • JavaScript/TypeScript: typescript-pro, react-modernization, nextjs-app-router-patterns
  • Systems: rust-pro, golang-pro, memory-safety-patterns
  • Mobile: frontend-mobile-development-component-scaffold, react-native-architecture

☁️ Infrastructure & Operations

  • Kubernetes: kubernetes-architect, helm-chart-scaffolding, gitops-workflow
  • Cloud: cloud-architect, terraform-module-library, cost-optimization
  • CI/CD: cicd-automation-workflow-automate, github-actions-templates, gitlab-ci-patterns

πŸ”’ Security & Quality

  • Security: security-auditor, sast-configuration, security-scanning-security-hardening
  • Code Quality: code-review-ai-ai-review, code-refactoring-refactor-clean, codebase-cleanup-tech-debt
  • Testing: unit-testing-test-generate, tdd-workflows-tdd-cycle, e2e-testing-patterns

πŸ”„ Workflows & Architecture

  • Conductor: conductor-implement, context-driven-development (Context-Driven Development)
  • Architecture: c4-architecture-c4-architecture, microservices-patterns, api-design-principles
  • Orchestration: full-stack-orchestration-full-stack-feature, incident-response-incident-response

πŸ“Š Data & AI

  • Data Engineering: data-engineer, spark-optimization, dbt-transformation-patterns
  • AI/ML: ml-pipeline-workflow, prompt-engineering-patterns, rag-implementation

---

🎯 Install Strategically (Token Efficient)

Antigravity loads metadata (name + description) from every installed skill at session start. More skills means more token usage and a higher chance of irrelevant auto-activation. Prefer targeted installs via search, tags, or bundles. install --all is advanced and not recommended for most projects.

🧭 Catalog & Discovery

This repo ships a generated catalog for discovery:

  • CATALOG.md (human-readable index)
  • catalog.json (machine-readable index used by the CLI)
  • bundles.json (curated bundles)
  • aliases.json (short names that map to long skill IDs)

Regenerate after adding/editing skills:

```bash

npm run build:catalog

```

πŸ› οΈ How to Use

When a conversation starts, Antigravity loads the metadata (name & description) from all skills.

ANTIGRAVITY automatically activates a skill when your request matches its description.

Examples:

  • "Help me design a REST API for a user service" β†’ Activates api-design-principles and backend-architect.
  • "Scaffold a new FastAPI project" β†’ Activates python-development-python-scaffold.
  • "Review this PR for security issues" β†’ Activates `security-scanning-security-

More from this repository10

🎯
ios-developer🎯Skill

Generates iOS development project structures, implements Swift code patterns, and provides architectural guidance for building native iOS applications.

🎯
performance-engineer🎯Skill

Optimizes system performance by analyzing bottlenecks, recommending architectural improvements, and providing targeted performance tuning strategies across software infrastructure.

🎯
frontend-developer🎯Skill

Generates comprehensive frontend development workflows, providing structured guidance for building modern web applications using current best practices and technologies.

🎯
backend-architect🎯Skill

Generates comprehensive backend system architectures, recommending optimal tech stacks, design patterns, and scalable infrastructure strategies for complex software projects.

🎯
debugger🎯Skill

Helps developers systematically diagnose and resolve code issues by providing structured debugging techniques and interactive problem-solving strategies across different programming environments.

🎯
rust-pro🎯Skill

Provides advanced Rust programming guidance, best practices, code generation, and architectural patterns for professional Rust development workflows.

🎯
search-specialist🎯Skill

Helps users efficiently locate, filter, and retrieve information across complex document sets using advanced search techniques and precision query strategies.

🎯
terraform-specialist🎯Skill

Generates, validates, and optimizes Terraform infrastructure-as-code configurations with expert-level best practices and architectural recommendations.

🎯
database-architect🎯Skill

Designs and generates optimized database schemas, selects appropriate database technologies, and provides architectural recommendations for scalable data storage solutions.

🎯
backend-development-feature-development🎯Skill

Guides developers through systematic backend feature implementation, providing structured workflows for designing, coding, and integrating new server-side components and functionalities.