Prompt template
Run these steps in order.
01
Determine the purpose and requirements of the new skill, including key tasks, conventions, and any needed scripts or resources. 02
Choose the skill location: workspace-specific (<workspace-root>/.agent/skills/<skill-folder>/) for project-specific workflows, or global (~/.gemini/antigravity/skills/<skill-folder>/) for personal or general-use skills. Confirm with the user if not specified. 03
Create a skill folder named with lowercase letters and hyphens within the chosen location. 04
Write the SKILL.md file with frontmatter including a clear, specific description of what the skill does and when to use it, using the provided template. 05
Add optional resources as needed: scripts in a scripts/ folder, examples in an examples/ folder, and templates or assets in a resources/ folder. 06
Verify the skill files: check that frontmatter is valid YAML, descriptions are clear and effective, and all referenced resources exist.