Use this skill to correctly scaffold new agent skills in this repository. Ensure all new skills follow the agentskills.io standard (YAML frontmatter, specific folder structure).
To maintain consistency and ensure AI assistants like Antigravity can effectively use this theme, all new capabilities must be documented as "Skills".
All skills must live in the .agents/skills/ directory:
.agents/
└── skills/
└── [skill-name]/
├── SKILL.md <-- Required
├── scripts/ <-- Optional (Helper scripts)
└── resources/ <-- Optional (Templates, assets)
The SKILL.md file MUST follow the agentskills.io open standard, which requires YAML frontmatter followed by Markdown content.
name: Unique identifier (kebab-case, lowercase letters/numbers).description: Clear, specific trigger conditions (max 1024 characters). Tell the agent when and why to use this skill.---