agentsclimarketplace

Use scoop shims

Skill entr0pia/scoop-skills/skills/use-scoop-shims

Scoop Skills: A specialized skill for the AI Agent agent to manage Windows packages using the Scoop command-line installer

Install
npx -y skills add entr0pia/scoop-skills --skill use-scoop-shims

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill BEFORE executing any command-line operation. Always check your installed Scoop shims for a better tool before falling back to PowerShell cmdlets or built-in Windows commands. Triggers on ANY CLI task — file search, file viewing, file operations, network, media, system utilities, database, and more. Do NOT skip this skill — even if you think PowerShell can handle it, the Scoop shims are faster, more consistent, and more feature-rich.

SKILL.md

1.2 KB, as published. Nobody here has run it

Use Scoop Shims

Your environment has Scoop-installed command-line tools that are superior to PowerShell native cmdlets. Use them.

Core Rule

Before executing any CLI command, locate the <!-- scoop-shims start --> block in your AGENTS.md (or equivalent global memory file). Find a tool there that matches your task. Use it.

Only fall back to PowerShell native cmdlets when no shim covers the operation.

Why

  • Faster: Tools like rg, fd, bat are optimized native binaries
  • Consistent: Same syntax across tasks, no PowerShell cmdlet idiosyncrasies
  • More capable: rg beats Select-String, fd beats Get-ChildItem, bat beats Get-Content
  • Cross-platform muscle: ffmpeg, magick, jq, pandoc — PowerShell has no equivalent

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.