skillfish
The skill manager for AI coding agents. Install, update, and sync skills across Claude Code, Cursor, Copilot + more.
File Explorer
Download Latest Version (.zip)- agent_support.yml
- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- release.yml
- CODEOWNERS
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- pre-commit
- logo.png
- add-agents.test.ts
- add.test.ts
- agents.test.ts
- auth.test.ts
- github.test.ts
- installer.test.ts
- invoke-cli.ts
- list.test.ts
- manifest.test.ts
- project-manifest.test.ts
- remove.test.ts
- submit.test.ts
- update.test.ts
- utils.test.ts
- add.ts
- bundle.ts
- init.ts
- install.ts
- list.ts
- remove.ts
- search.ts
- submit.ts
- update.ts
- agents.ts
- auth.ts
- banner.ts
- constants.ts
- github.ts
- http.ts
- installer.ts
- manifest.ts
- project-manifest.ts
- registry.ts
- index.ts
- telemetry-worker.ts
- telemetry.ts
- utils.ts
- .gitignore
- .prettierignore
- .prettierrc
- CLAUDE.md
- CONTRIBUTING.md
- eslint.config.mjs
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/knoxgraeme/skillfish
Downloads the entire project code from GitHub to your computer.
cd skillfish
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm i -g skillfish
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm i -g skillfish
Installs the package published on the npm registry globally β no need to clone the source.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
