No description
  • Shell 52%
  • PowerShell 48%
Find a file
2026-08-27 13:51:43 +02:00
caveman Enhance grug-brain coding style with new complexity evaluation tests and clarity protocols 2026-04-27 14:01:57 +02:00
go Add Go programming skill with idiomatic practices and guidelines 2026-08-14 11:37:24 +02:00
grug-brain Add guidelines for effective commenting in code 2026-08-11 13:54:45 +02:00
implementation-spec Refine skill descriptions 2026-07-01 13:40:31 +02:00
no-ai-slop Add no-ai-slop skill with editing principles and guidelines 2026-08-27 13:48:59 +02:00
simplicity-filter Update simplicity-filter skill description 2026-08-12 10:10:37 +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 Refactor install script to improve local skill detection and cloning logic 2026-08-01 15:18:45 +02:00
LICENSE Initial commit 2026-04-27 11:28:54 +00:00
README.md Update license section to specify terms in LICENSE file 2026-08-27 13:51:43 +02:00

skills

License

All skills are original work and licensed under the terms in LICENSE, except:

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.