Coding

Skill Creator

Create new agent skills following a standard format to define reusable capabilities, package instructions, or extend the agent's functionality. Includes guidance on skill location, file structure, frontmatter, writing effective descriptions, best practices, and a step-by-step cre

6 steps English

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.

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.