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 skill manager for AI coding agents. Install, update, and sync skills across Claude Code, Cursor, Copilot + more.
| Date | Stars |
|---|---|
| 2026-07-31 | 301 |
| 2026-08-06 | 301 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <img src="https://raw.githubusercontent.com/knoxgraeme/skillfish/main/assets/logo.png" alt="skillfish" width="600"> </p> <p align="center"> <a href="https://npmjs.com/package/skillfish"><img src="https://img.shields.io/npm/v/skillfish" alt="npm"></a> <a href="https://npmjs.com/package/skillfish"><img src="https://img.shields.io/npm/dm/skillfish" alt="downloads"></a> <a href="LICENSE"><img src="https://img.shields.io/npm/l/skillfish" alt="license"></a> <a href="package.json"><img src="https://img.shields.io/node/v/skillfish" alt="node"></a> <a href="https://github.com/knoxgraeme/skillfish/actions"><img src="https://github.com/knoxgraeme/skillfish/actions/workflows/ci.yml/badge.svg" alt="CI"></a> </p> <p align="center"> <strong>The skill manager for AI coding agents.</strong><br> Install, update, and sync skills across Claude Code, Cursor, Copilot + more. </p> --- ## Quick Start ```bash # One-off skill installation npx skillfish add owner/repo # For skill management (list, update, remove), install globally npm i -g skillfish ``` One command installs to **all detected agents** on your system. > [!TIP] > **New:** [Sync skills across your team](#team-skill-sync) with `skillfish bundle`. ## What Are Agent Skills? Agent Skills are portable packages of instructions, prompts, scripts, and resources that AI coding agents can discover and use. They give agents like Claude Code, Cursor, and Copilot domain expertise, reusable workflows, and team-specific context - loaded on demand to extend capabilities. Each skill contains a `SKILL.md` file with structured prompts and instructions the agent can follow. Learn more at [agentskills.io](https://agentskills.io). ## Find Skills - **[skill.fish](https://skill.fish)** - Browse and discover community skills - **[MCP Market](https://mcpmarket.com/tools/skills)** - Skills directory - **`skillfish search <query>`** - Search from the command line ## Commands | Command | Description | |---------|-------------| | `skillfish add <owner/repo>` | Install skills | | `skillfish init` | Create a new skill | | `skillfish list` | View installed skills | | `skillfish remove [name]` | Remove skills | | `skillfish search <query>` | Search for skills on skill.fish | | `skillfish update` | Update installed skills | | `skillfish bundle` | Create a manifest from installed skills | | `skillfish install` | Install skills from a manifest | | `skillfish submit <repo>` | Submit skills to skill.fish | All commands support `--json` for automation. ## Examples ```bash skillfish add owner/repo # Install from a repository skillfish add owner/repo --all # Install all skills from repo skillfish init # Create a new skill (interactive) skillfish init --name my-skill # Create with a specified name skillfish list # See what's installed skillfish search github # Search for skills skillfish update # Update all skills skillfish remove old-skill # Remove a skill skillfish submit owner/repo # Submit your skills to skill.fish skillfish bundle # Create skillfish.json from installed skills skillfish install # Sync skills from manifest skillfish install --dry-run # Preview what would change ``` ## Team Skill Sync Share skills across your team by committing a `skillfish.json` manifest to your repository. **Setup (one developer):** ```bash skillfish add owner/repo # Install skills your team needs skillfish bundle # Create skillfish.json manifest git add skillfish.json && git commit -m "Add skill manifest" ``` **Sync (other developers):** ```bash skillfish install # Install skills from manifest ``` The manifest tracks external skills only. Local skills (created with `skillfish init`) are version-controlled directly in your project. ### How It Works 1. `skillfish bundle`
Excerpt of 15,528 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:fbf1a9e7bea852d4, llm:description: 'The skill manager for AI coding agents. Install, update, and sync skills across Claude Code, Cursor, Copilot + more.'
matched fp:fbf1a9e7bea852d4, llm:description: 'The skill manager for AI coding agents. Install, update, and sync skills across Claude Code, Cursor, Copilot + more.'