@dzhng/claude-agent-server
Use Bun instead of Node.js, npm, pnpm, or vite.
Install
Add @dzhng/claude-agent-server to Claude Code with the PolySkill CLI: polyskill add @dzhng/claude-agent-server
Instructions
Default to using Bun instead of Node.js. - Use `bun <file>` instead of `node <file>` or `ts-node <file>` - Use `bun test` instead of `jest` or `vitest` - Use `bun build <file.html|file.ts|file.css>` instead of `webpack` or `esbuild` - Use `bun install` instead of `npm install` or `yarn install` or `pnpm install` - Use `bun run <script>` instead of `npm run <script>` or `yarn run <script>` or `pnpm run <script>` - Bun automatically loads .env, so don't use dotenv. ## APIs - `Bun.serve()` supports WebSockets, HTTPS, and routes. Don't use `express`. - `bun:sqlite` for SQLite. Don't use `better-s…
Keywords: github, bun, javascript-runtime, node-alternative, package-manager, frontend-development, web-development, coding-tools