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

@nyuchi/design-agent-skills

v1.0.0

Published

Agent skills for AI assistants working with the Nyuchi Design system — install via `npx skills add @nyuchi/design-agent-skills` or fetch live from /api/v1/skills.

Readme

@nyuchi/design-agent-skills

Agent skills for AI assistants working with the Nyuchi Design system.

# Install via the community skills CLI (writes to ./.claude/skills/)
npx skills add @nyuchi/design-agent-skills

# Or via the Nyuchi Design CLI (same effect, supports `update`)
npx @nyuchi/design-cli skills install

What's in the box

Three skills, each shipped as a single .md file under skills/:

| Skill | When to invoke | | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | nyuchi-design-system | Working on any bundu-ecosystem app (mukoko, nyuchi, shamwari, nhimbe) or asking about the Five African Minerals palette, the 3D frontend architecture, Ubuntu design doctrine, component patterns (CVA + Radix + cn), APCA accessibility targets, or shadcn-CLI registry install commands. | | scaffold-component | Adding a new UI component to the Nyuchi Design Portal registry. The workflow is: MCP scaffold_component → upsert Supabase row → pnpm registry:sync → verify via /api/v1/ui/{name}. | | ecosystem-app-setup | Bootstrapping a new bundu-ecosystem app from scratch — Next.js + shadcn CLI + Tailwind 4 + next-themes against the Nyuchi Design Portal registry. |

Source of truth

The .md files in this package are a published snapshot of the Supabase skills table on the Nyuchi Design Portal. The live source is always:

GET https://design.nyuchi.com/api/v1/skills/<name>

Whenever the database is updated, a new version of this package is published with the latest content. To always pull the freshest version, use npx @nyuchi/design-cli skills install (which fetches live from the API) instead of installing this package directly.

Compatible agents

Each skill carries a YAML frontmatter agents: [...] array declaring which AI tooling it targets. Today every skill ships for claude-code, cursor, copilot, and cline; the nyuchi-design-system skill additionally targets windsurf. Most agent-skills CLIs filter by the agent name automatically; if yours doesn't, you can hand-pick.

License

MIT — © Nyuchi Africa (PVT) Ltd