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

@lynx-js/skill-lynx-ui

v3.133.4

Published

`@lynx-js/skill-lynx-ui` is the umbrella skill package for curated lynx-ui component references in this repo.

Readme

@lynx-js/skill-lynx-ui

@lynx-js/skill-lynx-ui is the umbrella skill package for curated lynx-ui component references in this repo.

It is structured so another platform can copy the package contents directly into an actual skills folder.

Published Payload

packages/skill-lynx-ui
|-- SKILL.md
|-- evals/
|   |-- evals.json
|   `-- trigger_eval.json
`-- references
    |-- foundation.md
    |-- component-overview.md
    |-- theming-and-tokens.md
    |-- motion.md
    |-- component-composition.md
    `-- components/<component>/
        |-- guide.md
        |-- api.md
        `-- examples.md

The package directory is the final payload shape. Repo-only generator code, authored reference sources, and tests live under tools/skill-lynx-ui/. Generated component payload files are intentionally git ignored in this repository and are produced on demand for validation or publish. The generator copies bundled orchestration references from tools/skill-lynx-ui/references/ into the package payload alongside generated component references.

Skill Payload Workflow

Use the package-level SKILL.md as the entrypoint. It routes agents to:

  • cross-cutting lynx-ui guidance under references/*.md
  • the generated component routing guide in references/component-overview.md
  • generated per-component references under references/components/<component>/

Detailed content lives in these files:

  • references/foundation.md: setup and troubleshooting boundaries
  • references/component-overview.md: generated component-family routing guide
  • references/theming-and-tokens.md: Luna themes and token guidance
  • references/motion.md: motion versus motion-mini guidance
  • references/component-composition.md: common component combinations
  • guide.md: component usage guidance copied from the component SKILL.md
  • api.md: component API source extracted from types/index.docs.ts or src/types/index.docs.ts
  • references/components/*/examples.md: aggregated example entries for a component, sourced from this repo
  • evals/evals.json: eval coverage for enriched lynx-ui task routing
  • evals/trigger_eval.json: trigger coverage for lynx-ui skill activation

Maintenance

Generated outputs are git ignored. Rebuild them locally when needed:

Component routing metadata is maintained centrally in tools/skill-lynx-ui/component-routing.json. The reference check requires every component package with API docs to be routed or explicitly excluded with a reason. Common cross-component combinations are maintained by hand in tools/skill-lynx-ui/references/component-composition.md.

pnpm --filter @lynx-js/skill-lynx-ui generate:references

Validate the generator output shape:

pnpm --filter @lynx-js/skill-lynx-ui check:references