creating-skills

Generate Antigravity skill directories with SKILL.md and YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically scaffolds complete skill directories for the Antigravity agent environment by translating user requirements into a ready-to-use <skill-name> structure (SKILL.md, optional scripts/ references/ assets).

Core Features & Use Cases

  • Standardizes the skill scaffold by generating a SKILL.md with proper YAML frontmatter (name and description) and a consistent body.
  • Creates the expected folder hierarchy (<skill-name>/ with optional scripts/, references/, assets/) so teams can bootstrap new skills quickly.
  • Validates inputs and alerts on missing mandatory fields, enabling reliable reuse across projects and teams.

Quick Start

Provide a detailed user requirement and the system will generate a complete .agent/skills/ scaffold with a matching SKILL.md and optional resources.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I auto-generate skill directories for the Antigravity agent environment?

To auto-generate skill directories for the Antigravity agent environment, provide your detailed user requirements to scaffold a complete structure including a SKILL.md file with valid YAML frontmatter and optional folders for scripts, references, and assets.

What is included in a standard skill scaffold?

A standard skill scaffold includes a primary directory containing a SKILL.md file with enforced YAML frontmatter for name and description, alongside optional scripts, references, and assets folders to organize supporting resources.

Does the skill scaffolding process validate YAML frontmatter?

Yes, the skill scaffolding process validates YAML frontmatter by checking for mandatory fields and alerting you if required inputs are missing, which prevents the generation of malformed SKILL.md files.

Can I bootstrap new skills across different projects and teams?

Yes, you can bootstrap new skills across different projects and teams. The standardized folder hierarchy and validated SKILL.md files enable reliable reuse and quick setup for various demonstrations and workflows.

What is the best way to modify existing skills using project setup automation?

The best way to modify existing skills using project setup automation is to input your updated requirements, allowing the system to re-apply the standard folder hierarchy and validate the YAML frontmatter to ensure consistency.