Updated

Antigravity Awesome Skills Data

A curated catalog of skills for LLMs and AI agents. Each entry captures the skill's name, description, category, risk level, trigger keywords, and source path.

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/ai/antigravity-awesome-skills-data/
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/README.md
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/datapackage.yaml
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/generate_dataset.py
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/skills.csv
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.yamlmetadata & schema
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/datapackage.yaml
README.mddocumentation
https://datahub.io/ai/antigravity-awesome-skills-data/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.yaml to inspect schema and resources
  2. 2. Download data resources listed in datapackage.yaml
  3. 3. Read README.md for full context

Data Previews

skills

Loading data...

Schema

nametypedescription
idstringUnique identifier for the skill.
namestringHuman-readable name of the skill.
descriptionstringdetailed description of what the skill does.
categorystringCategory of the skill (e.g., coding, writing).
riskstringRisk level associated with the skill.
sourcestringSource of the skill definition.
pathstringFile path to the skill definition in the source repository.
tagsstringComma-separated list of tags associated with the skill.
triggersstringComma-separated list of trigger keywords for the skill.

Data Files

FileDescriptionSizeLast modifiedDownload
skills
311 kBabout 2 months ago
skills
FilesSizeFormatCreatedUpdatedLicenseSource
1311 kBcsvabout 1 month agoCC0 1.0 Universal

This dataset contains a curated catalog of skills for various LLMs and AI agents, extracted from the antigravity-awesome-skills repository.

Dataset Structure

The dataset consists of the following files:

  • skills.csv: The main data file containing the skills list.
  • datapackage.yaml: Frictionless Data metadata describing the dataset schema.
  • generate_dataset.py: A Python script used to generate individual CSV files from the source skills_index.json and CATALOG.md.

Generation

To regenerate this dataset from the source files:

  1. Ensure you have skills_index.json and CATALOG.md in the parent directory.

  2. Run the generation script:

    python3 generate_dataset.py
    

License

CC0 1.0 Universal - Public Domain Dedication