Find the perfect skill
Technical Debt Detector
Development
Detects and reports technical debt including TODO comments, duplicate code, unused imports, long functions, deep nesting, magic numbers, and outdated dependencies. Generates a prioritized report to help developers improve code quality and maintainability.
Three.js Game Development
Development
Provides guidance for building interactive 3D games in the browser using Three.js, WebGL, and related tools. Covers everything from basic setup and rendering to game mechanics like player movement, collisions, and physics integration. Helpful for developers creating 3D web games with cameras, lighting, models, and animations.
Rule Generator
Development
Creates new Antigravity rules to enforce behavioral patterns, user preferences, or project conventions permanently. Triggers when the evolution observer detects a preference or when a user explicitly requests a new rule. Ensures rules are conflict-free and follow naming conventions.
Behavior Trees for Robotics
Development
Design and implement behavior trees for autonomous robot decision-making, task sequencing, and reactive behaviors with BehaviorTree.CPP.
SPEC Document Management - Lifecycle and Approval Workflows
Development
Manages the lifecycle of SPEC documents (specifications) from draft to archived, including semantic versioning, approval workflows with author-review-approval-deployment stages, and integration with TDD pipelines. Helps when creating formal requirements before development, tracking specification evolution, or setting up structured approval processes for complex projects.
Python Patterns and Decision-Making
Development
This skill provides principles for making decisions in Python development: framework selection (FastAPI, Django, Flask), async vs sync patterns, type hints strategy, and project structure. It helps developers choose the right approach based on context rather than memorizing fixed patterns.
Agentuity Project List
Development
Lists all projects using the Agentuity CLI. Outputs results in human-readable or JSON format. Use it to view or enumerate existing projects.
Vue Component Development and Code Review
Development
Skill for Vue component development and code review. In development mode, it generates high-quality Vue components and composables from user descriptions. In review mode, use /vue <path> to analyze Vue files and produce a structured report with checkpoints.
MAGS Help
Development
Displays a complete quick-reference card of all MAGS slash commands, auto-activating skills, agents, and hooks. It also checks whether project documents exist and presents a quick start guide tailored to that status. Useful for getting an overview of MAGS capabilities or when you need to remember available commands.
Inclusion Plugin Help
Development
Shows available commands and explains how to use the Gotrino inclusion plugin to write more inclusive code.
Python Dependency Manager
Development
This skill manages Python dependencies using uv. It checks installed and outdated packages, updates dependencies safely (with test verification), adds or removes packages, and audits for security vulnerabilities. It enforces rules like never removing a dependency without checking usage and always running tests after changes.
UI Development Server
Development
Starts the Vite/React development server with hot module replacement. Supports multiple environments (development, staging, production, e2e) and custom ports. Useful for rapid frontend development and testing with real-time updates.