creating-skills

Generate standardized .agent/skills skeletons with SKILL.md frontmatter and optional folders.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/aagii9912/smarthub --skill creating-skills-aagii9912
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/aagii9912/smarthub/tree/main/skills/creating-skills
Command: npx skills add https://github.com/aagii9912/smarthub --skill creating-skills-aagii9912

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates a standardized skeleton for new Antigravity skills, ensuring consistent folder structure, SKILL.md frontmatter, and optional resources are generated from a user request.

Core Features & Use Cases

  • Generate a complete skill folder: [skill-name]/, SKILL.md with mandatory name and description frontmatter, and optional scripts/, references/, and assets/ directories.
  • Validate frontmatter constraints and enforce the required structure to ensure discoverability and consistency across skills.
  • Use Case: When a user asks for a new capability or agent skill, this Skill outputs a ready-to-use skeleton that can be customized and deployed.

Quick Start

Provide the intended skill name and a concise description, plus any optional components. The system will output a ready-to-use skeleton under .agent/skills/[skill-name]/, including a SKILL.md frontmatter and the basic folder structure.

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 standardized skill skeleton for Antigravity?

A skill skeleton requires a SKILL.md file with mandatory name and description frontmatter for discoverability. This standardized structure ensures consistent skill generation and deployment across the Antigravity ecosystem.

What is included in the Antigravity skill folder structure?

The skill folder structure includes a primary directory with a SKILL.md file containing frontmatter, alongside optional scripts/, references/, and assets/ directories to support custom agent capabilities and downstream deployment.

How to validate SKILL.md frontmatter for Antigravity skills?

Frontmatter validation enforces required fields by checking that the SKILL.md file includes a valid name and description. This constraint ensures discoverability and consistency before the skill skeleton is generated.

Does the skill skeleton generator support optional resource directories?

Yes, the skill skeleton generator supports optional scripts/, references/, and assets/ directories. You can request these supporting folders alongside the required SKILL.md to build a complete skill environment.

Can I customize the generated skill templates before deployment?

Yes, the generated skill templates are ready-to-customize. After the system creates the skeleton with validated frontmatter and folder structure, you can modify the contents to fit your specific agent capability requirements before deployment.