# add-skill (DEPRECATED)

**This package has been renamed to `skills`.**

## Migration

Replace:

```bash
npx add-skill <package>
```

With:

```bash
npx skills add <package>
```

## What happens now?

Running `npx add-skill` will:

1. Show a deprecation warning
2. Forward your command to `npx skills add`

## Available commands

```bash
npx skills add vercel-labs/agent-skills
npx skills find
npx skills check
npx skills update
```

## More info

Visit [https://skills.sh](https://skills.sh) for documentation and to discover skills.
