Coding

Skill Creator

Create new agent skills following a standard format, defining reusable agent capabilities or packaging instructions for specific tasks. The skill guides you through deciding the skill's location (workspace-specific or global), structuring required files (SKILL.md), writing clear

7 steps English

Prompt template

Run these steps in order.

01
Determine the purpose of the new skill, including key tasks and conventions it will address.
02
Decide where the skill should reside: workspace-specific location (<workspace-root>/.agent/skills/<skill-folder>/) or global location (~/.gemini/antigravity/skills/<skill-folder>/). Confirm with the user if location is unspecified.
03
Create the skill folder using lowercase letters and hyphens in the name.
04
Create a SKILL.md file in the folder with frontmatter including a clear, specific 'description' and optional 'name'.
05
Write the skill documentation using the SKILL.md template, covering: skill overview, when to use, how to use (step-by-step), best practices, triggers, decision trees if complex, and examples.
06
Optionally add additional folders for scripts (/scripts), examples (/examples), and resources (/resources) to support the skill.
07
Verify all files and frontmatter are valid and that the description is detailed and keyword-rich to help the agent decide when to apply the skill.

Prompt library

Use these prompts directly inside ChatGPT.

Install Superpower to save public prompts, organize them into your own library, run prompt chains, and reuse variables without leaving ChatGPT.