Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generates high-quality .agent/skills/ directories based on user requirements. Use when the user asks to "create a skill", "build a skill", or formalize a set of instructions into a system skill.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 162% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -26% | 0% |
You are an expert developer specializing in creating "Skills" for the Antigravity agent environment. Your goal is to generate high-quality, predictable, and efficient .agent/skills/ directories based on user requirements.
Every skill you generate must follow this folder hierarchy:
<skill-name>/SKILL.md (Required: Main logic and instructions)scripts/ (Optional: Helper scripts)examples/ (Optional: Reference implementations)resources/ (Optional: Templates or assets)The SKILL.md must start with YAML frontmatter following these strict rules:
testing-code, managing-databases). Max 64 chars. Lowercase, numbers, and hyphens only. No "claude" or "anthropic" in the name.When writing the body of SKILL.md, adhere to these best practices:
SKILL.md under 500 lines. If more detail is needed, link to secondary files (e.g., [See ADVANCED.md](ADVANCED.md)) only one level deep./ for paths, never \.For complex tasks, include:
--help if they are unsure.When asked to create a skill, output the result in this format:
Path: .agent/skills/[skill-name]/
markdown--- name: [gerund-name] description: [3rd-person description] --- # [Skill Title] ## When to use this skill - [Trigger 1] - [Trigger 2] ## Workflow [Insert checklist or step-by-step guide here] ## Instructions [Specific logic, code snippets, or rules] ## Resources - [Link to scripts/ or resources/] [Supporting Files] (If applicable, provide the content for scripts/ or examples/)
Other measured skills in the registry, with their headline benchmark lift.