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

nba-playoff-skill

v1.1.2

Published

Claude Code skill that renders the current NBA playoff bracket as an ASCII tree with live scores and Beijing-time dates.

Readme

nba-playoff-skill

English · 中文


English

A Claude Code skill that draws the current NBA playoff bracket as an ASCII tree — live scores, series records, all dates in Beijing time (UTC+8).

Preview

NBA PLAYOFFS 2025-26 -- 1st Round
─────────────────────────── WESTERN ────────────────────────────
╭────────────────────╮
│1 Thunder           │
│8 Suns              │─┐
│04-20 03:30 CST     │ │ ╭────────────────────╮
╰────────────────────╯ │ │TBD                 │
                       ├─│TBD                 │─┐
...

Requirements

  • Claude Code
  • Python 3.9+ with requestspip install requests
  • PNG mode only: Pillowpip install Pillow
  • Node.js 16+ (npm install method only)

Output modes

  • ASCII (default) — text bracket in terminal.
  • PNG — image file, for IM bridges (Feishu / Telegram / WeChat) or mobile.

Claude auto-picks mode based on context. Force PNG manually:

python3 ~/.claude/skills/nba-playoffs/scripts/render_bracket.py --png /tmp/bracket.png

Install

Option A — npm (recommended):

npm install -g nba-playoff-skill

Option B — Claude Code plugin marketplace:

/plugin marketplace add jiaweizhang1995/nba-playoff-skill
/plugin install nba-playoff-skill@jimmyzhang-skills

Usage

In any Claude Code session, say any of:

  • show nba playoff bracket
  • nba playoffs
  • 看一下季后赛

Claude auto-runs the skill and prints the bracket.

Uninstall

npm uninstall -g nba-playoff-skill

License

MIT © jimmyzhang95


中文

一个 Claude Code skill — 用 ASCII 树状图显示当前 NBA 季后赛对阵。实时比分、系列赛战况、所有日期都是北京时间 (UTC+8)。

预览

NBA PLAYOFFS 2025-26 -- 1st Round
─────────────────────────── WESTERN ────────────────────────────
╭────────────────────╮
│1 Thunder           │
│8 Suns              │─┐
│04-20 03:30 CST     │ │ ╭────────────────────╮
╰────────────────────╯ │ │TBD                 │
                       ├─│TBD                 │─┐
...

依赖

  • Claude Code
  • Python 3.9+,带 requests 包 → pip install requests
  • 仅 PNG 模式Pillowpip install Pillow
  • Node.js 16+(仅 npm 安装方式需要)

输出模式

  • ASCII(默认)— 终端文本对阵图
  • PNG — 图片文件,适合飞书 / Telegram / 微信等 IM 桥接场景

Claude 自动根据上下文选择。手动强制 PNG:

python3 ~/.claude/skills/nba-playoffs/scripts/render_bracket.py --png /tmp/bracket.png

安装

方式 A — npm(推荐):

npm install -g nba-playoff-skill

方式 B — Claude Code 插件市场:

/plugin marketplace add jiaweizhang1995/nba-playoff-skill
/plugin install nba-playoff-skill@jimmyzhang-skills

使用

在任意 Claude Code 会话里,说以下任意一句:

  • 看一下季后赛
  • NBA 对阵图
  • show nba playoff bracket

Claude 自动调用 skill,打印对阵图。

卸载

npm uninstall -g nba-playoff-skill

许可证

MIT © jimmyzhang95