Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Curated agent skills by humans. Search, run, install, and keep them current from one CLI.
| Date | Stars |
|---|---|
| 2026-07-31 | 297 |
| 2026-08-03 | 297 |
| 2026-08-12 | 299 |
| 2026-08-18 | 300 |
| 2026-08-21 | 302 |
| 2026-08-22 | 303 |
| 2026-08-25 | 304 |
| 2026-08-28 | 305 |
| 2026-08-29 | 306 |
| 2026-09-02 | 308 |
| 2026-09-12 | 309 |
| 2026-09-16 | 310 |
| 2026-09-17 | 309 |
| 2026-09-18 | 310 |
| 2026-09-19 | 309 |
| 2026-09-20 | 309 |
Today
— stars today
This week
— stars this week
This month
+7 stars this month
Momentum
15.0
growth rate 0.00%/day
<h1>skilld</h1> [](https://npmjs.com/package/skilld) [](https://npm.chart.dev/skilld) [](https://github.com/skilld-dev/skilld/blob/main/LICENSE) > 🪶 Curated agent skills by humans. Search, run, install, and keep them current. One command, every Agent. <a href="https://skilld.dev"><picture><source media="(prefers-color-scheme: dark)" srcset=".github/logos/logo-mark.svg"><img src=".github/logos/logo-mark-light.svg" alt="skilld logo" width="120"></picture></a> <p align="center"> <table> <tbody> <td align="center"> <sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br> </td> </tbody> </table> </p> ## Features - 👤 **Every Skill has a human author.** A maintainer wrote it in their own GitHub Repository. skilld.dev lists it under their name with a link to the source file. - 📖 **Read before you run.** `skilld run` prints `SKILL.md` and installs nothing. Your Agent follows it for this session only. - 🔁 **Know when the source moved.** skilld records the source commit. `skilld update --check` reports each update relation, and `skilld outdated` lists what fell behind. - 🎯 **One command, every Agent.** `skilld install` detects your Agent targets. Claude Code, Codex, Cursor, Gemini CLI, and the rest get the same Skill. - 🔏 **Verified delivery.** skilld.dev builds an immutable Artifact from an exact commit. The CLI checks its digest and attestation before it writes a file. - 🦀 **Native binary, no runtime.** The npm package selects a native executable for your system. No JavaScript engine, no fallback. ## What is skilld? skilld is a curated registry of agent Skills that real maintainers wrote in their own GitHub repositories, usable with one command in every Agent. A Skill is a directory with a `SKILL.md` file in the [Agent Skills](https://agentskills.io) format. Install-count leaderboards and generated doc dumps tell you a Skill is popular. skilld tells you who wrote it, links the exact file, and tracks the commit it came from, so you can read it before your Agent follows it. The `skilld` CLI searches, runs, installs, updates, verifies, and removes Skills. It contains no Skill generation logic and no Agent runtime. Skill authoring lives in visible [skilld-maintained Skills](#author-a-skill) and the optional [Harness](#harness). ## Get Started Install the CLI: ```sh npm install --global skilld ``` Find a Skill, then run it for this session: ```sh skilld search vue skilld run skilld:antfu/skills/vue ``` `skilld run` prints `SKILL.md` to stdout and writes no file. Ask your Agent to run the command and follow the printed instructions. If you run it yourself, pass the output to your Agent. Install the Skill when you want it in every session: ```sh skilld install skilld:antfu/skills/vue ``` An install writes files. If an Agent runs the install, it asks you first. Teach your Agent the CLI with the skilld-maintained `skilld` Skill: ```sh skilld install skilld --global ``` Use `--agent` when you want an explicit Agent target. Repeat it for several targets. Use `--agent all` for every known target. `-g` is the short form of `--global`. ```sh skilld install skilld --global --agent codex skilld install skilld -g --agent kiro --agent zed skilld install skilld -g --agent all ``` ### Selectors `skilld:OWNER/REPOSITORY/SKILL` names one Skill in the registry. `skilld search` prints the selector for each result. `skilld-dev/skills` is the Repository; `find-skill` is the Skill directory inside it. ### Supporting files skilld names the supporting files a Skill carries and prints none of them. Read one when the instructions call for i
Excerpt of 9,243 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:3ff8c0736e031e16, llm:description: 'Generate AI agent skills from your NPM / create dependencies. npx skilld' (TypeScript project to generate AI agent skills)
matched fp:3ff8c0736e031e16, llm:description: 'Generate AI agent skills from your NPM / create dependencies. npx skilld' (TypeScript project to generate AI agent skills)