AIAny
Icon for item

GitSkills

Provides a queryable dataset of 3,797,117 SKILL.md agent-skill files found on public GitHub, deduplicated by content hash and enriched with representative text, front matter, folder composition, repo metadata, and sampled commit history for research.

Introduction

The rapid emergence of agent "skills" (SKILL.md folders) created a new, natural-language software artifact that standard code-mining pipelines rarely capture. GitSkills records this phenomenon at scale—millions of discovered files linked to repositories and enriched with metadata—so researchers can study how agent instructions are authored, copied, and maintained in the wild.

What Sets It Apart
  • Large-scale, provenance-aware corpus: contains 3,797,117 discovered SKILL.md occurrences from 282,200 public repositories, grouped into 1,877,981 distinct contents so you can analyze both unique skill texts and their copies.
  • Representative enrichment: one representative per content group includes full text, parsed YAML front matter, sibling files in the skill folder, and for a large subset, anonymized first/last commits and commit counts—enabling temporal and maintenance analyses.
  • Practical data formats and tooling: distributed as a single self-contained SQLite archive and Parquet mirrors with dataset configs (artifacts, artifact_siblings, repos, mining_runs) to support pandas/Datasets/Polars/Dask workflows.
  • Research-focused scope and anonymisation: collects only public GitHub data, documents collection limits (code-search coverage, file size cap), and replaces personal identifiers in commits with stable anonymized codes to preserve provenance without exposing identities.
Who It's For and Tradeoffs

Great fit if you study prompt engineering, agent/tool integration, software-engineering metrics for natural-language artifacts, or supply-chain risks in agent ecosystems. The dataset enables analyses of adoption, clone genealogy, readability/churn metrics, and whether modifications introduce risky commands.

Look elsewhere if you need complete repository indexing (the crawl targets public, indexed branches and excludes very large repos and files over the search cap) or if you require license-cleared text for redistribution—file contents retain their upstream licenses and must be checked before reuse.

Where It Fits

Use GitSkills when you want empirical, reproducible studies about how language-model agents are extended via repository-hosted skills and when you need both content-level deduplication and per-copy provenance to study reuse and maintenance patterns.

Information

  • Websitehuggingface.co
  • OrganizationsUniversity College London, University of Hohenheim, University of Hohenheim, University of Cagliari
  • AuthorsGiuseppe Destefanis, Daniel Graziotin, Matteo Vaccargiu, Marco Ortu
  • Published date2026/08/10

Categories

More Items

Hugging Face

Provides manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.