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
- Host: GitHub
- URL: https://github.com/garnertb/skills
- Owner: garnertb
- License: mit
- Created: 2026-01-08T16:48:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T14:54:48.000Z (6 months ago)
- Last Synced: 2026-01-24T06:04:15.514Z (6 months ago)
- Topics: ai-agents, ai-skills
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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
```