AI Agent Skills

Every skill reviewed with a plain-language summary, security audit, and real install data. Not a raw dump of SKILL.md files. Search by what you need, not what the file is named. How we audit skills.

191Skills reviewed
2.6MTotal installs
386Categories

Frequently asked questions

What is an AI agent skill?

An AI agent skill is a SKILL.md file that teaches a coding agent like Claude Code, Cursor, or Codex CLI a specific workflow. Skills add capabilities (SEO auditing, cold email drafting, code review) without changing the agent itself. Over 240,000 SKILL.md files exist on GitHub as of June 2026.

How do I install a skill?

Run npx skills add owner/repo in your terminal. The CLI copies the skill files to your agent's configuration directory. It works with Claude Code, Cursor, Codex CLI, and 50+ other agents. Installation takes under 30 seconds.

Are AI agent skills safe to install?

Not all of them. A Snyk audit (ToxicSkills, February 2026) found prompt injection in 36% of marketplace skills. Every skill page here includes a security audit showing exactly what commands it runs, what URLs it fetches, and what files it touches. Check the risk level before installing any skill.

How is this directory different from skills.sh or Agensi?

skills.sh and Agensi list skills with raw metadata. This directory adds a plain-language summary of what each skill actually does, a security audit of its execution surface (commands, URLs, file access), real install counts, and FAQ. Every claim is derived from the actual skill files, not marketing copy.