Getting Started
Quick Start
Install your first skill in under 60 seconds.
This guide gets you up and running with FindSkills in under a minute.
Prerequisites
- Node.js 18 or higher
- An AI agent (Cursor, Claude, Copilot, etc.)
- npm, pnpm, or yarn
Install Your First Skill
bash
npx skills add find-skillsThat's it! Your agent now has access to the find-skills knowledge base. Try asking your agent to help you discover more skills.
Verify Installation
bash
npx skills listi
If you're using Cursor, skills are automatically loaded when you open a project that contains a .skills config file.
Next Steps
- Browse the skills directory at /skills
- Read the Core Concepts guide
- Try the CLI reference