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

dailycity

v0.2.3

Published

Installs the DailyCity habit-dashboard skill into Claude Code and/or Codex.

Readme

dailycity

Installs the DailyCity habit-dashboard skill for Claude Code and/or Codex.

Requirements

  • Node.js >= 18 (to run this installer)
  • python3 on PATH (to run the skill itself — the installer warns, but does not fail, if it's missing)
  • Claude Code and/or Codex CLI, so the installed skill is discoverable

Usage

npx dailycity

This installs the dailycity skill into ~/.claude/skills/dailycity and ~/.codex/skills/dailycity, and creates a self-contained data directory at ~/.dailycity (the built dashboard site plus your habit data — nothing is written outside these two locations). Re-running is safe and upgrades the installed skill and site in place without touching your existing habit data.

Once installed, open Claude Code or Codex and say "dailycity" (or "daily city", "log my day", "open the habit website") to start using it. Every install starts completely blank — no name, no habits baked in; the skill's onboarding flow sets those up on first use.

Commands

Once the skill is running in chat, it dispatches to these:

  • website — serve and open the dashboard
  • overview — print your stats (habits tracked, today's progress, streaks, 7-day completion, focus time) plus a link without opening the browser
  • analytics — print Analytics-page weekly completion, score delta, most-active day, streak, focus-goal, and daily-trend stats plus a link without opening the browser
  • habits — list or add habits
  • log — log today's (or a past day's) habit completions, e.g. "I did French today"
  • share — open the Share page for exporting/posting your stats

Flags

  • --claude / --codex — install into only one target (default: both)
  • --root <dir> — use a different data directory instead of ~/.dailycity
  • npx dailycity uninstall — remove the skill from both targets (keeps ~/.dailycity)
  • npx dailycity uninstall --purge — also delete ~/.dailycity and your habit data