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

paperpilot

v1.0.2

Published

AI-assisted academic paper writing skills for OpenCode, Claude Code, and Codex

Downloads

200

Readme

PaperPilot

AI辅助论文写作全流程Skills - 从选题到发表,一条龙服务。

English | 中文

✨ 特性

  • 完整工作流: 文献调研 → 假设生成 → 代码实验 → 论文撰写
  • 模块化: 每个阶段独立可复用
  • 上下文管理: 自动追踪研究进度
  • 多学科: CS、ML、生物,心理等学科模板

📦 安装

方式一: npm (推荐)

# 安装到 OpenCode (默认)
npm install paperpilot

# 或安装到 Claude Code
npm install paperpilot && npm run install:claude

# 或安装到 Codex
npm install paperpilot && npm run install:codex

方式二: 手动

# 克隆项目
git clone https://github.com/LiPu-jpg/PaperPilot.git
cd PaperPilot

# 安装依赖
pip install -r requirements.txt

🚀 使用

在 OpenCode/Claude Code/Codex 中直接使用:

帮我写一篇关于[主题]的论文
帮我搜索[关键词]相关的文献
帮我生成研究假设
帮我分析实验结果

📁 模块

| 模块 | 功能 | 使用场景 | |------|------|----------| | paper-assistant | 核心协调器 | 项目初始化、流程管理 | | paper-literature-review | 文献调研 | 搜索论文、综述 | | paper-hypothesis | 假设生成 | 设计实验、验证可行性 | | paper-code | 代码生成 | 脚手架、代码审查 | | paper-experiment | 实验执行 | 运行分析、统计检验 | | paper-writing | 论文撰写 | 润色、格式、引用 |

🔧 手动使用脚本

# 文献搜索
python paper-literature-review/scripts/arxiv-search.py "关键词" --max-results 10

# 假设生成
python paper-hypothesis/scripts/hypothesis-generator.py --context-file .paper_context.json

# 代码脚手架
python paper-code/scripts/code-scaffold.py classification --output ./my-project

# 实验运行
python paper-experiment/scripts/experiment-runner.py --config config.json

# 结果分析
python paper-experiment/scripts/results-analyzer.py results.json

# 参考文献格式化
python paper-writing/scripts/bibliography-formatter.py refs.bib --style IEEE

📋 项目结构

PaperPilot/
├── paper-assistant/          # 核心协调器
├── paper-literature-review/  # 文献调研
├── paper-hypothesis/         # 假设生成
├── paper-code/              # 代码编写
├── paper-experiment/        # 实验执行
├── paper-writing/           # 论文撰写
├── scripts/                 # 安装脚本
├── package.json
└── README.md

📄 许可证

MIT License


Made with ❤️ for researchers