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

@milk2025/claude-plugins

v1.0.0

Published

milk 精选 Claude Code 插件合集:claude-hud(实时监控)+ claude-mem(跨会话记忆)+ agents(精选专家代理)+ repomix 集成参考

Readme

@milk2025/claude-plugins

milk 精选 Claude Code 插件合集,一次安装全搞定。

包含插件(20个)

必装

| 插件 | 说明 | |------|------| | claude-hud | 终端底部实时状态栏:token用量、工具活动、代理状态、Todo进度 | | claude-mem | 跨会话记忆:SQLite+向量检索,自动保存和恢复项目上下文 |

开发

| 插件 | 说明 | |------|------| | backend-development | 后端开发:API设计、GraphQL、Temporal工作流 | | python-development | Python:类型提示、异步、测试、数据处理 | | javascript-typescript | JS/TS:现代ES、类型系统、Node.js | | frontend-mobile-development | 前端&移动端:React/Vue/RN/Flutter | | data-engineering | 数据工程:ETL、pandas/spark、数据仓库 | | quantitative-trading | 量化交易:策略回测、风险模型、市场数据 | | shell-scripting | Shell:Bash/Zsh自动化、管道处理 |

质量

| 插件 | 说明 | |------|------| | comprehensive-review | 全面代码审查:安全+性能+可维护性 | | tdd-workflows | TDD工作流:Red-Green-Refactor | | unit-testing | 单元测试:Jest/Vitest/pytest最佳实践 | | debugging-toolkit | 调试工具包:定位bug、性能分析、日志解读 | | code-refactoring | 代码重构:技术债务清理、设计模式 |

安全

| 插件 | 说明 | |------|------| | security-scanning | 安全扫描:OWASP、依赖漏洞、密钥泄露 | | backend-api-security | API安全:认证授权、速率限制、CORS |

基础设施

| 插件 | 说明 | |------|------| | cicd-automation | CI/CD:GitHub Actions、GitLab CI、Jenkins | | cloud-infrastructure | 云基础设施:Terraform、Docker、K8s、AWS/GCP | | database-design | 数据库:SQL优化、Schema设计、迁移 | | code-documentation | 代码文档:API文档、JSDoc、README生成 |

快速开始

# 1. 安装
npm install -g @milk2025/claude-plugins

# 2. 一键设置
milk-claude-setup

# 3. 安装必装插件
claude plugin install claude-hud@milk-claude-plugins
claude plugin install claude-mem@milk-claude-plugins

# 4. 按需安装其他插件
claude plugin install comprehensive-review@milk-claude-plugins
claude plugin install python-development@milk-claude-plugins
claude plugin install quantitative-trading@milk-claude-plugins

# 5. 重新加载(在 Claude Code 会话中)
/reload-plugins

repomix(补充工具)

将整个代码库打包成 AI 友好文件,一次性喂给 Claude:

npm install -g repomix
# 使用: cd your-project && repomix

许可证

本包为聚合包,各插件保留其原始许可证:

  • claude-hud: MIT © Jarrod Watts
  • claude-mem: Apache-2.0 © Alex Newman
  • agents: MIT © Seth Hobson