This is Bence's personal coding playbook packaged as a Claude skill. It locks in a specific stack (Next.js App Router, TypeScript, TailwindCSS v3, Shadcn UI) and workflow (TDD with real tests, no mocking, explore then plan then code then commit). The conventions are opinionated: always async/await, const arrow functions with types, no useEffect spam, prefer Rust over Python when possible. Backend is always cloud (Convex or Supabase, never local Postgres). Useful if you're working on Bence's projects or like his preferences enough to adopt them wholesale. The specificity is the point here, it's not trying to be universal.
npx skills add https://github.com/bencium/bencium-claude-code-design-skill --skill bencium-code-conventions