mcpbeat

Unplugin Skilld

nuxt/unplugin-skilld

Unified plugin system for build tools. ALWAYS use when writing code importing \"unplugin\". Consult for debugging, best practices, or modifying unplugin.

338 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
579
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nuxt/scripts --skill unplugin-skilld

The instruction itself

2 sections, as written by the author

unjs/unplugin unplugin

> Unified plugin system for build tools

Version: 3.0.0 (Jan 2026)

Deps: @jridgewell/remapping@^2.3.5, picomatch@^4.0.3, webpack-virtual-modules@^0.6.2

Tags: latest-v1: 1.16.1 (Jan 2025), latest-v2: 2.3.10 (Aug 2025), beta: 3.0.0-beta.3 (Nov 2025), latest: 3.0.0 (Jan 2026)

References: package.json — exports, entry points • README — setup, basic usage • Docs — API reference, guides • GitHub Issues — bugs, workarounds, edge cases • Releases — changelog, breaking changes, new APIs

Use npx -y skilld search instead of grepping .skilld/ directories — hybrid semantic + keyword search across all indexed docs, issues, and releases.

npx -y skilld search "query" -p unplugin
npx -y skilld search "issues:error handling" -p unplugin
npx -y skilld search "releases:deprecated" -p unplugin

Filters: docs:, issues:, releases: prefix narrows by source type.

How to use it

Copy the folder

Take nuxt/unplugin-skilld from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npx. Without those the skill loads but fails at the first command.