creating-agent-skills

Generate Antigravity/Gemini Skill folders with validated SKILL.md frontmatter and enforced structure.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Alanlee0323/my-agent-skills --skill creating-agent-skills-alanlee0323
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-agent-skills
Source: https://github.com/Alanlee0323/my-agent-skills/tree/main/gemini-skill-creator
Command: npx skills add https://github.com/Alanlee0323/my-agent-skills --skill creating-agent-skills-alanlee0323

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates standardized Antigravity/Gemini Skill directories by enforcing a correct SKILL.md frontmatter, required folder structure, and optional resources, streamlining governance and quality across skills.

Core Features & Use Cases

  • Validates presence of a proper SKILL.md frontmatter with at least name and description.
  • Generates skeletal skill structure (<skill-name>/ with SKILL.md, optional scripts/, references/, assets/).
  • Enforces YAML conventions and best practices for maintainability and discovery.

Quick Start

Create a new skill by adding a properly formatted SKILL.md under <skill-name>/ and optionally populate scripts/, references/, and assets/ as needed.

Frequently Asked Questions about creating-agent-skills

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

FAQPage Schema
How do I generate a standardized Antigravity skill folder structure?

YAML frontmatter validation for SKILL.md files checks for the mandatory presence of name and description fields. This validation enforces YAML conventions and best practices, ensuring your Antigravity skill metadata remains compliant and discoverable across projects.

What is the required SKILL.md frontmatter format for Gemini skills?

To create an Antigravity skill, add a properly formatted SKILL.md file under a new skill-name directory. You can then optionally populate scripts, references, and assets folders to expose optional scripts and references for on-demand use.

How do I validate YAML frontmatter in SKILL.md files?

YAML frontmatter validation for SKILL.md files checks for the mandatory presence of name and description fields. This validation enforces YAML conventions and best practices, ensuring your Antigravity skill metadata remains compliant and discoverable across projects.

How do I create an Antigravity skill with optional scripts and assets?

To create an Antigravity skill, add a properly formatted SKILL.md file under a new skill-name directory. You can then optionally populate scripts, references, and assets folders to expose optional scripts and references for on-demand use.

Does skill generation enforce folder layout and best practices for AI agent tooling?

Yes, skill generation enforces folder layout and best practices for AI agent tooling by validating the SKILL.md frontmatter and applying standardized directory structures. This streamlines governance and quality control across all generated Antigravity skills.

When do I need to generate a standardized skill directory for development automation?

You need to generate a standardized skill directory for development automation when building AI agent capabilities and tooling. This streamlines rapid skill creation across projects by enforcing correct folder structure and YAML compliance from the start.