skill-creator

Creates and updates Antigravity Skill units with templates and validation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rawhit-r/ai-files --skill skill-creator-rawhit-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rawhit-r/ai-files/tree/main/.gemini/skill-creator
Command: npx skills add https://github.com/rawhit-r/ai-files --skill skill-creator-rawhit-r

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Provides a structured, repeatable blueprint for creating and updating Skill units that extend Antigravity, reducing onboarding time and ensuring consistency across domains.

Core Features & Use Cases

  • Templates and scaffolding to initialize a new skill with SKILL.md, scripts/, references/, and assets/.
  • Clear frontmatter and body guidance to support consistent discovery and operation.
  • Progressive disclosure patterns to load metadata, SKILL.md content, and resources only as needed.
  • Packaging and validation workflows to produce distributable .skill files.
  • Use cases include rapid domain-specific knowledge integration, tooling extensions, and standardized skill deployment.

Quick Start

Run init_skill.py <skill-name> --path <output-directory> to generate a new skill skeleton and begin customizing SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Antigravity skill from scratch?

To create an Antigravity skill, run init_skill.py with your desired skill name and output directory to generate a standardized skeleton. This scaffolds the required SKILL.md file alongside optional scripts, references, and assets directories for immediate customization.

What is the standard structure for packaging an Antigravity skill?

Packaging an Antigravity skill requires a SKILL.md file with defined frontmatter and body instructions, alongside optional scripts, references, and assets directories. Validation workflows ensure these components are correctly organized before producing a distributable .skill file.

Does Antigravity skill creation require yaml dependencies?

Antigravity skill creation relies on the yaml dependency to define and parse frontmatter metadata within the SKILL.md file. This ensures consistent skill discovery and operation by structuring the name and description attributes correctly during the scaffolding process.

What's the best way to organize domain-specific knowledge in an Antigravity skill?

Organizing domain-specific knowledge in an Antigravity skill uses a progressive disclosure pattern. Metadata, SKILL.md body instructions, and supporting resources like scripts and references are loaded only as needed, reducing initial overhead and streamlining deployment.

Can I update an existing Antigravity skill with new workflows and templates?

Updating an existing Antigravity skill involves modifying the SKILL.md body instructions and adding new resources to the scripts, references, or assets directories. The skill creation blueprint supports consistent updates across domains without breaking the established packaging validation.

When should I not use the Antigravity skill scaffolding workflow?

You should avoid the Antigravity skill scaffolding workflow if your project lacks clear domain-specific knowledge or tool integration requirements. Without structured frontmatter and body instructions to define, the generated skeleton provides minimal value for simple, non-repeatable tasks.