Skills Explorer Add Skills

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

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.