Skill Catalog
Discover, search, and install specialized skills from the Antigravity Skills catalog.
Commands and Operations
1. List Available Skills by Category
List all 10 categories and their included skills:
bash ./tools/skill-catalog/scripts/list.sh
2. Search Skills by Keyword
Search for skills matching a keyword or domain:
bash ./tools/skill-catalog/scripts/search.sh "<keyword>"
Example: bash ./tools/skill-catalog/scripts/search.sh "kubernetes"
3. Fetch Skill Definition
Fetch and preview the full definition of a skill:
bash ./tools/skill-catalog/scripts/fetch.sh "<skill-name>"
Example: bash ./tools/skill-catalog/scripts/fetch.sh "backend-developer"
4. Refresh / Invalidate Cache
Force refresh the cached catalog:
bash ./tools/skill-catalog/scripts/invalidate.sh --fetch