Loading...
Loading...
Build universal build-tool plugins with unplugin-starter. Use when scaffolding, building, or maintaining an unplugin (Vite, Rollup, Webpack, Nuxt, esbuild, Farm, Rspack, Astro).
npx skill4agent add hairyf/skills arch-unpluginThe skill is based on unplugin-starter (unplugin template), generated at 2026-01-30.
| Topic | Description | Reference |
|---|---|---|
| Overview | What unplugin-starter is, unplugin architecture, template usage | core-overview |
| Project structure | Package exports, src layout, entry points | core-project-structure |
| Factory and API | UnpluginFactory, createUnplugin, transformInclude, transform | core-factory-api |
| CI | GitHub Actions — lint, typecheck, build, test | core-ci |
| Topic | Description | Reference |
|---|---|---|
| Bundlers | Vite, Rollup, Webpack, esbuild, Farm, Rspack integration | features-bundlers |
| Nuxt module | defineNuxtModule, addVitePlugin, addWebpackPlugin | features-nuxt |
| Astro | Astro config hook, pushing unplugin.vite() into Vite plugins | features-astro |
| Topic | Description | Reference |
|---|---|---|
| Options and types | Options interface, typing entry points, exporting types | best-practices-options-types |
| Dev and release | dev, play, test, release workflow, playground | best-practices-dev-release |