https://github.com/jaykaycodes/skills
https://github.com/jaykaycodes/skills
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaykaycodes/skills
- Owner: jaykaycodes
- License: mit
- Created: 2026-04-08T05:04:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T05:40:00.000Z (2 months ago)
- Last Synced: 2026-04-14T07:30:42.203Z (2 months ago)
- Size: 192 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```