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

opencode-planpilot

v0.3.0

Published

Planpilot plugin for OpenCode

Readme

opencode-planpilot

English version: README.md

Planpilot 为 OpenCode 提供结构化执行循环,让多步骤工作更有条理、更可追踪,也更容易持续推进。

为什么选择 Planpilot

  • 将复杂任务拆解为清晰的 plan -> step -> goal 流程。
  • 当下一个待执行步骤归属 ai 时自动续跑,保持执行节奏。
  • 本地持久化进度(数据库 + Markdown 快照),上下文不丢失。
  • 你只需用自然语言下达目标,Planpilot 负责保持执行结构。

安装

在 OpenCode 配置文件 opencode.json 中添加插件:

  • Unix/macOS: ~/.config/opencode/opencode.json
  • Windows: %USERPROFILE%\\.config\\opencode\\opencode.json (for example: C:\\Users\\<your-user>\\.config\\opencode\\opencode.json)
{
  "plugin": ["opencode-planpilot"]
}

OpenCode 会在会话启动时自动安装 npm 插件。

自然语言快速开始

示例提示:

使用 planpilot。

OpenCode Studio 集成体验

Planpilot 提供一流的 OpenCode Studio 集成体验:

  • 项目地址:opencode-studio

  • 在 Studio 侧边栏查看运行态上下文(活动计划、下一步、进度状态)。

  • 使用 Studio 设置面板调整运行态和自动续跑配置。

  • 通过 Studio bridge 读取与写入运行态和配置状态。

如果你已经在 OpenCode 中处理多步骤工作,OpenCode Studio 是最快的统一控制台,可用于监控流程、调优行为并保持团队协同。

详细说明

更细的配置结构、bridge action、参数级行为和触发规则,见 DETAIL.zh-CN.md

许可证

MIT