creating-agent-skills

Document Antigravity Skill Units with frontmatter, XML bodies, and progressive disclosure.

2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/CristoVentures/LocalCents --skill creating-agent-skills-cristoventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-agent-skills
Source: https://github.com/CristoVentures/LocalCents/tree/main/.agent/skills/create-agent-skills
Command: npx skills add https://github.com/CristoVentures/LocalCents --skill creating-agent-skills-cristoventures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides expert guidance for writing, auditing, and refining Antigravity Skills. It ensures consistent structure, frontmatter discipline, and progressive disclosure so skills are discoverable and maintainable.

Core Features & Use Cases

  • Demonstrates the recommended skill structure (simple vs router patterns) and how to organize workflows, references, and assets
  • Illustrates progressive disclosure and best practices for references, scripts, and templates
  • Guides auditing, upgrading, and refactoring of existing skills to align with the official specification

Quick Start

Create your first skill unit by following the SKILL.md guidelines and placing progressive disclosure in references.

Frequently Asked Questions about creating-agent-skills

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

FAQPage Schema
What is progressive disclosure in skill authoring and when should I use it?

Progressive disclosure in skill authoring is the practice of organizing workflows, references, and assets so only essential information appears upfront. It keeps skills discoverable and maintainable by placing deeper implementation details in references.

How do I structure an Antigravity Skill with correct frontmatter and XML patterns?

To structure an Antigravity Skill, you must use consistent frontmatter for required fields and an XML-based body for content. Following the official specification ensures your skill unit meets standards for discoverability and maintenance.

What's the best way to audit and refactor existing skills to meet the official specification?

Auditing existing skills involves checking them against the official specification for consistent frontmatter, XML-based bodies, and proper progressive disclosure. Refactoring aligns their structure and required fields to ensure they meet current standards.

Can I use simple and router patterns when organizing skill workflows?

Yes, you can use both simple and router patterns when authoring skill units. The recommended skill structure supports these patterns to help you effectively organize workflows, references, and optional resources.

Why does my skill structure fail to meet Antigravity specification requirements?

Your skill structure fails if it lacks consistent frontmatter, proper XML-based bodies, or required fields. Ensuring all skill units include references and follow progressive disclosure best practices resolves these specification issues.