API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.yaml to inspect schema and resources
- 2. Download data resources listed in datapackage.yaml
- 3. Read README.md for full context
Data Previews
skills
Schema
| name | type | description |
|---|---|---|
| id | string | Unique identifier for the skill. |
| name | string | Human-readable name of the skill. |
| description | string | detailed description of what the skill does. |
| category | string | Category of the skill (e.g., coding, writing). |
| risk | string | Risk level associated with the skill. |
| source | string | Source of the skill definition. |
| path | string | File path to the skill definition in the source repository. |
| tags | string | Comma-separated list of tags associated with the skill. |
| triggers | string | Comma-separated list of trigger keywords for the skill. |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
skills | 311 kB | about 2 months ago | skills |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 311 kB | csv | about 1 month ago | CC0 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 sourceskills_index.jsonandCATALOG.md.
Generation
To regenerate this dataset from the source files:
-
Ensure you have
skills_index.jsonandCATALOG.mdin the parent directory. -
Run the generation script:
python3 generate_dataset.py
License
CC0 1.0 Universal - Public Domain Dedication