
Security News
Federal Audit Finds NIST Wasted Funds With No Plan to Clear NVD Backlog
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.
pnpm-plugin-skills
Advanced tools
A pnpm plugin that automatically installs agent skills during `pnpm install`.
A pnpm plugin that automatically installs agent skills during pnpm install.
This plugin hooks into pnpm's preResolution lifecycle to run skill installation before dependency resolution. On every pnpm install, it:
skills.json from the workspace rootskills-lock.yamlinstallDirlinkTargetsInstall as a config dependency:
pnpm add pnpm-plugin-skills --config
Then create a skills.json in your project root:
{
"installDir": ".agents/skills",
"linkTargets": [".claude/skills"],
"skills": {
"my-skill": "https://github.com/owner/repo.git#path:/skills/my-skill"
}
}
Now pnpm install will automatically install your skills.
The plugin is built as a single CJS bundle (via Rslib with autoExternal: false) that inlines all dependencies including skills-package-manager. This ensures it works as a standalone pnpmfile.cjs plugin without any external runtime dependencies.
pnpm-plugin-skills/
├── pnpmfile.cjs # Plugin entry — exports { hooks: { preResolution } }
├── src/
│ └── index.ts # Imports installCommand from skills-pm
└── dist/
└── index.js # Bundled CJS output (~350 kB, all deps inlined)
pnpm build # Builds with Rslib (CJS bundle mode)
FAQs
A pnpm plugin that automatically installs agent skills during `pnpm install`.
We found that pnpm-plugin-skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.