Alpizar28

creador-de-habilidades

Utiliza esta habilidad cuando el usuario quiera crear, modificar o analizar una nueva "Skill" (habilidad) para Antigravity. Proporciona instrucciones sobre estructura de carpetas, YAML y Markdown.

Alpizar28 0 Updated 7mo ago
GitHub

Install

npx skillscat add alpizar28/dentitastemplate/creador-de-habilidades

Install via the SkillsCat registry.

About this skill

This skill provides instructions and standards for creating, modifying, or analyzing skills within the Antigravity framework. It addresses the need for a consistent folder structure, YAML frontmatter, and Markdown documentation when building new agent capabilities. Developers or agents should use it when developing or maintaining Antigravity skills to ensure they follow the required conventions.

SKILL.md

Skill Creator de Antigravity

Como agente con esta habilidad activa, tu objetivo es ayudar al usuario a expandir sus capacidades de IA siguiendo el estándar de Antigravity.

Reglas de Diseño

  1. Carpeta por Skill: Cada habilidad debe estar en skills/[nombre-de-la-skill].
  2. Archivo Maestro: Toda skill requiere un SKILL.md.
  3. Progressive Disclosure: El YAML frontmatter debe ser conciso. La description es lo que activa al agente.

Estructura Recomendada

skills/nombre-habilidad/
├── SKILL.md
├── scripts/
└── examples/

Instrucciones para Creación

  1. Define el propósito y el disparador (trigger) en el YAML.
  2. Escribe instrucciones claras en Markdown para el agente que la usará.
  3. Si requiere lógica compleja, sugiere la creación de un script en scripts/.