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

@glrs-dev/harness-plugin-opencode

v3.20.0

Published

Opinionated OpenCode agent harness — PRIME, plan, build, QA, skills, MCP wiring, hashline editing.

Downloads

2,193

Readme

@glrs-dev/harness-plugin-opencode

OpenCode agent harness. 27 agents, 7 commands, 5 tools, 18 skills.

Docs: glrs.dev/harness

Install

curl -fsSL https://glrs.dev/install.sh | bash

Or: npm i -g @glrs-dev/cli && glrs harness install && opencode

Commands

/fresh ENG-1234              # branch + start [SPEAR](https://www.edge.ceo/p/introducing-spear-the-management) workflow
/fresh add rate limiting     # same, from description
/ship                        # squash, push, open PR
/review 87                   # adversarial code review
/research how does auth work # parallel codebase search
/costs                       # LLM spend
/dispatches                  # subagent history

Autopilot

glrs loop "implement the auth middleware"

Agents

| Agent | Tier | What it does | |-------|------|------| | prime | mid | SPEAR end-to-end — Sonnet orchestrator, delegates hard work to Opus (default) | | prime-heavy | deep | PRIME on Opus — use for heavyweight orchestration | | plan | deep | Planner with gap analysis | | build | mid | Plan executor | | research | deep | Parallel codebase research |

Plus 22 subagents, autopilot variants, and cost-optimized tiers. Full list at glrs.dev/harness/agents.

Configuration

Model overrides, MCP servers, env vars: glrs.dev/harness/config

Telemetry

The harness sends anonymous usage events via Counted to help prioritize work: per-model token speed and cost (model_turn), tool and skill usage with best-effort success (tool_used), and post-edit type-check results (post_edit_verify). No cookies, no fingerprinting, no PII — never repo names, branch names, paths, prompts, or arguments; properties are public model/provider ids, enums, booleans, and counts only. Tracking never blocks or breaks a session and a dead network can never delay it.

Opt out with either:

export DO_NOT_TRACK=1        # the cross-tool Do Not Track standard
export GLRS_NO_ANALYTICS=1   # glrs-specific

Security

Report vulnerabilities per SECURITY.md. Not a sandbox — treat the agent like a dev with shell access.

License

MIT