DocsGetting StartedInstallation
Getting Started

Installation

All the ways to install and configure FindSkills.

Using npx (Recommended)

bash
npx skills add <skill-name>

Global Install

bash
npm install -g @findskills/cli
skills add <skill-name>

Project Config

Create a .skills file in your project root to define skills declaratively:

json
{
  "skills": [
    "find-skills",
    "react-best-practices",
    "typescript-mastery"
  ]
}

China Mirror

If you're in China and experiencing slow downloads, use the CN mirror:

bash
npx skills add <skill-name> --registry cn
!

Do not run skills install commands with sudo. This can cause permission issues with your agent configuration.