00-andruia-consultant
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
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.
$ npx -y skills add sickn33/antigravity-awesome-skills --skill antigravity-skill-orchestrator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/antigravity-skill-orchestratorContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
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"
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.
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.
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.
The Antigravity ecosystem maintains a master catalog of highly curated skills at `https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/CATALOG.md`. When local skills are insufficient, fetch this catalog to discover appropriate skills across the 9 primary categories:
To build institutional knowledge, the orchestrator relies on the `agent-memory-mcp` skill to record and retrieve successful skill combinations.
[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.
[Triggered if the task is complex] 1. Use the `memory_search` tool provided by `agent-memory-mcp` to search for similar past tasks.
2. If a working combination exists, read the details using `memory_read`. 3. If no relevant memory exists, proceed to Step 3.
[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/agentic-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.**
[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`.
**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`.
// 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-staFind reusable instructions for your project, inspect their complete files, and keep an exact skill set you can review and reuse. Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog.
Repo: sickn33/antigravity-awesome-skills
Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any…
Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio siguiendo el Estándar de Diamante.
Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar conocimientos, regulaciones y estándares únicos del…
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice…