agentskills/agentskills — Summary
agentskills.io is the official open standard specification repository for the Agent Skills format — a cross-platform, cross-vendor standard for giving AI agents portable, loadable capability packages. Originally developed by Anthropic and released as an open standard, the repo now functions as the specification governance hub with documentation at agentskills.io.
Problem it solves: AI agents from different vendors (Claude Code, Gemini CLI, Codex, etc.) have incompatible capability extension formats; Agent Skills defines a single portable format (a folder with a SKILL.md file) that works across all compliant agents via progressive disclosure (discovery → activation → execution).
Distinctive trait: The only framework in the corpus that is a standard specification rather than a framework implementation — its value is defining the format that every other skill repository (including anthropics/skills, google/agents-cli, MicrosoftDocs/mcp) implements. It ships a SessionStart hook for the reference implementation (agentskills/agentskills) plus skills-ref content as a Python library for development tooling.
Target audience: AI tool developers who want to implement skills support in their agent; skill authors who want to publish portable skills; enterprises building cross-platform AI workflows.
Scope: 19,405 GitHub stars, Apache-2.0 (code) + CC-BY-4.0 (docs), 30 contributors, 1,190 forks, active since early 2025.
Differs from seeds: Unlike superpowers (Archetype 1 — behavioral enforcement framework for Claude Code), agentskills.io is the open standard that superpowers and other skill packs implement. It is above the implementation layer — it defines what a skill is, not how to use skills to enforce behaviors. Closest to how the W3C or OpenAPI Spec relates to individual implementations.