Install the skill
The repo ships skills/powershell-landmines/ — a query-first skill for
Codex/Claude-style agents backed by the landmine graph.
Getting started
Section titled “Getting started”- Pull the corpus —
git clone https://github.com/lidge-jun/fuck-powershell ~/.fuck-powershell - Preflight before patching —
bun ~/.fuck-powershell/scripts/fp.mjs preflight --runtime node --operation spawn --target npm - Read the top cases —
bun ~/.fuck-powershell/scripts/fp.mjs case spawn-npm-enoent-einval - Patch with the constraints applied.
- Postflight the diff —
fp search "<risky tokens>",fp errors einval.
With skill-installer
Section titled “With skill-installer”scripts/install-skill-from-github.py --repo lidge-jun/fuck-powershell --path skills/powershell-landminesManually
Section titled “Manually”Copy skills/powershell-landmines/ into your agent’s skills directory
(e.g. ~/.codex/skills/). The folder name becomes the skill name.
Regenerating
Section titled “Regenerating”references/ is generated from cases/ by bun scripts/build-skill.mjs.
Edit cases, not references.