DocsCLI Referencenpx skills add
CLI Reference

npx skills add

Install a skill to your agent.

The add command installs a skill from the FindSkills registry into your current project.

Usage

bash
npx skills add <skill-name> [options]

Examples

bash
# Install a specific skill
npx skills add find-skills

# Install a specific version
npx skills add react-best-practices@2.1.0

# Install multiple skills
npx skills add find-skills react-best-practices

# Use CN mirror
npx skills add find-skills --registry cn

# Dry run (preview without installing)
npx skills add find-skills --dry-run

Options

  • --registry — Custom registry URL
  • --dry-run — Preview changes without installing
  • --force — Overwrite existing skill version
  • --global — Install globally instead of project-local