gemini-skill-creator

Automate creation of Antigravity agent global skills with YAML frontmatter and validation.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/CarlosDoers/poems-guest-book --skill gemini-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-skill-creator
Source: https://github.com/CarlosDoers/poems-guest-book/tree/main/.agent/skills/gemini-skill-creator
Command: npx skills add https://github.com/CarlosDoers/poems-guest-book --skill gemini-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It standardizes and accelerates the creation of new global skills for the Antigravity agent, enabling teams to generate consistent skill units with minimal boilerplate.

Core Features & Use Cases

  • Structured frontmatter enforcement: Ensures each skill includes a valid name and description, plus optional metadata.
  • Guided skeletons and templates: Provides repeatable structures, best-practice patterns, and validation loops (Plan-Validate-Execute) for building new skills.
  • Lifecycle tooling: Supports optional directories (scripts/, references/, assets/) to augment skills as needed.

Quick Start

Provide a task description and constraints to generate a new skill that the system will emit as a ready-to-use .agent/skills/<name>/ structure including SKILL.md and optional resources.

Frequently Asked Questions about gemini-skill-creator

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

FAQPage Schema
How do I automate skill creation for Antigravity agents?

To automate skill creation for Antigravity agents, provide a task description and constraints to generate a ready-to-use `.agent/skills/<name>/` structure. This enforces valid YAML frontmatter, guided templates, and safety validations.

What is the best way to enforce consistent YAML frontmatter in agent skills?

The best way to enforce consistent YAML frontmatter in agent skills is using a structured generation tool that validates required name and description fields. This ensures standardized metadata and reduces boilerplate errors across teams.

Can I include optional scripts and references when generating Antigravity skills?

Yes, you can include optional scripts, references, and assets when generating Antigravity skills. The creation process supports optional directories like `scripts/`, `references/`, and `assets/` to augment the base SKILL.md file.

How do I validate Antigravity skill templates before deployment?

To validate Antigravity skill templates before deployment, use a Plan-Validate-Execute loop that checks structured frontmatter and performs safety validations. This ensures the generated skill unit meets all formatting and structural requirements.

Does the Antigravity skill generation process support team workflows?

Yes, the Antigravity skill generation process supports team workflows by targeting skill-design processes across multiple use cases. It provides repeatable structures and best-practice patterns for consistent global skill generation.

What limitations exist when generating global skills for Antigravity?

A key limitation is that global skills for Antigravity must adhere to a strict structure, requiring valid YAML frontmatter with a name and description. The generation process enforces these guardrails, limiting unstructured or non-compliant skill formats.