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

@crossplatformai/skills

v0.0.2

Published

Reusable Agent Skills for CrossPlatform.ai projects.

Readme

@crossplatformai/skills

Reusable Agent Skills for CrossPlatform.ai projects.

This package is intentionally no-build. It publishes TypeScript metadata from src/ and concrete Agent Skill directories from skills/.

Installation

After publication, install it like any other public package:

pnpm add -D @crossplatformai/skills

For local testing before publication, link the package from this repository:

pnpm --dir "/Users/mickythompson/workstation/framework/packages/skills" link --global
pnpm --dir "/path/to/consumer" link --global @crossplatformai/skills

Local linking is for verification only. Do not commit consumer lockfile or dependency-file mutations caused by pnpm link unless the package is intentionally being adopted as a durable dependency.

Available Skills

  • @crossplatformai/skills#react-native-web-styling: React Native Web and Uniwind styling guidance for class precedence, spacing, and compatibility fixes.
  • @crossplatformai/skills#playwright-visual-verification: Local Playwright visual verification guidance for snapshots, screenshots, and computed-style checks.
  • @crossplatformai/skills#documentation-writing: Durable evergreen documentation guidance with change-oriented framing when change history is needed.

The package metadata exports the relative paths to these skill directories. It does not scan the filesystem or provide a runtime skill loader.

Publishing Model

The package publishes these files:

  • src/: lightweight TypeScript metadata.
  • skills/: concrete Agent Skill directories and SKILL.md payloads.
  • README.md and LICENSE.

There is no build, prepack, bin, CommonJS export, or generated runtime artifact.

Pattern Inspiration

This package follows the same general package-distributed skill pattern used by TanStack Intent. It is not affiliated with TanStack Intent or TanStack.