creating-skills

Generate Antigravity skill directories with standardized SKILL.md files.

Updated Nov 14, 2025
One-click install
npx skills add https://github.com/ernitpt/ernit_test --skill creating-skills-ernitpt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/ernitpt/ernit_test/tree/main/.agent/skills/creating-skills
Command: npx skills add https://github.com/ernitpt/ernit_test --skill creating-skills-ernitpt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new Antigravity skills by generating the necessary directory structure and SKILL.md file according to predefined standards.

Core Features & Use Cases

  • Automated Skill Generation: Creates a new skill directory with SKILL.md, scripts/, examples/, and resources/ subdirectories as needed.
  • Standardized SKILL.md: Ensures YAML frontmatter (name, description) and body content adhere to Antigravity's best practices.
  • Use Case: When you need to add a new capability to the Antigravity agent, like a "Code Formatter" or "API Client", this skill will set up the foundational structure for you.

Quick Start

Use the creating-skills skill to generate a new skill named 'code-formatter' with a description about formatting code.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I generate a new skill directory structure for the Antigravity agent environment?▼

To generate a skill directory for the Antigravity environment, use an automated skill generation tool to create a standardized structure including a SKILL.md file and optional subdirectories like scripts/ and examples/.

What is included in a standardized SKILL.md file for Antigravity?▼

A standardized SKILL.md file includes YAML frontmatter with name and description fields, followed by a Markdown body that adheres to Antigravity agent development best practices.

How do I add a new capability like a code formatter to an Antigravity agent?▼

To add a new capability like a code formatter, generate a self-contained skill directory with its own SKILL.md file to set up the foundational structure predictably.

Can I include optional subdirectories like scripts and resources when creating skills?▼

Yes, skill generation supports creating optional subdirectories such as scripts/, examples/, and resources/ based on your specific agent development requirements.

What's the best way to ensure YAML frontmatter adheres to agent development standards?▼

The best way to ensure YAML frontmatter adheres to agent development standards is by using an automated skill generator that predefines the name and description fields within the SKILL.md file.