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.
The open agent skills tool - npx skills
| Date | Stars |
|---|---|
| 2026-07-31 | 27636 |
| 2026-08-01 | 27636 |
| 2026-08-04 | 27986 |
| 2026-08-06 | 27986 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# skills The CLI for the open agent skills ecosystem. <!-- agent-list:start --> Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and [72 more](#supported-agents). <!-- agent-list:end --> [](https://skills.sh/vercel-labs/skills) ## Install a Skill ```bash npx skills add vercel-labs/agent-skills ``` ## Use a Skill Without Installing Generate a prompt for one skill, or start a supported coding agent interactively: ```bash npx skills use vercel-labs/agent-skills@web-design-guidelines | claude npx skills use vercel-labs/agent-skills --skill web-design-guidelines --agent claude-code ``` `skills use` resolves sources the same way as `skills add`, writes the selected skill files to a temporary directory, and prints only the generated prompt to stdout unless `--agent` is provided. With `--agent`, it starts one supported agent interactively with the generated prompt. ### Source Formats ```bash # GitHub shorthand (owner/repo) npx skills add vercel-labs/agent-skills # Full GitHub URL npx skills add https://github.com/vercel-labs/agent-skills # Direct path to a skill in a repo npx skills add https://github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines # GitLab URL npx skills add https://gitlab.com/org/repo # Any git URL npx skills add [email protected]:vercel-labs/agent-skills.git # Local path npx skills add ./my-local-skills ``` ### Options | Option | Description | | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `-g, --global` | Install to user directory instead of project | | `-a, --agent <agents...>` | <!-- agent-names:start -->Target specific agents (e.g., `claude-code`, `codex`). See [Supported Agents](#supported-agents)<!-- agent-names:end --> | | `-s, --skill <skills...>` | Install specific skills by name (use `'*'` for all skills) | | `-l, --list` | List available skills without installing | | `--copy` | Copy files instead of symlinking to agent directories | | `-y, --yes` | Skip all confirmation prompts | | `--all` | Install all skills to all agents without prompts | ### Examples ```bash # List skills in a repository npx skills add vercel-labs/agent-skills --list # Install specific skills npx skills add vercel-labs/agent-skills --skill frontend-design --skill skill-creator # Install a skill with spaces in the name (must be quoted) npx skills add owner/repo --skill "Convex Best Practices" # Install to specific agents npx skills add vercel-labs/agent-skills -a claude-code -a opencode # Non-interactive installation (CI/CD friendly) npx skills add vercel-labs/agent-skills --skill frontend-design -g -a claude-code -y # Install all skills from a repo to all agents npx skills add vercel-labs/agent-skills --all # Install all skills to specific agents npx skills add vercel-labs/agent-skills --skill '*' -a claude-code # Install specific skills to all agents npx skills add vercel-labs/agent-skills --agent '*' --skill frontend-design # Install from a direct SKILL.md or archive download
Excerpt of 23,836 characters
Read on GitHubAndrew Qu · @Vercel
199
50
Jiachi Liu · @vercel
21
Jonathan Hefner · United States
11
Pooya Parsa · @unjs . @nitrojs . @h3js . @nuxt · Netherlands
8
Elliot Liu · Australia
8
初心Yearth
7
7
Ergün Erdoğmuş
4
Ben Sabic · @Vercel, @Flash-Brew-Digital, @224-Industries · Australia
3
3
Matt · @meltylabs · United States
2
James Russo · @heygen-com · United States
2
Ryota Murakami · @laststance · Japan
2
Robin Newhouse · Replit
2
Patrick Erichsen · Continue · United States
2
2
2
2
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4d923e18b5294bc5, llm:repository description: "The open agent skills tool - npx skills"; project name 'skills' and 'open agent' imply tools for agent skills (plugins/actions) to extend AI agents
matched fp:4d923e18b5294bc5, llm:repository description: "The open agent skills tool - npx skills"; project name 'skills' and 'open agent' imply tools for agent skills (plugins/actions) to extend AI agents
matched fp:4d923e18b5294bc5, llm:repository description: "The open agent skills tool - npx skills"; project name 'skills' and 'open agent' imply tools for agent skills (plugins/actions) to extend AI agents