Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Best Agent Skills

Recommends which AI agent skill to install using nine daily-refreshed Top-100 ranking CSVs.

UtilitiesBeginner58014AI score 9/10Last updated: Sep 20, 2026

What it does

Answers skill-discovery questions from nine Top-100 lists aggregated daily across platforms (skills.sh, ClawHub, Tencent SkillHub, GitHub, X/HN/Bluesky).

  • Lists: best-100, top-installs, trending-7d, social-buzz, most-active, official-100, official-vendors, top-repos, rising-stars
  • Replies with rank, per-platform raw counts, the install command, and the source url
  • Distinguishes same-named skills by vendor
  • History available by swapping latest for a YYYY-MM-DD snapshot
  • Read-only: it links and recommends, it never installs anything itself

Who it's for

  • Claude Code users choosing between competing agent skills
  • Anyone checking whether a skill is popular, official, or actively maintained
  • Teams standardizing on vetted, well-supported skills
  • People tracking weekly trending and rising-star skills

Examples

  1. "Which skill should I install for browser automation?" → filters best-100.csv by name/description and returns top candidates with install commands
  2. "Is skill X official and still maintained?" → cross-checks official-100.csv and most-active.csv
  3. "Compare A and B" → looks both up by skill_key and presents platform counts side by side instead of summing them

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/LinklyAI/best-skills/HEAD/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the SKILL.m folder from the GitHub repo LinklyAI/best-skills into my ~/.claude/skills/best-skills/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/LinklyAI/best-skills.git ~/.claude/skills/best-skills

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Create the skills folder if needed: mkdir -p ~/.claude/skills
  3. Clone the repo: git clone https://github.com/LinklyAI/best-skills.git ~/.claude/skills/best-skills
  4. Confirm ~/.claude/skills/best-skills/SKILL.md exists.
  5. Restart Claude Code and ask something like "what agent skills are trending this week?" to trigger it.
  6. Note: an internet connection is required, since the skill fetches public CSVs from GitHub raw at query time.
View source on GitHubLicense: NOASSERTION