Introduction

Welcome to SkillUse - a tool for sharing and installing AI agent skills

Introduction

SkillUse is a command-line tool for sharing and installing skills for AI agents like Claude Code, Cursor, and Windsurf.

What are Skills?

Skills are reusable prompt templates that extend what AI agents can do. They're stored as markdown files in a .claude/skills/ directory.

Getting Started

Install SkillUse and start using skills in your projects:

# Install via npm
npm install -g skilluse
 
# Or use npx
npx skilluse --help

Next Steps