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

markstar

v1.1.7

Published

MarkStar — AI 编程技能集合。智能图表生成(data-to-chart)、Maven 依赖冲突检测与修复(maven-pilot)等 Claude Code skills,一行 npx 安装

Readme

MarkStar — AI 编程技能集合

一行命令安装 Claude Code 技能,开箱即用。

安装

npx -y markstar

技能安装到 ~/.claude/skills/,重启 Claude Code 即可使用。

技能列表

data-to-chart — 智能图表生成

/data-to-chart 近6个月销售额趋势              ← 项目内有数据文件时自动读取
/data-to-chart 2026年全球智能手机市场份额饼图   ← 无本地数据时自动从网络搜索
/data-to-chart 各部门人员分布饼图
/data-to-chart 大屏:Q2 运营数据概览           ← 自动触发仪表盘模式
/data-to-chart 大屏:2026年中国新能源汽车市场分析 ← 仪表盘 + 从网络搜索数据

| 能力 | 说明 | |------|------| | 自动选型 | 根据业务场景自动选择 ECharts 图表类型(折线、柱状、饼图、散点、地图等 12 种),数据结构辅助验证 | | 智能数据获取 | 优先搜索项目目录中的 CSV/JSON/Excel 文件,找不到则从网络搜索公开数据,最后降级为示例数据 | | 大屏/仪表盘 | 检测到"大屏、仪表盘、驾驶舱、概览"等关键词,自动切换为多图表 Dashboard 布局 + KPI 卡片 | | 可交互 HTML | 生成完整 HTML 文件,含 tooltip、legend、缩放、导出、深色/商务/学术三种主题 |

maven-pilot — Maven 依赖冲突检测与修复

/maven-pilot check           # 只检测,输出冲突报告
/maven-pilot fix             # 检测 + 修复全量冲突 + 编译验证
/maven-pilot 看看有没有冲突    # 自然语言,AI 识别意图

| 能力 | 说明 | |------|------| | 冲突检测 | 基于 mvn dependency:tree -Dverbose,解析 omitted for conflict / version managed from 标记 | | AI 分析 | 对每个冲突分析版本来源、传递路径、影响风险、推荐版本 | | 安全修复 | 在 <dependencyManagement> 锁定版本 或 <exclusion> 排除传递依赖 | | 用户确认 | 所有修改先展示 unified diff,确认后才 apply | | 编译验证 | 修复后自动 mvn compile,编译失败自动回滚 |

安全约束: 不升级大版本、不改源代码、不改 <dependencies> 中版本号

卸载

npx markstar --uninstall

许可

MIT