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

https://github.com/jaykaycodes/skills


https://github.com/jaykaycodes/skills

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Agent Skills

My collection of agent skills.

## Quick install
```bash
npx skills@latest add jaykaycodes/skills
```

## Skills

### Tooling

These skills help you configure tools, workflows, and project automation.

- **justfile** — Author and refactor `just` justfiles using the manual as reference and a modular layout: default list recipe, `#` recipe docs, parameters and conditionals, modules and nested justfiles, and ongoing workflow canonicalization. See `justfile/SKILL.md` and `justfile/references/`.

```bash
npx skills@latest add jaykaycodes/skills/justfile
```

### Design System

First-party product design skill system with one command and mode routing.

- **design** — one command with mode routing:
- `/design context`
- `/design plan`
- `/design build `
- `/design review `
- `/design polish `
- `/design tune `
- `/design extract `

```bash
npx skills@latest add jaykaycodes/skills/design
```