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

@yoshi-dai/yori

v1.5.0

Published

yori - AI co-development harness framework

Readme

yori

MIT License npm version GitHub Stars

AI エージェントとともに開発するためのハーネスエンジニアリングのナレッジベース。

ハーネスとは、AI エージェントの行動をガイドする外部構造(ルール・プラグイン・判断記録の総称)。AI に指示を書くのではなく、AI が自律的に判断・推論できる設計をプロジェクトに組み込む。

yori(このリポジトリ)自体がハーネスの設計図・テンプレート集。opencode/setup-harness.sh を実行することで各プロジェクトに実際のハーネスが展開される。

Why yori

  • AI の出力品質がセッションごとにばらつく
  • AI に都度同じ指示を繰り返す
  • AI が過去の判断を忘れる
  • コンテキスト満杯時に AI が手を抜く(context anxiety)
  • AI が機密情報をコミットしてしまう
  • プロジェクトの知識が人間の頭の中だけにある

Quick Start

# ターゲットプロジェクトのルートで実行(推奨)
bash <(curl -s https://raw.githubusercontent.com/Yoshi-Dai-1/yori/main/opencode/setup-harness.sh)

他のセットアップ方法(npm / git clone)は opencode/README.md を参照。

セットアップスクリプトがテンプレートを展開し、4 ファイル(docs/project-definition.md / ARCHITECTURE.md / AGENTS.md / .opencode/project-context.md)を記入するだけでハーネスが機能し始める。

Features

| カテゴリ | 数量 | 説明 | |---|---|---| | Principles | 23 | ハーネス工学・セキュリティ・コード品質・テスト戦略などの汎用原則 | | Architectures | 13 | プロジェクト種別ごとの構成パターン(Web API / CLI / library 等) | | Plugins | 16 | TypeScript によるイベント駆動ガードレール(秘密情報防止・診断・環境チェック・lint 等) | | Instructions | 10 | セッションイベントに応じて注入されるルールファイル | | Subagents | 9 | 特定タスクに特化したエージェント定義 | | ADRs | 4 | アーキテクチャ判断の記録(Architecture Decision Records) |

プロジェクト構造

yori/
  opencode/                 ハーネス設計図・テンプレート集(setup-harness.sh で配布)
    principles/             汎用原則
    architectures/          構成パターン
    decisions/              判断の記録(ADR)
    snippets/               テンプレート集(配布物)
    setup-harness.sh        セットアップスクリプト
    README.md               ハーネスのセットアップ手順
  AGENTS.md                 yori 開発用エージェント定義
  README.md                 このファイル(yori プロジェクト概要)
  package.json              npm パッケージ定義
  cli.js                    npm 公開用エントリポイント
  setup-harness.ps1         Windows (WSL2) ラッパー
  .releaserc.json           semantic-release 設定
  .github/                  GitHub Actions / Issue templates
  .design-notes/            設計メモ(yori 開発用・コピー対象外)

関連リンク

  • opencode/README.md — ハーネスのセットアップ手順・新プロジェクト開始手順
  • AGENTS.md — yori 開発用のエージェント定義
  • LICENSE — MIT License

License

MIT