We open-sourced Best Skills: daily rankings for agent skills
https://github.com/LinklyAI/best-skills
There are already thousands of agent skills, but theyβre scattered across different platforms. It can be difficult to tell which ones are popular, growing, or still actively maintained. A product teammate at Linkly AI built and open-sourced Best Skills to make that easier.
Data Sources and Lists
Best Skills collects public data from skills.sh, ClawHub, Tencent SkillHub, GitHub, X, Bluesky, and Hacker News. It updates daily and generates nine Top 100 lists, including:
- Best overall skills
- Most installed skills
- Fastest-growing skills in the past seven days
- Most discussed skills
- Most actively maintained skills
- New and rising skills
How to Use It
The easiest way is to browse the live rankings. If you want to work with the data directly, all rankings are available as CSV files in the repository:
git clone https://github.com/LinklyAI/best-skills.git
cd best-skills
You can use the CSV files for your own analysis, build a dashboard, or ask an AI agent to compare the rankings for you. For example:
Compare
best-100.csvandtrending-7d.csv. List the skills that appear in both, and preserve their original URLs.
If you find missing data or have suggestions, feel free to open an issue.
Comments
No comments yet. Start the discussion.