About Skills Explorer
Skills Explorer is a browsable index of 727 agent skills published on GitHub. Each skill has its own page with the source, an install command, a safety box score that anyone can request, and a visual flow that walks through what the skill does.
What is an agent skill?
An agent skill is a folder with a SKILL.md file that teaches an AI coding agent how to do one job: review a pull request, build a slide deck, run a security scan, plan a trip. The file starts with a name and a one-line description, followed by instructions the agent follows when the job comes up. A skill can ship scripts and reference files next to the SKILL.md, and the agent loads the whole folder only when it is needed.
Skills use the open Agent Skills format, so one folder works across agents that support it, including Claude Code, Codex and Cursor. Installing a skill means copying its folder into the directory the agent reads skills from, which the skills CLI does in one command.
How skills get into the index
Skills are registered from public GitHub repositories. The index records each skill's name, description, repository, path and branch as they appear in its SKILL.md, and tags it by topic. Descriptions are the authors' own words. Every skill page links to the file on GitHub, so you can read exactly what an agent would load before you install it.
To suggest a repository, open an issue on GitHub with a link to it. Anything with a SKILL.md can be indexed.
What each skill page shows
- What it does: the description from the skill's
SKILL.md, with its tags and collection. - Install: the
skillsCLI command for the skill, and the manual copy for Claude Code. - Safety box score: a grade from A to F for what the skill and its scripts can reach, built from the skill's own files. Anyone can request it, and the result is saved for everyone. How the score works.
- Visual flow: an interactive walkthrough of the skill's stages, commands and checks, generated from its files on request.
- Source: the repository, path and branch on GitHub, and the other skills from the same repository.
Who runs it
Skills Explorer is an open-source project. The code, the issue tracker and the way to reach the maintainers are all at freeflow-community/skill-explorer on GitHub. Skills belong to their authors and stay in their repositories; this site indexes and describes them.