Browsing the Skill Catalog
Browsing the Skill Catalog
The Antigravity Awesome Skills library offers a comprehensive and ever-growing collection of over 1,470 agentic skills, designed to augment various AI coding assistants. This section guides you through the most effective ways to discover, explore, and navigate this extensive catalog to find the skills that best match your project and tool requirements.
1. Official Web Catalog (Recommended)
The most user-friendly and feature-rich way to browse the skills is through the official Antigravity Awesome Skills web application. This interactive catalog provides a dynamic interface for discovery.
-
Access the Catalog: The primary entry point to the web catalog is typically linked from the main README.md of the repository, under the "📚 Browse 1,470+ Skills" section. Clicking this link will direct you to the interactive web interface.
-
Key Features of the Web Catalog:
- Powerful Search: Quickly locate skills using keywords, descriptions, or specific functionalities.
- Filtering Options: Refine your search results by categories, compatible AI tools (e.g., Claude Code, Cursor, Gemini CLI), language, or other relevant metadata.
- Detailed Skill Pages: Each skill has a dedicated page offering a complete overview, including its purpose, detailed usage instructions, required parameters, and illustrative examples.
- Tool-Specific Recommendations: Easily identify and filter skills tailored for optimal performance with your preferred AI coding assistant.
2. Browsing the GitHub Repository
For developers, contributors, or users who prefer direct access to the source files, the entire skill catalog is openly structured within the GitHub repository.
-
Skill Organization: All individual skills are stored within the
plugins/directory. They are organized by the AI tool they are compatible with, followed by the specific skill's name:plugins/ ├── antigravity-awesome-skills-claude/ │ └── skills/ │ ├── api-design-principles/ │ │ └── SKILL.md │ ├── claude-monitor/ │ │ └── SKILL.md │ └── ... ├── antigravity-awesome-skills-cursor/ │ └── skills/ │ ├── python-refactor/ │ │ └── SKILL.md │ └── ... └── ... -
How to Browse:
- Navigate to the
plugins/directory in the GitHub repository. - Select the sub-directory corresponding to your AI tool (e.g.,
antigravity-awesome-skills-claude). - Within the
skills/folder, you will find individual directories for each skill. - The
SKILL.mdfile inside each skill directory contains its primary documentation, instructions, and definition. - You can also utilize GitHub's built-in search functionality (press the
tkey for file search within the repository, or use the main search bar) to find specific skill names or keywords across the codebase.
- Navigate to the
3. Structured Collections: Bundles & Workflows
To facilitate complex tasks and streamline your AI agent's operations, skills are often grouped into curated collections:
-
Bundles: These are role-based or domain-specific collections of skills. Bundles provide a quick way to equip your AI agent with a set of relevant tools for a particular persona (e.g., "Fullstack Developer") or a specific area of expertise.
- Learn more: Bundles Documentation
-
Workflows: Workflows define a sequence of skills designed to achieve a specific, multi-step objective. They guide your AI agent through complex processes, from initial planning to final execution, ensuring a structured approach.
- Learn more: Workflows Documentation
-
Plugins: These represent specific distributions of skills tailored for direct integration with certain AI tools, such as Claude Code and Codex CLI, simplifying their adoption.
- Learn more: Plugins Documentation
By utilizing these browsing and discovery methods, you can effectively navigate the vast Antigravity Awesome Skills catalog and integrate powerful agentic capabilities into your AI assistant.