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

skill-tree-ai

v1.0.1

Published

Your AI collaboration style — skill tree visualization with character archetype cards and growth recommendations, grounded in the AI Fluency Framework. MCP server for Claude Code.

Readme

Skill Tree — AI Fluency Profile for Claude

Analyze your Claude collaboration style. Get a character archetype card, skill tree visualization, and personalized growth recommendations — grounded in Anthropic's AI Fluency Framework.

Install

# From this directory
claude plugin install .

# Or from GitHub
claude plugin install github:robertnowell/skill-tree

Use

In any Claude Code session:

/skill-tree

This analyzes your conversation history (Claude Code + Cowork), classifies 11 AI collaboration behaviors, and opens a beautiful visualization in your browser.

What You Get

Character Card — Your archetype (e.g., "The Architect"), tagline, signature strengths, and vibe description

Skill Tree — 11 behaviors across 4 branches, with animated bars showing your rate vs. population average:

  • Planning: Goal clarity, approach consultation
  • Craft: Iteration, examples, format, tone, audience
  • Judgment: Context gap detection, reasoning challenges
  • Rigor: Fact verification

Growth Quest — One specific, actionable challenge for your next session, injected via SessionStart hook

Requirements

  • Python 3.10+
  • anthropic Python SDK (pip3 install anthropic)
  • ANTHROPIC_API_KEY environment variable

How It Works

  1. Scans ~/.claude/projects/ and Cowork local sessions for conversation history
  2. Extracts clean user messages (filters out tool results, pasted output, system messages)
  3. Classifies 11 behaviors per session using Claude Haiku (~$0.005/session, cached)
  4. Aggregates into a skill profile with population baseline comparisons
  5. Generates a character archetype card
  6. Renders a self-contained HTML visualization

Research Basis

The 11 behaviors come from Anthropic's AI Fluency Index (Feb 2026), which analyzed 9,830 conversations using the 4D AI Fluency Framework (Delegation, Description, Discernment, Diligence). Population baselines are from that study.

License

MIT