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

popcoru

v0.7.1

Published

Agent Workspace OS — harness engineering for AI coding agents

Downloads

2,429

Readme

SUNCO

Agent Workspace OS — harness engineering for AI coding agents.

65 skills. 7-layer verification. Adaptive lifecycle. Zero mistakes.

npx popcoru

What is SUNCO?

In an era where AI agents write code, the builder's job is not writing code — it's setting up the field so agents make fewer mistakes. SUNCO is that field.

  • Harness Engineering — lint, health check, and guard enforce quality deterministically (zero LLM cost)
  • 65 Skills — every capability is a skill. No hardcoded commands.
  • 7-Layer Verification — multi-agent review, guardrails, BDD, permissions, adversarial, cross-model, human eval
  • Adaptive Lifecycle — pivot, rethink, backtrack, reinforce when requirements change
  • Multi-Runtime — Claude Code, Codex, Cursor, Antigravity

Install

npx popcoru

Interactive installer asks: language (EN/KR), runtime (Claude Code/Codex/Cursor/Antigravity/All).

Quick Start

/sunco:new           # idea -> questions -> research -> roadmap
/sunco:discuss 1     # extract decisions for Phase 1
/sunco:plan 1        # create atomic execution plans
/sunco:execute 1     # run plans in parallel waves
/sunco:verify 1      # 7-layer Swiss cheese verification
/sunco:ship 1        # create PR and release

Commands (65)

Harness (Zero LLM Cost)

| Command | Description | |---------|-------------| | init | Scaffold .sun/ and .planning/ | | lint | Architecture boundary check | | health | Codebase health score with trends | | guard | Real-time lint-on-change + rule drafting | | agents | Agent instruction analysis |

Workflow

| Command | Description | |---------|-------------| | new | Bootstrap from idea to roadmap | | discuss | Extract decisions before planning | | plan | Create verified execution plans | | execute | Wave-based parallel execution | | verify | 7-layer verification | | ship | Create PR after verification | | auto | Full autonomous pipeline |

Adaptive Lifecycle (NEW in v0.3.2)

| Command | Description | |---------|-------------| | pivot | Detect scope changes, re-route phases | | rethink | Revise specific decisions | | backtrack | Restore to rollback point | | reinforce | Add requirements mid-milestone | | where-am-i | Full orientation dashboard | | impact-analysis | Invalidation cascade | | design-pingpong | Cross-model merge + debate |

Debug

| Command | Description | |---------|-------------| | debug | Systematic debugging with state | | diagnose | Quick system diagnostic | | forensics | Post-mortem analysis |

Session

| Command | Description | |---------|-------------| | status | Current state | | progress | Phase completion % | | next | Auto-advance | | pause / resume | Session management | | where-am-i | Orientation dashboard |

Composition

| Command | Description | |---------|-------------| | auto | Full pipeline (discuss -> ship) | | quick | Fast execution with guarantees | | fast | Skip planning, execute immediately | | do | Natural language -> command routing | | mode | SUNCO super mode |

Architecture

sunco-tools.cjs (2,179 lines)    — Workflow automation engine
65 commands                        — Thin routers to workflows
64 workflows                       — Full process definitions
18 agents                          — Specialized AI agent definitions
15 references                      — Domain knowledge documents
25+ templates                      — Artifact templates
4 hooks                            — Git/lifecycle hooks

v0.3.2 Highlights

  • Adaptive Lifecycle — 7 new workflows for handling scope changes mid-project
  • Quality Supremacy — executor, phase-researcher, integration-checker agents enhanced
  • Artifact Hash System — detect changes to planning artifacts, compute invalidation cascade
  • Rollback Points — snapshot and restore .planning/ state at any phase boundary
  • Design Pingpong — cross-model merge + debate protocol (2.4x cost, opt-in)
  • Guard --draft-claude-rules — auto-generate conditional .claude/rules/ from codebase patterns
  • Codex Benchmark — A/B comparison framework for harness quality testing

Stats

| Category | Lines | |----------|-------| | Workflows | 25,306 | | Templates | 7,347 | | References | 5,026 | | Agents | 10,111 | | Tools | 2,529 | | Total | 50,319 |

Links

License

MIT