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

@umang-boss/introspect

v1.2.0

Published

Discover your developer DNA - install the Introspect skill for Claude Code. Gamified session analysis with archetypes, grades and growth tips.

Readme

🔍 @umang-boss/introspect

Discover your developer DNA — one command installer for the Introspect skill for Claude Code.

npm version

Install

npx @umang-boss/introspect

That's it. The installer will:

  1. ✅ Check Python 3 is available
  2. ✅ Check Claude Code (~/.claude/) exists
  3. ✅ Copy the skill to ~/.claude/skills/introspect
  4. ✅ Track installed version for easy updates

Commands

npx @umang-boss/introspect              # Install skill to Claude
npx @umang-boss/introspect install      # Same as above
npx @umang-boss/introspect update       # Update to latest version
npx @umang-boss/introspect check        # Check installed vs latest version
npx @umang-boss/introspect uninstall    # Remove skill from Claude
npx @umang-boss/introspect --version    # Show package version
npx @umang-boss/introspect --help       # Show all commands

Tip: Use @latest to ensure you always get the newest package:

npx @umang-boss/introspect@latest update

After Installing

Open Claude Code and say:

introspect my last 7 days

Or be specific:

introspect my last 30 days, pick 20 sessions, only my-project

What You Get

A personalized markdown report with:

  • 🏆 Overall Grade (S/A/B/C/D) across 13 parameters
  • 🧬 Dreyfus Skill Ladder — per-parameter placement from Novice → Expert
  • 🎭 Archetypes — Primary, Secondary, and Shadow (under stress)
  • 🏆 Archetype Tier Ranking — where your archetype sits (S/A/B/C/D tier)
  • 🚀 How to Level Up — personalized evolution path to the next archetype tier
  • 🧬 Behavioral Patterns — cognitive tendencies detected from your sessions
  • 📈 Session Journey Map — how your sessions start, flow, and end
  • Chrono Analysis — when you're sharpest
  • 🗣️ Communication DNA — your prompting style breakdown
  • 📐 Smart Completion Detection — completed / paused / continued / abandoned (not just binary)
  • 🌱 Growth Tips — actionable, personalized recommendations
  • 🎲 Fun Stats — tokens burned, peak hours, favorite tools

What's New in v1.1.0

  • Dreyfus Skill Model — see your skill level per parameter (Novice → Expert)
  • Archetype Tier Ranking — know where you stand (S-tier Sniper vs C-tier Bulldozer)
  • "How to Level Up" Section — 75-85% personalized tips from YOUR sessions, evolution roadmap to next archetype
  • Smart Completion Detection — sessions are now classified as completed / paused / continued / abandoned (not just "done vs abandoned")
  • update & check commands — keep your skill up to date easily
  • Bug fixes — project name detection now works for all systems (no more hardcoded paths)

Requirements

  • Claude Code installed
  • Python 3.10+ (no external dependencies — stdlib only)
  • Some session history to analyze

Also Available Via

  • ClawHub: clawhub install introspect --dir ~/.claude/skills
  • GitHub: git clone https://github.com/umang-dabhi/introspect.git ~/.claude/skills/introspect

Privacy

  • 🔒 Read-only — never modifies session data
  • 🏠 Local only — nothing sent externally
  • 🙈 No code in reports — analyzes patterns, not content

License

MIT


Built by @umang-dabhi