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-pair-autonomy

v1.0.9

Published

OpenCode harness with opinionated agent orchestration. One coordinator, eight specialized workers, automatic verify+review pipeline.

Downloads

1,017

Readme

opencode-pair-autonomy

OpenCode harness with opinionated agent orchestration. One coordinator, eight specialized workers, automatic verify+review pipeline.

What it does

  • Yang Wenli as coordinator — plans, delegates, synthesizes, never asks for routine permission
  • Automatic workflow: implement → build/test (Ozen) → review (Kaiki + Odokawa) → repair (Skull Knight) → re-verify
  • Plan/Execute mode switching via /go and /plan commands
  • Session memory with cross-session continuity
  • Observation logging and pattern learning
  • Comment guard that catches AI-slop in generated code

Agents

| Agent | Role | Model | | ---------------- | -------------------------------------- | ----------------- | | Yang | Coordinator — plans, argues, delegates | claude-opus-4-6 | | Thorfinn | General implementation | claude-sonnet-4-6 | | Ginko | Web and doc research | claude-sonnet-4-6 | | Kaiki | Senior code review (read-only) | claude-opus-4-6 | | Odokawa | Cross-model review (read-only) | gpt-5.4 | | Ozen | Build, test, lint verification | claude-sonnet-4-6 | | Skull Knight | Scoped failure repair | claude-sonnet-4-6 | | Paprika | Frontend, Figma, browser testing | claude-sonnet-4-6 | | Rajdhani | Fast codebase exploration | claude-sonnet-4-6 |

MCP Servers

context7, grep_app, websearch, jina, web-agent-mcp, figma-console, pg-mcp, ssh-mcp, mariadb

Quick start

bunx opencode-pair-autonomy install

From source:

git clone https://github.com/cemalturkcan/opencode-pair-autonomy.git
cd opencode-pair-autonomy
bun install && bun run build && bun link
opencode-pair-autonomy install

Commands

opencode-pair-autonomy install        # wire into OpenCode config
opencode-pair-autonomy fresh-install  # rebuild harness files, keep user config
opencode-pair-autonomy uninstall      # remove harness wiring
opencode-pair-autonomy init           # create project-local config
opencode-pair-autonomy print-config   # inspect generated config

Config

Merges from two layers (project wins):

  • ~/.config/opencode/opencode-pair-autonomy.jsonc — user-level
  • <project>/.opencode/opencode-pair-autonomy.jsonc — project-level

Create project config:

opencode-pair-autonomy init

Hooks

| Hook | What it does | | --------------------- | ---------------------------------------------------------------------------------- | | session.created | Prepare session context injection | | chat.message | Inject mode, project docs, session memory (coordinator) or project facts (workers) | | tool.execute.before | Plan mode gate, long-running command detection | | tool.execute.after | Comment guard, file tracking, compact suggestions | | session.idle | Save session summary, promote learned patterns, cleanup old sessions | | session.compacting | Pre-compact observation snapshot |

What install changes

  • Patches OpenCode config with harness agents, MCPs, and commands
  • Installs shell strategy instructions
  • Vendors pg-mcp, ssh-mcp, bundled skills
  • Preserves existing user config on normal install

What uninstall removes

Only harness-managed pieces: plugin wrappers, harness plugin entries, shell strategy entry, vendored background-agents. Preserves user config, MCP folders, skills.