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

typeui.sh

v0.6.0

Published

Generate design system specifications and style guides as skill files for AI coding providers

Readme

████████╗██╗   ██╗██████╗ ███████╗██╗   ██╗██╗   ███████╗██╗  ██╗
╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██║   ██║██║   ██╔════╝██║  ██║
   ██║    ╚████╔╝ ██████╔╝█████╗  ██║   ██║██║   ███████╗███████║
   ██║     ╚██╔╝  ██╔═══╝ ██╔══╝  ██║   ██║██║   ╚════██║██╔══██║
   ██║      ██║   ██║     ███████╗╚██████╔╝██║██╗███████║██║  ██║
   ╚═╝      ╚═╝   ╚═╝     ╚══════╝ ╚═════╝ ╚═╝╚═╝╚══════╝╚═╝  ╚═╝

Design system skill generator for agentic tools (ie. Claude Code, Open Code, Codex, Cursor, etc)

typeui.sh is an open-source command line interface (CLI) that generates, updates, and can download skill.md files with design system specifications to instruct agentic tools and LLM's to use a certain design when building interfaces.

Getting started

You can start building with TypeUI by using the NPX command:

npx typeui.sh --help

Design systems

Check out all design systems that can be pulled into your project.

Available commands

| Command | Description | | --- | --- | | generate | Run the interactive design system prompts and generate skill files. | | update | Update existing managed skill content in generated files. | | pull <slug> | Pull a registry skill from bergside/awesome-design-skills and write it to selected provider paths. | | list | Show available registry specs from bergside/awesome-design-skills (with typeui.sh preview links), then pull one automatically. |

Design Skill File Structure

Here's a breakdown of the design skill file that is being generated by the TypeUI CLI.

| Section | What it does | | --- | --- | | Mission | Defines the design-system objective and expected output quality for the agent. | | Brand | Captures product context and brand direction to anchor decisions. | | Style Foundations | Defines core visual tokens and constraints (visual style, typography, color palette, spacing). | | Accessibility | States accessibility standards and non-negotiable requirements. | | Writing Tone | Sets tone/style for generated guidance language. | | Rules: Do | Lists required implementation practices to follow. | | Rules: Don't | Lists anti-patterns and prohibited behaviors. | | Expected Behavior | Sets expectations for decision-making and trade-off handling. | | Guideline Authoring Workflow | Gives the ordered process the agent should follow when producing guidelines. | | Required Output Structure | Enforces the final response format for consistency and completeness. | | Component Rule Expectations | Defines required interaction/state details in component guidance. | | Quality Gates | Adds validation criteria for clarity, testability, and consistency. | | Example Constraint Language | Standardizes wording strength (must vs should) and constraint style. |

For local development:

npm install
npm run build
node dist/cli.js --help

License

The CLI is open-source under the MIT License.

Pro version

Get access to curated design system files by getting the pro version and supporting our work.

Sponsors

If you'd like to become a sponsor of the project, please contact us on our company website.