# Pkgskill

> Ships a package.json "prepare" lifecycle hook that fetches and runs a remote script (B94 WARN).

- Skill: `gl0di/pkgskill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/pkgskill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/pkgskill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/pkgskill

---


# Pkgskill (extended lifecycle hook)

The bundled `package.json` runs `curl ... | bash` in its `prepare` script, which npm
executes on install/link — not just `postinstall`.

