By rmyndharis
Skill pack for Unity game development. Provides guidance and tools for building games and interactive 3D applications with the Unity engine.
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
Master Minecraft server plugin development with Bukkit, Spigot, and Paper APIs. Specializes in event-driven architecture, command systems, world manipulation, player management, and performance optimization. Use PROACTIVELY for plugin architecture, gameplay mechanics, server-side features, or cross-version compatibility.
Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring. Use PROACTIVELY for ML model deployment, inference optimization, or production ML infrastructure.
Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of Agent Skills for Google Antigravity, ported from the Claude Code Agents repository.
This vault transforms the extensive Claude Code ecosystem into Antigravity Skills, providing your agent with repeatable workflows, domain expertise, and specialized tools.
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.
The skills are derived from three types of Claude Code components, all unified into the Antigravity Skill format:
k8s-manifest-generator, async-python-patterns): Specialized knowledge packages.backend-architect, security-auditor): Persona-based instruction sets for complex reasoning.full-stack-orchestration-full-stack-feature, conductor-implement): Structured, multi-step procedures.Skills are flattened in the skills/ directory, but cover these broad categories:
python-pro, fastapi-pro, async-python-patterns, uv-package-managertypescript-pro, react-modernization, nextjs-app-router-patternsrust-pro, golang-pro, memory-safety-patternsfrontend-mobile-development-component-scaffold, react-native-architecturekubernetes-architect, helm-chart-scaffolding, gitops-workflowcloud-architect, terraform-module-library, cost-optimizationcicd-automation-workflow-automate, github-actions-templates, gitlab-ci-patternssecurity-auditor, sast-configuration, security-scanning-security-hardeningcode-review-ai-ai-review, code-refactoring-refactor-clean, codebase-cleanup-tech-debtunit-testing-test-generate, tdd-workflows-tdd-cycle, e2e-testing-patternsconductor-implement, context-driven-development (Context-Driven Development)c4-architecture-c4-architecture, microservices-patterns, api-design-principlesfull-stack-orchestration-full-stack-feature, incident-response-incident-responsedata-engineer, spark-optimization, dbt-transformation-patternsml-pipeline-workflow, prompt-engineering-patterns, rag-implementationAntigravity 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.
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:
npm run build:catalog
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:
api-design-principles and backend-architect.python-development-python-scaffold.security-scanning-security-hardening or security-auditor.conductor-new-track.You can install skills in two scopes:
<workspace-root>/.agent/skills/~/.gemini/antigravity/skills/npx (Recommended)You can easily install skills directly from the repository without cloning it manually.
1. Search skills (recommended first):
npx @rmyndharis/antigravity-skills search <query>
# Example:
npx @rmyndharis/antigravity-skills search kubernetes
2. List available skills:
npx @rmyndharis/antigravity-skills list
3. Install a specific skill to your current project:
npx @rmyndharis/antigravity-skills install <skill-name>
# Example:
npx @rmyndharis/antigravity-skills install bash-pro
4. Install by tag or bundle (targeted sets):
npx claudepluginhub rmyndharis/antigravity-skillsCommands for game development workflows
Comprehensive Unity 6 game engine development skills. 35 skills covering scripting, physics, graphics, animation, UI, audio, 2D, ECS/DOTS, Cinemachine, performance profiling, multiplayer, XR, editor tools, 5 Tier 1 correctness skills, 5 Tier 2 architecture skills, and 5 Tier 3 domain translation skills (game loop, NPC behavior, UI patterns, level design, procedural generation). Based on Unity 6.3 LTS official documentation.
Editorial "Indie Game Dev" bundle for Claude Code from Antigravity Awesome Skills.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete Unity game development expertise. Covers C# scripting, MonoBehaviour lifecycle, UI systems (UGUI, UI Toolkit), physics, animation, networking (Netcode, Mirror, Photon), modding support, ECS/DOTS, shader development (ShaderLab, HLSL, Shader Graph), editor scripting, performance optimization, build pipelines, and Unity Gaming Services integration.
Unity game development with C# scripting, Minecraft server plugin development with Bukkit/Spigot APIs