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

@raandino/atelier

v0.3.0

Published

Install the Truora design skill (atelier) into any AI coding harness — Claude Code, Cursor, Codex.

Downloads

644

Readme

@raandino/atelier

Install the atelier skill into any AI coding harness — so Claude Code, Cursor, or Codex generates interfaces the Truora way (on-brand color, Host Grotesk, the Glass Effect, no AI slop).

This is the installer CLI, not a library. Running npm i @raandino/atelier only downloads the package — to install the skill, run the command below.

Install the skill

Run this inside your project (a git repo — the skill installs at the repo root):

npx @raandino/atelier skills install

It auto-detects your harness and installs one copy into the right folder — if your project has exactly one harness dir, that's the one; with several, it asks (or -y takes the first detected):

| Harness | Installs to | | --- | --- | | Claude Code | .claude/skills/atelier/ | | Cursor | .cursor/skills/atelier/ | | Codex | .agents/skills/atelier/ |

Installs from pre-rename versions? The same install also removes a stale skills/truora-design/ dir (logged, idempotent).

Target specific harnesses with --providers:

npx @raandino/atelier skills install --providers=claude,cursor,codex -y

Use it

Open your AI tool in that project — the atelier skill is now available. In Claude Code it's user-invocable, with four actions (wireframe · design · prototype · review):

/atelier design a login screen
/atelier review src/

For throwaway mocks it emits on-brand static HTML; for production code it points you at the component library:

npm install @raandino/atelier-react @raandino/atelier-tokens
import '@raandino/atelier-tokens/tokens.css';
import { Button, GlassCard } from '@raandino/atelier-react';

Already on shadcn/ui? Drop in @raandino/atelier-tokens/shadcn-theme.css to reskin it the Truora way.

Keep it current

npx @raandino/atelier skills check      # is a newer version available?
npx @raandino/atelier skills update     # update installed harnesses

Claude Code plugin users update from the /plugin menu instead.

Commands

| Command | Does | | --- | --- | | skills install | Copy the skill into one detected harness folder (--providers for several). | | skills check | Report up-to-date / updates-available / not-installed (no writes). | | skills update | Replace already-installed harnesses with the newer skill (stale files removed). | | skills link | Symlink the bundled skill into targets (dev convenience). | | help | Show usage. |

The skills namespace is optional — atelier install works too.

The Atelier family

| Package | What | | --- | --- | | @raandino/atelier | This CLI — installs the agent skill. | | @raandino/atelier-react | React components (typed, tree-shakeable). | | @raandino/atelier-tokens | Design tokens — CSS vars, Tailwind preset, shadcn theme. |

— The Truora design system. Source: Truora-Agentic/atelier.