Learn Skills.Dev banner
NeverSight NeverSight

Learn Skills.Dev

AI community

Description

Curated high-quality AI Agent Skills. Search, install, copy and share. Works with Claude Code, Cursor, OpenClaw, and other AI coding tools.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

learn-skills.dev

Curated high-quality AI Agent Skills. Search, install, copy and share.
Works with Claude Code, Cursor, OpenClaw, and other AI coding tools.

Web App: https://www.learn-skills.dev — Search, install, copy and share AI Agent Skills.

English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Français | Deutsch | Español | Italiano | Русский | العربية

Data Sources

Current Providers

  • skills.sh - Community-curated skills leaderboard
    • All Time (/) - Total installs ranking
    • Trending (/trending) - Recent growth ranking
    • Hot (/hot) - Daily installs ranking

Planned Providers

  • GitHub Trending - Popular skill repos on GitHub
  • Awesome Lists - Curated awesome-* lists for AI agent skills

Manual Skills

Skills not tracked by any provider can be manually added via `data/manual_skills.json`:

{
  "skills": [
    {
      "source": "owner/repo",
      "skillId": "skill-name",
      "name": "Skill Display Name",
      "installs": 1
    }
  ]
}

Manual skills will be:

  • Fetched for their SKILL.md from GitHub (using standard skill folder detection)
  • Included in skills_index.json with providerId: "manual"
  • Not overwritten by the crawler (they persist across runs)
  • Deduplicated: If skills.sh later tracks a manual skill, it will use skills.sh data instead

Note: `installs` should be at least 1 (minimum value).

Output Files

The crawler generates files in the `data/` directory:

`data/skills.json`

Complete skill data containing all three