rust-pro
π―Skillfrom rmyndharis/antigravity-skills
Provides advanced Rust programming guidance, best practices, code generation, and architectural patterns for professional Rust development workflows.
Installation
npx skills add https://github.com/rmyndharis/antigravity-skills --skill rust-proSkill Details
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:
- Domain Skills (e.g.,
k8s-manifest-generator,async-python-patterns): Specialized knowledge packages. - Specialist Agents (e.g.,
backend-architect,security-auditor): Persona-based instruction sets for complex reasoning. - 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-principlesandbackend-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
Generates iOS development project structures, implements Swift code patterns, and provides architectural guidance for building native iOS applications.
Optimizes system performance by analyzing bottlenecks, recommending architectural improvements, and providing targeted performance tuning strategies across software infrastructure.
Generates comprehensive frontend development workflows, providing structured guidance for building modern web applications using current best practices and technologies.
Generates comprehensive backend system architectures, recommending optimal tech stacks, design patterns, and scalable infrastructure strategies for complex software projects.
Helps developers systematically diagnose and resolve code issues by providing structured debugging techniques and interactive problem-solving strategies across different programming environments.
Helps users efficiently locate, filter, and retrieve information across complex document sets using advanced search techniques and precision query strategies.
Generates, validates, and optimizes Terraform infrastructure-as-code configurations with expert-level best practices and architectural recommendations.
Designs and generates optimized database schemas, selects appropriate database technologies, and provides architectural recommendations for scalable data storage solutions.
Guides developers through systematic backend feature implementation, providing structured workflows for designing, coding, and integrating new server-side components and functionalities.
Generates professional-grade C programming workflows, best practices, and code templates for complex software development projects.