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

hunter-harness

v1.1.0

Published

Local-first, server-governed agent harness

Readme

hunter-harness

npm

Hunter Harness 命令行工具:在任意项目一键安装/升级结构化 harness——固定的 .agents/skills/ 技能投影(自动双写 .codebuddy/skills/)、单文件 AGENTS.md 指令、.harness/ 工程元数据,并支持运行引擎、归档自动学习与远程治理同步。

v1.0.0 为破坏性升级:移除了安装时的 agent/profile 选择、静态 rules 投影、CLAUDE.md/CODEBUDDY.md 受管块与 rules-sync/instructions 命令;新增 uninstall 一键清理历史内容。升级路径见根 README「从 0.x 升级」。

安装

npm install -g hunter-harness

要求 Node.js 22.12+。

快速开始

cd your-project
hunter-harness init

init 零选择执行:技能写入 .agents/skills/ 并无条件双写 .codebuddy/skills/,指令收敛为 AGENTS.md 受管块。已安装项目升级内容用 hunter-harness refresh(保留 .harness/project.yaml 配置)。

常用命令

| 命令 | 说明 | | --- | --- | | hunter-harness init | 安装 harness 内容并写入项目配置 | | hunter-harness uninstall | 删除所有历史版本写入的受管内容(默认 dry-run,--yes 执行,--keep-data 保留运行数据,--global 清理用户级目录) | | hunter-harness refresh | 升级到当前数据包内容,保留项目配置 | | hunter-harness update | 检查数据包更新(默认 dry-run,--yes 写入) | | hunter-harness sync | 运行安装后体检(instruction-graph、instruction-frontmatter、mcp-server 等) | | hunter-harness doctor | 诊断本地安装与 Node 环境 | | hunter-harness status | 本地 harness 状态(安装/更新/配置/MCP/同步/遥测) | | hunter-harness archive upload | 归档并上传会话记录;成功后自动把高置信规则候选刷新进 AGENTS.md 经验规则受管段 | | hunter-harness push | 推送本地治理内容(AGENTS.md、skills、codebase map 等) | | hunter-harness plan ... | 计划证据包/评审记录/finalize/publish | | hunter-harness run ... / service ... | 工作区运行引擎管理 | | skills install <slug> | 安装技能包(独立包 @hunter-harness/skills;固定双写 .agents/skills + .codebuddy/skills--agent 可收窄) | | skills upload <目录或zip> | 上传技能包草稿供审核发布 |

完整命令与参数见 hunter-harness --help

文档

更多文档见仓库根目录 README.mddocs/;v1.0 逐条破坏性变更决策见 docs/decisions/

许可证

MIT © AIRuler Team