Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create new CFSA Antigravity skills following the kit's skill format. Handles brainstorming, SKILL.md generation, references, and MANIFEST.md registration.
Create new skills for the CFSA Antigravity kit that follow the established format and quality standards.
.agents/skills/ or .agents/skill-library/ directoriesfind-skills skill instead)Every skill lives in a directory under .agents/skills/ (installed, always available) or .agents/skill-library/ (catalog, provisioned per-project):
skill-name/
├── SKILL.md # Required — the skill definition
├── references/ # Optional — supporting docs, templates, data
│ ├── patterns.md
│ └── examples.md
└── scripts/ # Optional — executable utilities
└── validate.sh
---
name: skill-name
description: "One-line description of what the skill does and when to use it"
version: 1.0.0
source: self
date_added: "YYYY-MM-DD"
---
# Skill Title
npx skills add RepairYourTech/cfsa-antigravity --skill skill-creatorHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.