create_skill

Create Antigravity skill scaffolds with SKILL.md frontmatter and registration workflows.

41|10|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill create-skill-krishnakanthb13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create_skill
Source: https://github.com/krishnakanthb13/antigravity_global_skills/tree/main/create_skill
Command: npx skills add https://github.com/krishnakanthb13/antigravity_global_skills --skill create-skill-krishnakanthb13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a new Antigravity skill scaffold, including directory structure, SKILL.md frontmatter, and registration workflows, reducing manual setup time and ensuring consistency.

Core Features & Use Cases

  • Scaffold a complete skill directory with a valid SKILL.md frontmatter (name and description).
  • Generate local and global workflow entries to register slash commands.
  • Automatically update the central README with the new skill reference.

Quick Start

Provide a Skill Name, Description, and Instructions to initiate a new skill scaffold; the tool will create the directory, frontmatter, workflows, and documentation.

Frequently Asked Questions about create_skill

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

FAQPage Schema
How do I scaffold a new Antigravity skill automatically?

Scaffolding an Antigravity skill requires providing a name, description, and instructions to automatically generate the directory, SKILL.md frontmatter, and local and global workflow registration entries.

What do I need to generate a valid SKILL.md frontmatter for Antigravity workflows?

Generating a valid SKILL.md frontmatter requires defining a skill name and description, which the automation tool enforces while validating progressive disclosure guidelines for Antigravity workflows.

How does automated skill generation handle directory structure and README updates?

Automated skill generation creates the required directory structure and optional subfolders, while automatically updating the central README with the new skill reference across local and global workflow folders.

Can I register local and global slash commands when creating an Antigravity skill?

Yes, you can register local and global slash commands during Antigravity skill creation, as the scaffold process automatically generates the necessary workflow entries to register the commands.

What are the limitations of using an automated scaffold for Antigravity skill documentation?

The automated scaffold enforces a strict frontmatter structure with name and description fields and validates progressive disclosure guidelines, limiting custom directory layouts outside the supported optional subfolders.