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

stars-profile

v1.0.5

Published

Manage GitHub Stars profile contributions using Copilot CLI deep research

Readme

How it works

  1. Fetches your existing contributions from the Stars API
  2. Analyzes the language, tone, and style of your entries
  3. Uses GitHub Copilot CLI (programmatic mode) to deep-research your recent activities (last 6 months)
  4. Searches across X, LinkedIn, YouTube, GitHub, Google, blogs, and more
  5. Presents results for review and selection
  6. Batch-creates selected contributions via the Stars API

Built with

  • VS Code + GitHub Copilot — the entire codebase was built using Copilot in VS Code
  • Copilot CLI (copilot -p) — programmatic mode for autonomous deep web research with tool use
  • GitHub Stars GraphQL API — for reading and writing contributions

Prerequisites

Usage

npx stars-profile

Options

-q, --query <text>   Search query (e.g. "fatih kadir akın speeches")
-t, --token <token>  Stars API token (default: $GITHUB_STARS_TOKEN)
    --dry-run        Print the curl command instead of submitting
-h, --help           Show this help message

Examples

# Interactive mode — prompts for query and token
npx stars-profile

# With query
npx stars-profile -q "john doe conference talks"

# Dry run — prints curl command without submitting
npx stars-profile --dry-run -q "jane smith open source"

# Token via environment variable
GITHUB_STARS_TOKEN=abc npx stars-profile

Your query and token are saved to ~/.config/stars-profile/config.json so you only need to enter them once.

Demo

$ npx stars-profile -q "fatih kadir akın"

  ★ stars-profile  — AI-powered GitHub Stars contribution manager
  You must be a GitHub Star to use this tool.
  https://stars.github.com

  ★ 116 existing contributions

    SPEAKING               ██████████████ 14
    BLOGPOST               ████████████ 12
    OPEN_SOURCE_PROJECT    ████████████████████████████ 28
    VIDEO_PODCAST          ██████████ 10

  ╭─ ★ Copilot Deep Research ──────────────────────────────╮
  │ Searching x.com for recent posts and mentions...        │
  │ Found 2 posts about conference talks                    │
  │ Searching youtube.com for talks and interviews...       │
  │ Found 1 new conference recording                        │
  │ Searching github.com for recently active repositories...│
  │ Found 3 repositories with recent activity               │
  ╰─────────────────────────────────────────────────────────╯

  ╭─ ★ Converting to structured data ──────────────────────╮
  │ Reading research data...                                │
  │ Matching style of existing contributions...             │
  │ Writing 3 activities to JSON...                         │
  ╰─────────────────────────────────────────────────────────╯

  ★ Found 3 new activities

   1. SPEAKING               JSConf Berlin - Copilot Workshop
      2026-02-15  https://jsconf.eu/speakers/fatih

   2. VIDEO_PODCAST          devtools.fm Episode 42
      2026-03-01  https://devtools.fm/episode/42

   3. BLOGPOST               Building AI-Native CLIs
      2026-03-20  https://dev.to/fka/ai-native-clis

? Select activities to create (all selected by default)
✔ Proceed with creating these contributions? Yes
✔ Created 3 contributions

License

MIT