agy_list_skills
Lists installed Antigravity agent skills with source and type by scanning ~/.agents/skills and merging .skill-lock.json metadata. Provides a complete overview for managing skills.
Instructions
List all installed Antigravity agent skills with source info.
Scans ~/.agents/skills/ and merges metadata from .skill-lock.json.
Return Format
{"skills": [{"name": str, "source": str, "source_type": str}], "count": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||