An open API service indexing awesome lists of open source software.

https://github.com/garnertb/skills

Collection of agent skills
https://github.com/garnertb/skills

ai-agents ai-skills

Last synced: 6 months ago
JSON representation

Collection of agent skills

Awesome Lists containing this project

README

          

# Skills

A collection of specialized skills for AI agents to perform specific tasks
effectively.

## Installation

Install all skills with the following command:

```bash
npx skills add garnertb/skills --all
```

### Install Specific Skill

```bash
npx skills add garnertb/skills --skill
```

## Validation

To validate all skills, run the following command in your terminal:

```bash
./scripts/validate-skills
```

To validate a specific skill, provide the skill name as an argument:

```bash
./scripts/validate-skills
```