Skillfish banner
knoxgraeme knoxgraeme

Skillfish

AI community

Description

The skill manager for AI coding agents. Install, update, and sync skills across Claude Code, Cursor, Copilot + more.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

skillfish

npm downloads license node CI

The skill manager for AI coding agents.
Install, update, and sync skills across Claude Code, Cursor, Copilot + more.


Quick Start

# 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 - Browse and discover community skills
  • MCP Market - Skills directory
  • skillfish search - Search from the command line

Commands

| Command | Description | |-----