unplugin-skilld
Unified plugin system for build tools. ALWAYS use when writing code importing \"unplugin\". Consult for debugging, best practices, or modifying unplugin.
Works with
--- name: unplugin-skilld description: Unified plugin system for build tools. ALWAYS use when writing code importing \"unplugin\". Consult for debugging, best practices, or modifying unplugin. license: MIT --- # 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](./.skilld/pkg/package.json) — exports, entry points • [README](./.skilld/pkg/README.md) — setup, basic usage • [Docs](./.skilld/docs/_INDEX.md) — API reference, guides • [GitHub Issues](./.skilld/issues/_INDEX.md) — bugs, workarounds, edge cases • [Releases](./.skilld/releases/_INDEX.md) — changelog, breaking changes, new APIs ## Search Use `npx -y skilld search` instead of grepping `.skilld/` directories — hybrid semantic + keyword search across all indexed docs, issues, and releases. ```bash 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.
More Debugging skills
diagnosing-bugs
mattpocock/skills
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
explore-code
lllllllama/rigorpilot-skills
Rigor Improve implementation leaf skill for auditable candidate implementation in deep learning research repositories. Use when the researcher explicitly authorizes exploratory work on an isolated branch or worktree to transplant modules, adapt a backbone, add LoRA or adapter layers, replace a head, or stitch together meaningful low-risk migration ideas with rollback-aware records in `explore_outputs/`. Do not use for end-to-end exploration orchestration on top of `current_research`, trusted baseline reproduction, conservative debugging, environment setup, verified contribution claims, or default repository analysis.
safe-debug
lllllllama/rigorpilot-skills
Rigor Debug / Rigor Audit skill for deep learning research work. Use when the user pastes a traceback, terminal error, CUDA OOM, checkpoint load failure, shape mismatch, NaN loss symptom, or training failure and wants conservative diagnosis before any patching, with debug fixes clearly separated from research contributions. Do not use for broad refactoring, speculative adaptation, automatic exploratory patching, or general repository familiarization.

