Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:10
forks:1
updated:2026년 2월 7일 13:19
SKILL.md
instruction layering with reusable, conditional instruction files
multi-arch image publishing to GHCR via GitHub Actions
CI patterns that call Make targets
workflow patterns for planning, subagents, self-improvement, and verification
| name | Frontend bundling via Bun |
| description | Bundling via Bun with Make targets for typecheck and bundling |
Provide Make targets for TypeScript typecheck + bundling using Bun.
make install — install depsmake typecheck — TypeScript type checkingmake build — typecheck + bundle for productionmake build-client — bundle frontend onlymake build-client-dev — bundle frontend with sourcemapsmake vendor — rebuild vendored frontend depsAll frontend JS dependencies are vendored in public/vendor/.
The make vendor target rebuilds them from node_modules/.
Import maps in index.html resolve bare specifiers to vendored files.