No description
  • PowerShell 57.7%
  • Shell 42.3%
Find a file
2026-07-01 13:54:18 +02:00
caveman Enhance grug-brain coding style with new complexity evaluation tests and clarity protocols 2026-04-27 14:01:57 +02:00
grug-brain Refine skill descriptions 2026-07-01 13:40:31 +02:00
implementation-spec Refine skill descriptions 2026-07-01 13:40:31 +02:00
simplicity-filter Refine skill descriptions 2026-07-01 13:40:31 +02:00
test-writing Refine skill descriptions 2026-07-01 13:40:31 +02:00
install.ps1 Update installation scripts with direct URLs for improved clarity 2026-07-01 13:54:18 +02:00
install.sh Update installation scripts with direct URLs for improved clarity 2026-07-01 13:54:18 +02:00
LICENSE Initial commit 2026-04-27 11:28:54 +00:00
README.md Update installation scripts with direct URLs for improved clarity 2026-07-01 13:54:18 +02:00

skills

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.