Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
frontend-bundling-via-bunnode
// Bundling via Bun/Node with Make targets for typecheck and bundling
$ git log --oneline --stat
stars:114
forks:6
updated:2026년 2월 6일 14:21
SKILL.md
// Bundling via Bun/Node with Make targets for typecheck and bundling
| name | Frontend bundling via Bun/Node |
| description | Bundling via Bun/Node with Make targets for typecheck and bundling |
Provide optional Make targets for TypeScript typecheck + bundling (Bun preferred).
node_modules / make deps-frontend to install depsmake typecheckmake build (typecheck + bundle)make build-fast (bundle only)make bundle-watchmake bundle-cleaninstruction layering with reusable, conditional instruction files
multi-arch image publishing to GHCR via GitHub Actions
CI patterns that call Make targets
Project conventions with module caching, linting, security checks, and tests via Make
Project conventions for install, lint, test, format, and coverage via Make
GitHub releases with autogenerated notes