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

good-skills

v1.1.0

Published

Self-developed AI agent skills with daily push notifications (Bark + Email)

Readme

Good Skills

Self-developed AI agent skills with Python automation scripts.

Skills

| Skill | Description | |-------|-------------| | daily-newsletter | 每日科技早报。27+ RSS 源聚合,智能分类,质量评分,邮件+Bark 推送 | | arxiv-daily | 每日 arXiv AI 论文精选。DeepSeek 评分筛选,中文摘要 | | vibe-daily | 每日 AI 编程工具动态。Cursor/Claude Code/Copilot 更新和技巧 | | super-wardrobe | 每日穿搭建议。实时天气 + AI 搭配方案 | | super-fitness | 三个月科学减脂计划。每日 AI 生成运动+饮食方案 | | weekly-report | 自动周报生成。汇总日历+GitHub+思源,AI 分析 | | daily-digest | 每日日志聚合。汇总所有 daily skill 输出 | | patent-search | 专利搜索。多库检索、新颖性评估、侵权分析 | | patent-specialist | 专利撰写。技术交底书 → 权利要求书 | | siyuan-note | 思源笔记 API 集成。批量操作、知识库管理 | | xhs-skill | 小红书检索与发布。基于 MCP Server | | humanizer-zh | 中文去 AI 痕迹。24 种模式检测与修复 | | find-skills | 技能发现与安装指南 | | skill-creator | 技能创建指南。结构、frontmatter、最佳实践 | | github-watcher | GitHub 监控。vllm-ascend 新版本、DeepSeek 新仓库、vLLM 有价值 PR,Bark 推送 | | vllm-dev | vLLM 推理引擎开发。推测解码(Eagle3/MTP)、KV Cache 优化、Attention Backend 实现 | | vllm-test | vLLM 性能测试。基准测试、吞吐/延迟对比、evalscope、回归检测 |

Install

Option 1: npx (no install required)

npx good-skills run fitness
npx good-skills run wardrobe
npx good-skills run newsletter
npx good-skills run arxiv
npx good-skills run vibe
npx good-skills run weekly
npx good-skills run digest

Option 2: global install

npm install -g good-skills
good-skills run fitness

Option 3: clone & setup

git clone https://github.com/sunchendd/good-skills.git
cd good-skills
./install.sh
cp .env.example .env  # Fill in API keys

install.sh will:

  1. Install self-developed skills via npx skills add .
  2. Install superpowers workflows
  3. Install curated open-source skills (Next.js, React best practices)
  4. Install Python dependencies

Usage

npm scripts (after clone):

npm run fitness     # 💪 健身计划
npm run wardrobe    # 👔 穿搭建议
npm run newsletter  # 📰 科技早报
npm run arxiv       # 🔬 arXiv 论文精选
npm run vibe        # 🚀 AI 编程工具动态
npm run weekly      # 📋 周报生成
npm run digest      # 📊 日志聚合
npm run all         # 🚀 一键运行全部早报任务

Skills are also used by AI agents (Claude Code, etc.) automatically via SKILL.md trigger matching.

License

MIT