From b97a6b0eb5673a75e168c3112d70a082c6b2227e Mon Sep 17 00:00:00 2001 From: Wahid Shaikh <32222745+wahidzzz@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:04:52 +0530 Subject: [PATCH] =?UTF-8?q?feat:=20addantigravity-skill-orchestrator=20for?= =?UTF-8?q?=20Auto-selecting=20best=20suite=E2=80=A6=20(#285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: sck_0 --- CATALOG.md | 3 +- data/catalog.json | 27 ++++ .../antigravity-skill-orchestrator/README.md | 32 +++++ .../antigravity-skill-orchestrator/SKILL.md | 123 ++++++++++++++++++ skills_index.json | 10 ++ 5 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 skills/antigravity-skill-orchestrator/README.md create mode 100644 skills/antigravity-skill-orchestrator/SKILL.md diff --git a/CATALOG.md b/CATALOG.md index 1a43c6f9..c85d12e8 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -602,7 +602,7 @@ no matching field, parse error, widget... | makepad, reference | makepad, refere | `zod-validation-expert` | Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js... | zod, validation | zod, validation, typescript, first, schema, covers, parsing, custom, errors, refinements, type, inference | | `zustand-store-ts` | Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creati... | zustand, store, ts | zustand, store, ts, stores, typescript, subscribewithselector, middleware, proper, state, action, separation, building | -## general (297) +## general (298) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -618,6 +618,7 @@ no matching field, parse error, widget... | makepad, reference | makepad, refere | `angular-migration` | Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applicat... | angular, migration | angular, migration, migrate, angularjs, hybrid, mode, incremental, component, rewriting, dependency, injection, updates | | `anti-reversing-techniques` | Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti... | anti, reversing, techniques | anti, reversing, techniques, understand, obfuscation, protection, encountered, during, software, analysis, analyzing, protected | | `antigravity-design-expert` | Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS. | antigravity | antigravity, core, ui, ux, engineering, skill, building, highly, interactive, spatial, weightless, glassmorphism | +| `antigravity-skill-orchestrator` | A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and pre... | [orchestration, meta-skill, agent-memory, task-evaluation] | [orchestration, meta-skill, agent-memory, task-evaluation], antigravity, skill, orchestrator, meta, understands, task, requirements, dynamically | | `apify-lead-generation` | Generates B2B/B2C leads by scraping Google Maps, websites, Instagram, TikTok, Facebook, LinkedIn, YouTube, and Google Search. Use when user asks to find lead... | apify, lead, generation | apify, lead, generation, generates, b2b, b2c, leads, scraping, google, maps, websites, instagram | | `apify-trend-analysis` | Discover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy. | apify, trend | apify, trend, analysis, discover, track, emerging, trends, google, instagram, facebook, youtube, tiktok | | `app-builder` | Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordina... | app, builder | app, builder, main, application, building, orchestrator, creates, full, stack, applications, natural, language | diff --git a/data/catalog.json b/data/catalog.json index 6eb09091..ca26bd39 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -1431,6 +1431,33 @@ ], "path": "skills/antigravity-design-expert/SKILL.md" }, + { + "id": "antigravity-skill-orchestrator", + "name": "antigravity-skill-orchestrator", + "description": "A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and prevents skill overuse for simple tasks.", + "category": "general", + "tags": [ + "[orchestration", + "meta-skill", + "agent-memory", + "task-evaluation]" + ], + "triggers": [ + "[orchestration", + "meta-skill", + "agent-memory", + "task-evaluation]", + "antigravity", + "skill", + "orchestrator", + "meta", + "understands", + "task", + "requirements", + "dynamically" + ], + "path": "skills/antigravity-skill-orchestrator/SKILL.md" + }, { "id": "antigravity-workflows", "name": "antigravity-workflows", diff --git a/skills/antigravity-skill-orchestrator/README.md b/skills/antigravity-skill-orchestrator/README.md new file mode 100644 index 00000000..c1fb1791 --- /dev/null +++ b/skills/antigravity-skill-orchestrator/README.md @@ -0,0 +1,32 @@ +# 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: + +1. **Evaluate Task Complexity**: Implementing guardrails to prevent the overuse of specialized skills on simple, straightforward tasks. +2. **Dynamically Select Skills**: Identifying the best combination of skills for a given complex problem. +3. **Track Skill Combinations**: Utilizing the `agent-memory-mcp` skill 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: + +```bash +@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](https://github.com/wahidzzz) +**Source:** [antigravity-skill-orchestrator](https://github.com/wahidzzz/antigravity-skill-orchestrator) diff --git a/skills/antigravity-skill-orchestrator/SKILL.md b/skills/antigravity-skill-orchestrator/SKILL.md new file mode 100644 index 00000000..7bc1ebd0 --- /dev/null +++ b/skills/antigravity-skill-orchestrator/SKILL.md @@ -0,0 +1,123 @@ +--- +name: antigravity-skill-orchestrator +description: "A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and prevents skill overuse for simple tasks." +category: meta +risk: safe +source: community +tags: "[orchestration, meta-skill, agent-memory, task-evaluation]" +date_added: "2026-03-13" +--- + +# antigravity-skill-orchestrator + +## Overview + +The `skill-orchestrator` is a meta-skill designed to enhance the AI agent's ability to tackle complex problems. It acts as an intelligent coordinator that first evaluates the complexity of a user's request. Based on that evaluation, it determines if specialized skills are needed. If they are, it selects the right combination of skills, explicitly tracks these combinations using `@agent-memory-mcp` for future reference, and guides the agent through the execution process. Crucially, it includes strict guardrails to prevent the unnecessary use of specialized skills for simple tasks that can be solved with baseline capabilities. + +## When to Use This Skill + +- Use when tackling a complex, multi-step problem that likely requires multiple domains of expertise. +- Use when you are unsure which specific skills are best suited for a given user request, and need to discover them from the broader ecosystem. +- Use when the user explicitly asks to "orchestrate", "combine skills", or "use the best tools for the job" on a significant task. +- Use when you want to look up previously successful combinations of skills for a specific type of problem. + +## Core Concepts + +### Task Evaluation Guardrails +Not every task requires a specialized skill. For straightforward issues (e.g., small CSS fixes, simple script writing, renaming a variable), **DO NOT USE** specialized skills. Over-engineering simple tasks wastes tokens and time. + +Additionally, the orchestrator is strictly forbidden from creating new skills. Its sole purpose is to combine and use existing skills provided by the community or present in the current environment. + +Before invoking any skills, evaluate the task: +1. **Is the task simple/contained?** Solve it directly using the agent's ordinary file editing, search, and terminal capabilities available in the current environment. +2. **Is the task complex/multi-domain?** Only then should you proceed to orchestrate skills. + +### Skill Selection & Combinations +When a task is deemed complex, identify the necessary domains (e.g., frontend, database, deployment). Search available skills in the current environment to find the most relevant ones. If the required skills are not found locally, consult the master skill catalog. + +### Master Skill Catalog +The Antigravity ecosystem maintains a master catalog of highly curated skills at `https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/CATALOG.md`. When local skills are insufficient, fetch this catalog to discover appropriate skills across the 9 primary categories: +- `architecture` +- `business` +- `data-ai` +- `development` +- `general` +- `infrastructure` +- `security` +- `testing` +- `workflow` + +### Memory Integration (`@agent-memory-mcp`) +To build institutional knowledge, the orchestrator relies on the `agent-memory-mcp` skill to record and retrieve successful skill combinations. + +## Step-by-Step Guide + +### 1. Task Evaluation & Guardrail Check +[Triggered when facing a new user request that might need skills] +1. Read the user's request. +2. Ask yourself: "Can I solve this efficiently with just basic file editing and terminal commands?" +3. If YES: Proceed without invoking specialized skills. Stop the orchestration here. +4. If NO: Proceed to step 2. + +### 2. Retrieve Past Knowledge +[Triggered if the task is complex] +1. Use the `memory_search` tool provided by `agent-memory-mcp` to search for similar past tasks. + - Example query: `memory_search({ query: "skill combination for react native and firebase", type: "skill_combination" })` +2. If a working combination exists, read the details using `memory_read`. +3. If no relevant memory exists, proceed to Step 3. + +### 3. Discover and Select Skills +[Triggered if no past knowledge covers this task] +1. Analyze the core requirements (e.g., "needs a React UI, a Node.js backend, and a PostgreSQL database"). +2. Query the locally available skills using the current environment's skill list or equivalent discovery mechanism to find the best match for each requirement. +3. **If local skills are insufficient**, fetch the master catalog with the web or command-line retrieval tools available in the current environment: `https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/CATALOG.md`. +4. Scan the catalog's 9 main categories to identify the appropriate skills to bring into the current context. +5. Select the minimal set of skills needed. **Do not over-select.** + +### 4. Apply Skills and Track the Combination +[Triggered after executing the task using the selected skills] +1. Assume the task was completed successfully using a new combination of skills (e.g., `@react-patterns` + `@nodejs-backend-patterns` + `@postgresql`). +2. Record this combination for future use using `memory_write` from `agent-memory-mcp`. + - Ensure the type is `skill_combination`. + - Provide a descriptive key and content detailing why these skills worked well together. + +## Examples + +### Example 1: Handling a Simple Task (The Guardrail in Action) +**User Request:** "Change the color of the submit button in `index.css` to blue." +**Action:** The skill orchestrator evaluates the task. It determines this is a "simple/contained" task. It **does not** invoke specialized skills. It directly edits `index.css`. + +### Example 2: Recording a New Skill Combination +```javascript +// Using the agent-memory-mcp tool after successfully building a complex feature +memory_write({ + key: "combination-ecommerce-checkout", + type: "skill_combination", + content: "For e-commerce checkouts, using @stripe-integration combined with @react-state-management and @postgresql effectively handles the full flow from UI state to payment processing to order recording.", + tags: ["ecommerce", "checkout", "stripe", "react"] +}) +``` + +### Example 3: Retrieving a Combination +```javascript +// At the start of a new e-commerce task +memory_search({ + query: "ecommerce checkout", + type: "skill_combination" +}) +// Returns the key "combination-ecommerce-checkout", which you then read: +memory_read({ key: "combination-ecommerce-checkout" }) +``` + +## Best Practices + +- ✅ **Do:** Always evaluate task complexity *before* looking for skills. +- ✅ **Do:** Keep the number of orchestrated skills as small as possible. +- ✅ **Do:** Use highly descriptive keys when running `memory_write` so they are easy to search later. +- ❌ **Don't:** Use this skill for simple bug fixes or UI tweaks. +- ❌ **Don't:** Combine skills that have overlapping and conflicting instructions without a clear plan to resolve the conflict. +- ❌ **Don't:** Attempt to construct, generate, or create new skills. Only combine what is available. + +## Related Skills + +- `@agent-memory-mcp` - Essential for this skill to function. Provides the persistent storage for skill combinations. diff --git a/skills_index.json b/skills_index.json index 4d28c0c9..ae36483f 100644 --- a/skills_index.json +++ b/skills_index.json @@ -589,6 +589,16 @@ "source": "community", "date_added": "2026-03-07" }, + { + "id": "antigravity-skill-orchestrator", + "path": "skills/antigravity-skill-orchestrator", + "category": "meta", + "name": "antigravity-skill-orchestrator", + "description": "A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and prevents skill overuse for simple tasks.", + "risk": "safe", + "source": "community", + "date_added": "2026-03-13" + }, { "id": "antigravity-workflows", "path": "skills/antigravity-workflows",