creador-de-habilidades

Automate Antigravity skill creation with YAML frontmatter and Markdown structure.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Alpizar28/BookingTemplate --skill creador-de-habilidades
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creador-de-habilidades
Source: https://github.com/Alpizar28/BookingTemplate/tree/main/skills/creador-de-habilidades
Command: npx skills add https://github.com/Alpizar28/BookingTemplate --skill creador-de-habilidades

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and standardization of new Antigravity skills by enforcing structure and frontmatter conventions.

Core Features & Use Cases

  • Guides users through folder structure, YAML frontmatter, and Markdown content to ensure scalable and consistent skill design.
  • Validates the mandatory SKILL.md presence and ensures required metadata (name, description) is provided.

Quick Start

Create a new skill under skills/<skill-name>/ with a SKILL.md that defines the name and description. Add optional subfolders such as scripts/, references/, and assets/ as needed, and follow the recommended folder structure and markdown guidelines.

Frequently Asked Questions about creador-de-habilidades

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a new Antigravity skill with YAML frontmatter and Markdown?

Antigravity skill creation requires a master SKILL.md file with mandatory YAML frontmatter defining the name and description fields. Optional subfolders include scripts/, references/, and assets/ for organizing supporting content.

What is the required frontmatter for an Antigravity SKILL.md file?

Required SKILL.md frontmatter includes name and description fields formatted in YAML. This mandatory metadata ensures proper skill discovery and standardization across the Antigravity platform.

Does Antigravity skill creation require specific folder conventions?

Antigravity enforces folder conventions by requiring a main skill directory containing SKILL.md, with optional subfolders like scripts/, references/, and assets/ to maintain scalable and consistent skill design.

Why does my Antigravity skill need a master SKILL.md file?

A master SKILL.md file is required because it validates the presence of mandatory name and description metadata, enforcing the standardization needed for proper skill discovery and scalable design.

Can I add custom subfolders when designing Antigravity skills?

Optional subfolders such as scripts/, references/, and assets/ can be added when designing Antigravity skills. These follow recommended folder structure guidelines to organize Markdown content and supporting resources effectively.