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

trdr-design-install

v1.0.1

Published

Installs the /trdr-design skill for Claude Code — criação e iteração de UI production-grade com o Design System TRDR, Live mode no browser e motor de conformidade determinístico (detecção + codemod). Fork TRDR do impeccable (Apache-2.0, Paul Bakaus).

Readme

TRDR Design — skill /trdr-design

Skill do Claude Code para criar, iterar e padronizar interfaces com o Design System TRDR. É um fork TRDR do impeccable (Apache-2.0, Paul Bakaus) — veja NOTICE.md.

O que ela faz

Três capacidades, uma skill:

  1. Craft — gera UI production-grade já dentro da identidade TRDR (dark-first, brand cyan #00D4FF), com ~25 comandos de design (craft, shape, critique, audit, polish, bolder, quieter, animate, colorize, layout, …).
  2. Live mode — seleção de elementos no browser e geração de variantes hot-swapped via dev server (HMR), com a barra de UI na marca TRDR.
  3. Normalize — aplica o DS TRDR a projetos existentes via motor determinístico (detector de violações + codemod css-tree/Babel), com o LLM tratando só os casos ambíguos. Substitui e supera a antiga /trdr-ds, que degradava em projetos grandes.

Instalação

Uma vez por desenvolvedor, no Claude Code:

npx trdr-design-install@latest

Instala a skill em ~/.claude/skills/trdr-design/ (escopo de usuário). Para instalar só no projeto atual (.claude/skills/), use:

npx trdr-design-install@latest --project

O instalador copia a skill e roda npm install --omit=optional no destino para resolver as dependências core (css-tree, htmlparser2, …). O Live mode (iteração no browser) precisa do puppeteer, que é opcional — instale sob demanda:

cd ~/.claude/skills/trdr-design && npm install puppeteer

Reinicie o Claude Code após instalar. Depois, use /trdr-design para criar/iterar UI ou /trdr-design normalize para aplicar o DS TRDR a um projeto existente.

Estrutura

trdr-design/
├── skills/trdr-design/      # a skill (SKILL.md, reference/, scripts/, data/, references/, templates/)
├── tools/rebrand.mjs        # rebrand determinístico impeccable → trdr-design (auditável)
├── tests/                   # fixtures e E2E
├── LICENSE                  # Apache-2.0
└── NOTICE.md                # cadeia de atribuição

Identidade TRDR

Brand cyan #00D4FF · verde alta #00FF60 · vermelho baixa · superfície #141519 · neutros dark. Fonte de verdade: Design Hub.

Status

Em desenvolvimento. Veja STATUS.md.