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

@sayoriqwq/psychogram

v0.1.0

Published

Psychogram concept-wiki protocol harness Artifact for Prelude

Readme

Psychogram

Psychogram 是一个把“一个概念”组织成独立 wiki 的通用 harness。

它不是某个具体理论的 wiki,也不是一个 Obsidian vault 模板本身。它负责定义如何设计、生成、维护、测试和投射 concept wiki。

What this repo contains

  • harness/ — psychogram 系统本身:概念、规则、workflow、agent role 和 lint 标准。
  • template/ — 生成新 concept wiki 时使用的空骨架,不包含具体领域内容。
  • fixtures/ — 用来测试 harness 和 template 的样例输入、输出和观察记录。
  • projections/ — 将 psychogram 投射到具体 runtime 的说明。

Core rule

一个概念生成一个独立 wiki。Fixture 和 instance 的内容不能泄漏进 harness 或 template。

How to read

先读 [[harness/lead]],再读 [[harness/glossary]] 和 [[harness/index]]。如果你要生成新 concept wiki,从 [[harness/workflows/design-concept-wiki]] 和 [[harness/workflows/instantiate-concept-wiki]] 开始。

What this is not

  • 不是某个具体概念的 wiki。
  • 不是业务 wiki。
  • 不是长期收集 raw input 的仓库。
  • 不是 runtime-specific agent 配置的源头。

Prelude Artifact release

Artifact 使用精确的 [email protected],并通过提交的 pnpm-lock.yaml 从 registry 解析 @sayoriqwq/prelude-contract。发布由 .github/workflows/npm-publish.yml 执行;流水线先用 pnpm verify 验证 build、typecheck、test 和 assets,再检查并发布 pack 结果。npm 发布身份由 GitHub Actions trusted publisher 提供。