No description
- Shell 52%
- PowerShell 48%
| caveman | ||
| go | ||
| grug-brain | ||
| implementation-spec | ||
| no-ai-slop | ||
| simplicity-filter | ||
| test-writing | ||
| install.ps1 | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
skills
License
All skills are original work and licensed under the terms in LICENSE, except:
- caveman - adapted from JuliusBrussee/caveman, MIT License
- no-ai-slop - adapted from petergyang/no-ai-slop, MIT License
- go - adapted from spf13/go-skills, MIT License
Install
Installs all skills into ~/.claude/skills/, ~/.copilot/skills/, and ~/.opencode/skills/.
macOS/Linux:
curl -fsSL https://git.nmsny.dev/Mathis/skills/raw/branch/main/install.sh | bash
Windows (PowerShell):
iwr https://git.nmsny.dev/Mathis/skills/raw/branch/main/install.ps1 | iex
To install for specific agents only, download the script and pass targets, e.g. ./install.sh claude copilot or .\install.ps1 -Targets claude,copilot.