skill-creator

Installation
SKILL.md

Skill Creation Standards

Create and manage Agent Skills for Antigravity/Gemini CLI.

About Agent Skills

Skills are modular packages that extend Antigravity with specialized expertise and workflows. They follow the open Agent Skills specification.

Skill Locations:

  • Workspace skills: .agent/skills/ - project-specific, committed to version control
  • Global skills: ~/.gemini/skills/ - personal skills across all workspaces

Skill Structure

skill-name/
├── SKILL.md          # Required - instructions and metadata
├── scripts/          # Optional - executable scripts
Related skills
Installs
9
GitHub Stars
78
First Seen
Jan 29, 2026