35 lines
855 B
Markdown
35 lines
855 B
Markdown
---
|
|
name: ck-template-skill
|
|
description: Starter template for new Antigravity skills. Use as a scaffold when creating a new skill, copying skill structure, or understanding the required SKILL.md format.
|
|
---
|
|
|
|
# Template Skill
|
|
|
|
Minimal scaffold demonstrating Antigravity skill structure.
|
|
|
|
## When to Use
|
|
|
|
- Starting a new skill from scratch
|
|
- Referencing correct SKILL.md format and structure
|
|
|
|
## Don't Use When
|
|
|
|
- A more specific skill already covers the task
|
|
- Task is one-off and not worth packaging as a reusable skill
|
|
|
|
## Instructions
|
|
|
|
Replace this section with actual skill instructions.
|
|
|
|
- Describe the primary workflow
|
|
- List key steps in imperative form
|
|
- Reference any `references/` or `scripts/` files
|
|
|
|
## Reference Files
|
|
|
|
- `references/example.md` — replace with actual reference docs
|
|
|
|
## Resources
|
|
|
|
- Add links to official documentation here
|