Agent skill
Frontend bundling via Bun/Node
Bundling via Bun/Node with Make targets for typecheck and bundling
Install this agent skill to your Project
npx add-skill https://github.com/rcarmo/agentbox/tree/main/skel/.github/skills/frontend
SKILL.md
Skill: Frontend bundling via Bun/Node
Goal
Provide optional Make targets for TypeScript typecheck + bundling (Bun preferred).
Recommended targets
node_modules/make deps-frontendto install depsmake typecheckmake build(typecheck + bundle)make build-fast(bundle only)make bundle-watchmake bundle-clean
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Tag-based releases
GitHub releases with autogenerated notes
Go project conventions
Project conventions with module caching, linting, security checks, and tests via Make
development workflow
workflow patterns for planning, subagents, self-improvement, and verification
GitHub Actions CI patterns
CI patterns that call Make targets
Copilot instruction layering
instruction layering with reusable, conditional instruction files
Python project conventions
Project conventions for install, lint, test, format, and coverage via Make
Didn't find tool you were looking for?