Skill template
Skill LichAmnesia/awesome-antigravity-skills/skills/skill-template
Copy-paste scaffold for creating a new Antigravity Agent Skill. Use when you want to author a skill folder that follows the official SKILL.md format.From its SKILL.md
npx -y skills add LichAmnesia/awesome-antigravity-skills --skill skill-templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 299 tokens by cl100k_base, as published. Nobody here has run it
Skill Template
Replace this file's frontmatter and body with your own skill. Keep the structure below.
When to use this skill
- List 2-4 concrete situations where the agent should activate this skill.
- Include keywords a user would naturally type ("deploy", "review PR", "generate tests").
How to use it
- Step-by-step instructions the agent should follow.
- Conventions and constraints (naming, formatting, tools to prefer).
- What "done" looks like — a verifiable end state.
Decision tree (optional, for complex skills)
- If situation A → do X.
- If situation B → do Y.
- If unsure → ask the user / choose the safe default.
Notes for authors (delete this section)
descriptionin the frontmatter is required — it's the only thing the agent sees before deciding to activate. Write it in third person with matchable keywords.nameis optional; it defaults to the folder name. Lowercase, hyphens.- Keep one skill = one job. Split "do everything" skills.
- Optional companion folders:
scripts/,examples/,resources/.
Part of awesome-antigravity-skills. Browse more Agent Skills at orangebot.ai/skills.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.