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

@ikenga/skill-groundwork

v0.3.1

Published

Reusable research → design → plan → orchestrate → act skill for Claude Code.

Readme

@ikenga/skill-groundwork

A Claude Code skill that scaffolds and maintains a reusable research → design → plan → orchestrate → act folder for any non-trivial work — software features, marketing campaigns, org changes.

It drops a domain-agnostic spine (00-README · 01-plan · 02/03 research · 04-discussion newest-first · 05-tracking · 09-orchestration · a standalone artifact/board.html plan-board) plus stateless action-skills that augment the docs in place without clobbering hand-written prose. Profile-driven: software, general, content, and design-system.

Install

# Global install (recommended — available across all projects)
npx skills add royalti-io/groundwork -g

# Project install (committed with your repo)
npx skills add royalti-io/groundwork

npx skills add resolves skills/groundwork/SKILL.md and symlinks it into ~/.claude/skills/groundwork/.

Canonical source vs. this package

The canonical source of truth is the standalone repo royalti-io/groundwork — the same repo npx skills add royalti-io/groundwork installs from. Edit the skill there.

This directory (ikenga-pkgs/packages/skills/groundwork/) holds a generated copy synced one-way from the canonical repo, purely so @ikenga/skill-groundwork can be published to npm (Changesets, ADR-009). Every synced file under ./skills/groundwork/ carries a GENERATED banner — never hand-edit it; edit the canonical repo and re-sync.

Sync direction is one-way: canonical repo → this package.

  • pnpm sync:from-canonical — shallow-clones royalti-io/groundwork and mirrors its skills/groundwork/ into ./skills/groundwork/ (re-bannered to point at the canonical repo). Use --src <dir> to sync from a local checkout.

This reverses the earlier sync-from-dev + build-mirror forward flow (workspace → this package → force-pushed mirror), per the source-of-truth flip. The standalone repo is canonical; the forward push retires.

Portability

The skill's docs and the standalone board carry a few this-workspace-internal references (plans/studio / plans/groundwork) that are illustrative in a target project. See skills/groundwork/PORTABILITY.md for the full disclosure.

License

Apache-2.0. Copyright © 2026 Royalti.io.