CoolFace
Datasetpublic

LittleDinoC/agent-skills

Agent Skills Dataset 61,650 agent skills collected from GitHub repositories. Each skill contains name, description, and full markdown content. Useful for skill retrieval and agent training. Dataset Structure id: Unique identifier for the skill name: Skill name description: Skill description and usage instructions owner: Repository owner repo: Repository name skill_md_path: Path to the skill markdown file content: Full skill content in markdown format… See the full description on the dataset page: https://huggingface.co/datasets/LittleDinoC/agent-skills.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
1likes107downloads
Dataset Card

Agent Skills Dataset

61,650 agent skills collected from GitHub repositories. Each skill contains name, description, and full markdown content. Useful for skill retrieval and agent training.

Dataset Structure

  • id: Unique identifier for the skill
  • name: Skill name
  • description: Skill description and usage instructions
  • owner: Repository owner
  • repo: Repository name
  • skill_md_path: Path to the skill markdown file
  • content: Full skill content in markdown format

Usage

python
from datasets import load_dataset

dataset = load_dataset("LittleDinoC/agent-skills")