npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

wrkbnch-css

v1.2.0

Published

A warm, utilitarian CSS design system for AI-generated interfaces.

Readme

wrkbnch CSS

A warm, utilitarian design system built entirely in CSS. No JavaScript, no build step.

npm version License: MIT

Documentation


Colors

The palette is warm and earthy — neutrals with purposeful accents:

| Token | Hex | Role | |-------|-----|------| | --copper | #c45d2c | Primary accent | | --slate | #4a6670 | Secondary accent | | --moss | #5a7a52 | Success / positive |

Each accent has a soft tint variant (--copper-tint, --slate-tint, --moss-tint) for backgrounds, and accessible text variants (--copper-text, --slate-text, --moss-text) for use on light surfaces.

Surfaces stay neutral so the accents carry the warmth: --chalk is a true off-white body canvas (not a cream tint), --sand is the raised surface, and --ink / --charcoal cover text and dark-mode surfaces.


Typography

Three typefaces at specific roles:

  • Karla — UI text (body, headings, labels)
  • JetBrains Mono — Code blocks, metadata, structural labels
  • Bricolage Grotesque — Display accents, hero text

Install

npm install wrkbnch-css

Or link directly:

<link rel="stylesheet" href="https://laskewitz.github.io/wrkbnch/wrkbnch.min.css">

Font Setup

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,[email protected],300;12..96,400;12..96,700;12..96,800&family=JetBrains+Mono:wght@400;500;600&family=Karla:wght@400;500;600;700&display=swap" rel="stylesheet">

Dark Mode

<html data-mode="light">  <!-- Force light -->
<html data-mode="dark">   <!-- Force dark -->
<html>                     <!-- System preference -->

Components

wrkbnch includes components optimized for AI-generated app interfaces:

  • Layout: container, stack, cluster, grid, split
  • Typography: display, heading, body, mono, muted
  • Buttons: primary, default, ghost, danger (sm/lg variants)
  • Cards & Panels: raised cards, inset panels, flush cards
  • Badges: accent, success, warning, danger, info (with dot indicator)
  • Alerts: contextual feedback in accent, success, warning, danger, info
  • Forms: inputs, textareas, selects, labels, hints, errors
  • Tables: responsive, compact, striped, mono variants
  • Navigation: horizontal/vertical nav, tabs, breadcrumbs, pagination
  • Code & Terminal: inline code, code blocks, terminal emulator
  • Data: key-value lists, log viewer
  • Status: status dots, progress bars
  • Feedback: toasts, empty states, dialogs
  • Command Palette: searchable action list

See the documentation for live examples.


Copilot Skill

wrkbnch ships with a Copilot skill that teaches AI agents how to use the design system correctly — including behavioral rules, component selection guidance, and anti-patterns to avoid.

Install the skill:

npx skills add Laskewitz/wrkbnch@wrkbnch

Or browse it at skills.sh.


License

MIT