A collection of utilities that used to be scattered across 10+ repos for no reason. Now it's all-in-one.
| What | Link |
|---|---|
| Copilot quota check | https://github.com/settings/copilot/features |
| Get Shit Done (GSD) for many stuffs | https://github.com/gsd-build/get-shit-done |
| Claude template for Claudecode | https://github.com/josipjelic/orchestrated-project-template |
| LiveBench (AI benchmarks) | https://livebench.ai/#/ |
AHK v2 utility to manage and inject paths into the user PATH environment variable.
- Pathfix.ahk IF IT doesnt work you can use the goatedass powershell script
$oldPath = [Environment]::GetEnvironmentVariable("Path", "User")
[Environment]::SetEnvironmentVariable("Path", "$oldPath;C:\Users\wikiepeidia\.local\bin", "User")Build Tools launcher — Batch file that boots VSCode with MSVC Build Tools path pre-configured.
Clang tasks.json — VSCode task config for Clang compilation.
Git ignore sync — VSCode task that removes cached files matching .gitignore (like JetBrains does automatically).
git ls-files -i -c --exclude-standard | xargs -r git rm -r --cachedToggle a scheduled task called SHUTDOWN on/off.
Pre-compiled fastfetch builds.
Registry file to swap Windows system sounds.
Run this first to allow script execution:
Set-ExecutionPolicy -ExecutionPolicy Bypass
Randomly shuffle all files in a folder by extension.
.\roblox.font.suffle.ps1 "C:\path\to\folder" "*.ttf"Delete common temp files.
Clear the clipboard.
Hash-based duplicate file detection and deletion.
& '.\duplicate file deleter.ps1' "C:\path\to\folder"Lua script to mass-destroy audio assets by ID.