.claude/skills/bun-first/SKILL.md
Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs)
npx skillsauth add Mohamedghaly140/sg-shop-web bun-firstInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
We default to Bun as our JavaScript runtime, package manager, and task runner. Assume Bun is available unless explicitly stated otherwise.
bun install, bun add, bun removenpm, yarn, pnpmbun run for scriptsbun test) => We'll use Vitest for testingbun build) => We'll use Vitedevelopment
Enforce web security and avoid security vulnerabilities
development
Build clean, scalable UIs with Tailwind CSS using modern utilities and variants
development
Utilize built-in browser APIs (like Popover API, View Transitions etc) instead of building features manually via JavaScript
development
Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage