SkillAgentSearch skills...

Documentation

Everything you need to discover, install, and create AI agent skills.

Installing Skills

The quickest route is the skills CLI, which resolves any GitHub repository and installs into whichever agent you are running.

Any agent (recommended)

npx skills add owner/repo

Claude Code plugin marketplace

claude plugin marketplace add owner/repo

Then run /reload-plugins inside Claude Code.

MCP servers

claude mcp add <name> -- npx -y github:owner/repo

If the server publishes to npm under a different package name, use that instead — check the repository README.

Cursor / Copilot / Windsurf

Copy the skill content into your project's .cursorrules, .github/copilot-instructions.md, or .windsurfrules file.

Gemini CLI

Place skill files in .gemini/skills/ as a folder with a SKILL.md file.

What are AI Agent Skills?

AI agent skills are instruction files that teach your AI coding assistant new capabilities. They're simple markdown files with structured instructions — like plugins but portable and transparent.

Common skill file formats include:

  • SKILL.md — Standard skill definition (Gemini CLI, universal)
  • CLAUDE.md — Claude Code project instructions
  • .cursorrules — Cursor AI rules and behaviors
  • .claude/commands/*.md — Claude Code custom slash commands

Quality Scoring

Every skill on SkillAgent.dev receives a quality score from 0–100, calculated from:

  • Community trust — GitHub stars, log-scaled and capped at a fifth of the score, since popularity describes a repository rather than a skill
  • Substance & structure — Length of the actual skill file, and whether it is organised into sections with worked examples
  • Activity — How recently the skill was updated
90+Excellent
75+Good
60+Fair
<60New / Unverified

Supported Platforms

Claude Code
Cursor
GitHub Copilot
Windsurf
Cline
Zed
JetBrains
Gemini CLI
OpenAI Codex
Replit
Universal

Ready to explore?

Browse quality-scored skills for your AI coding assistant.

Explore Skills