Files
antigravity-skills-reference/skills
Nikolas Hor 6dd1307be6 feat: add Game Development Expansion Bundle (Bevy ECS, GLSL, Godot 4 Migration) (#121)
* add libreoffice skill and +29 workflow bundles.

* Add documentation for workflow bundles

Added comprehensive documentation for workflow bundles, detailing granular and consolidated bundles across various development scenarios including frontend, backend, WordPress, system administration, security testing, AI/ML, cloud/DevOps, database, testing/QA, and LibreOffice skills.

* add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names.

* add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names.

* Simplify LibreOffice skill names in README

* Refactor LibreOffice Base skill to LibreOffice Writer

Updated the skill from LibreOffice Base to LibreOffice Writer, modifying the name, description, and core capabilities. Adjusted workflows and examples to reflect document creation and automation.

* Rename skill from Writer to Base and update capabilities

Updated the LibreOffice skill from Writer to Base, reflecting changes in functionality related to database management and operations.

* Revise LibreOffice Calc skill details and capabilities

Updated the LibreOffice Calc skill description and removed outdated sections. Streamlined capabilities and workflows while maintaining essential information.

* Refine LibreOffice Draw skill details and capabilities

Updated the LibreOffice Draw skill description and capabilities. Removed flowchart automation example and adjusted related skills.

* Refine SKILL.md for LibreOffice Impress

Updated the SKILL.md file for LibreOffice Impress to refine the name and description, streamline core capabilities, and adjust related skills.

* Refine LibreOffice Writer skill details and capabilities

Updated the LibreOffice Writer skill description and capabilities. Simplified the name and improved clarity in the core capabilities section.

* chore: sync generated registry files [ci skip]

* feat: add Game Development Expansion Bundle (Bevy ECS, GLSL, Godot 4 Migration)

---------

Co-authored-by: Munir Abbasi <munir@ayubmed.edu.pk>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-23 07:29:08 +01:00
..
2026-02-22 08:33:31 +01:00
2026-01-28 18:01:08 +01:00

Skills Directory

Welcome to the skills folder! This is where all 179+ specialized AI skills live.

🤔 What Are Skills?

Skills are specialized instruction sets that teach AI assistants how to handle specific tasks. Think of them as expert knowledge modules that your AI can load on-demand.

Simple analogy: Just like you might consult different experts (a designer, a security expert, a marketer), skills let your AI become an expert in different areas when you need them.


📂 Folder Structure

Each skill lives in its own folder with this structure:

skills/
├── skill-name/              # Individual skill folder
│   ├── SKILL.md             # Main skill definition (required)
│   ├── scripts/             # Helper scripts (optional)
│   ├── examples/            # Usage examples (optional)
│   └── resources/           # Templates & resources (optional)

Key point: Only SKILL.md is required. Everything else is optional!


How to Use Skills

Step 1: Make sure skills are installed

Skills should be in your .agent/skills/ directory (or .claude/skills/, .gemini/skills/, etc.)

Step 2: Invoke a skill in your AI chat

Use the @ symbol followed by the skill name:

@brainstorming help me design a todo app

or

@stripe-integration add payment processing to my app

Step 3: The AI becomes an expert

The AI loads that skill's knowledge and helps you with specialized expertise!


Skill Categories

Creative & Design

Skills for visual design, UI/UX, and artistic creation:

  • @algorithmic-art - Create algorithmic art with p5.js
  • @canvas-design - Design posters and artwork (PNG/PDF output)
  • @frontend-design - Build production-grade frontend interfaces
  • @ui-ux-pro-max - Professional UI/UX design with color, fonts, layouts
  • @web-artifacts-builder - Build modern web apps (React, Tailwind, Shadcn/ui)
  • @theme-factory - Generate themes for documents and presentations
  • @brand-guidelines - Apply Anthropic brand design standards
  • @slack-gif-creator - Create high-quality GIFs for Slack

Development & Engineering

Skills for coding, testing, debugging, and code review:

  • @test-driven-development - Write tests before implementation (TDD)
  • @systematic-debugging - Debug systematically, not randomly
  • @webapp-testing - Test web apps with Playwright
  • @receiving-code-review - Handle code review feedback properly
  • @requesting-code-review - Request code reviews before merging
  • @finishing-a-development-branch - Complete dev branches (merge, PR, cleanup)
  • @subagent-driven-development - Coordinate multiple AI agents for parallel tasks

Documentation & Office

Skills for working with documents and office files:

  • @doc-coauthoring - Collaborate on structured documents
  • @docx - Create, edit, and analyze Word documents
  • @xlsx - Work with Excel spreadsheets (formulas, charts)
  • @pptx - Create and modify PowerPoint presentations
  • @pdf - Handle PDFs (extract text, merge, split, fill forms)
  • @internal-comms - Draft internal communications (reports, announcements)
  • @notebooklm - Query Google NotebookLM notebooks

Planning & Workflow

Skills for task planning and workflow optimization:

  • @brainstorming - Brainstorm and design before coding
  • @writing-plans - Write detailed implementation plans
  • @planning-with-files - File-based planning system (Manus-style)
  • @executing-plans - Execute plans with checkpoints and reviews
  • @using-git-worktrees - Create isolated Git worktrees for parallel work
  • @verification-before-completion - Verify work before claiming completion
  • @using-superpowers - Discover and use advanced skills

System Extension

Skills for extending AI capabilities:

  • @mcp-builder - Build MCP (Model Context Protocol) servers
  • @skill-creator - Create new skills or update existing ones
  • @writing-skills - Tools for writing and validating skill files
  • @dispatching-parallel-agents - Distribute tasks to multiple agents

Finding Skills

Method 1: Browse this folder

ls skills/

Method 2: Search by keyword

ls skills/ | grep "keyword"

Method 3: Check the main README

See the main README for the complete list of all 179+ skills organized by category.


For beginners:

  • @brainstorming - Design before coding
  • @systematic-debugging - Fix bugs methodically
  • @git-pushing - Commit with good messages

For developers:

  • @test-driven-development - Write tests first
  • @react-best-practices - Modern React patterns
  • @senior-fullstack - Full-stack development

For security:

  • @ethical-hacking-methodology - Security basics
  • @burp-suite-testing - Web app security testing

Creating Your Own Skill

Want to create a new skill? Check out:

  1. CONTRIBUTING.md - How to contribute
  2. docs/SKILL_ANATOMY.md - Skill structure guide
  3. @skill-creator - Use this skill to create new skills!

Basic structure:

---
name: my-skill-name
description: "What this skill does"
---

# Skill Title

## Overview
[What this skill does]

## When to Use
- Use when [scenario]

## Instructions
[Step-by-step guide]

## Examples
[Code examples]

Documentation


🌟 Contributing

Found a skill that needs improvement? Want to add a new skill?

  1. Read CONTRIBUTING.md
  2. Study existing skills in this folder
  3. Create your skill following the structure
  4. Submit a Pull Request

References


Need help? Check the FAQ or open an issue on GitHub!