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.
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 skillname: Skill namedescription: Skill description and usage instructionsowner: Repository ownerrepo: Repository nameskill_md_path: Path to the skill markdown filecontent: Full skill content in markdown format
Usage
from datasets import load_dataset
dataset = load_dataset("LittleDinoC/agent-skills")