* feat: addantigravity-skill-orchestrator for Auto-selecting best suited skills for the task, a skill-orchestrator * feat: update antigravity-skill-orchestrator metadata and documentation * fix: normalize orchestrator references and sync registry --------- Co-authored-by: wahid <wahid.shaikh@crimsoni.com> Co-authored-by: sck_0 <samujackson1337@gmail.com>
antigravity-skill-orchestrator
A meta-skill package for the Antigravity IDE ecosystem.
Overview
The antigravity-skill-orchestrator is an intelligent meta-skill that enhances an AI agent's ability to handle complex, multi-domain tasks. It provides strict guidelines and workflows enabling the agent to:
- Evaluate Task Complexity: Implementing guardrails to prevent the overuse of specialized skills on simple, straightforward tasks.
- Dynamically Select Skills: Identifying the best combination of skills for a given complex problem.
- Track Skill Combinations: Utilizing the
agent-memory-mcpskill to store, search, and retrieve successful skill combinations for future reference, building institutional knowledge over time.
Installation
This skill is designed to be used within the Antigravity IDE and integrated alongside the existing suite of AWESOME skills.
Make sure you have the agent-memory-mcp skill installed and running to take full advantage of the combination tracking feature.
Usage
When executing a prompt with an AI assistant via the Antigravity IDE, you can invoke this skill:
@antigravity-skill-orchestrator Please build a comprehensive dashboard integrating fetching live data, an interactive UI, and performance optimizations.
The agent will then follow the directives in the SKILL.md to break down the task, search memory for similar challenges, assemble the right team of skills (e.g., @react-patterns + @nodejs-backend-patterns), and execute the task without over-complicating it.
Author: Wahid
Source: antigravity-skill-orchestrator