Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
geekjourneyx avatar

Trending Skills

  • 153 installs
  • 26 repo stars
  • Updated February 8, 2026
  • geekjourneyx/mind-skills

Scan trending Claude Code and agent skills to prioritize high-impact community capabilities before designing or expanding your custom skill library.

About

Trending-skills from mind-skills tracks popular Claude Code and agent skills so builders discover high-velocity community capabilities and decide which to install, adapt, or skip for their stack.

  • Trending skill scanning
  • Community adoption signals
  • Agent capability gap detection
  • Skill library prioritization
  • Fast-moving ecosystem awareness

Trending Skills by the numbers

  • 153 all-time installs (skills.sh)
  • Ranked #202 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/geekjourneyx/mind-skills --skill trending-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs153
repo stars26
Last updatedFebruary 8, 2026
Repositorygeekjourneyx/mind-skills

What it does

Scan trending Claude Code and agent skills to prioritize high-impact community capabilities before designing or expanding your custom skill library.

Files

SKILL.mdMarkdownGitHub ↗

Trending Skills

Fetch skills.sh trending rankings and skill details.

Quick Start

# View rankings
今天技能排行榜
Top 10 skills
技能榜单

Query Types

TypeExamplesDescription
Rankings今天技能排行榜 Top 10Current rankings
Detailxxx是什么 xxx介绍Skill details (requires extra packages)

Workflow

- [ ] Step 1: Parse query type
- [ ] Step 2: Fetch data from skills.sh
- [ ] Step 3: Format and display results

---

Step 1: Parse Query Type

User InputQuery TypeAction
今天技能排行榜rankingsShow top N skills
Top 10 skillsrankingsShow top N skills
xxx是什么detailShow skill details

---

Step 2: Fetch Data

Fetch Rankings

cd skills/trending-skills
python src/skills_fetcher.py

Requirements:

For basic rankings:

pip install playwright
playwright install chromium --with-deps

For skill details (optional):

pip install beautifulsoup4 lxml requests

Note: --with-deps automatically installs required system libraries.

Fetch Skill Details (Optional)

python src/detail_fetcher.py <skill-name>

---

Step 3: Format Results

Rankings Output

# Skills Trending

| # | Skill | Owner | Installs |
|---|-------|-------|----------|
| 1 | remotion-best-practices | remotion-dev | 5.6K |
| 2 | react-best-practices | vercel-labs | 5.4K |
| 3 | web-design-guidelines | vercel-labs | 4.0K |

Detail Output (Optional)

# remotion-best-practices

**Owner**: remotion-dev/skills
**Installs**: 5.6K

**When to use**:
[Usage description from skills.sh]

**Rules** (27 total):
- 3d.md: 3D content in Remotion...
- audio.md: Audio processing...

**URL**: https://skills.sh/remotion-dev/remotion-best-practices

---

Configuration

No configuration required.

---

Troubleshooting

IssueSolution
Playwright errorRun playwright install chromium
Network timeoutCheck internet connection
Skill not foundVerify skill name on skills.sh

---

CLI Reference

# Fetch rankings
python skills/trending-skills/src/skills_fetcher.py

# Fetch skill detail (optional)
python skills/trending-skills/src/detail_fetcher.py <skill-name>

Related skills

Skill Developmentagentsautomationresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.