DocsCLI Referencenpx skills remove
CLI Reference

npx skills remove

Uninstall a skill from your project.

The remove command uninstalls a skill from your project.

Usage

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

Examples

bash
# Remove a skill
npx skills remove react-best-practices

# Remove multiple skills
npx skills remove find-skills react-best-practices
!

Removing a skill that is a dependency of another installed skill will show a warning. Use --force to remove anyway.