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

@miniidealab/openlogos

v0.8.1

Published

CLI tool for the OpenLogos software engineering methodology

Downloads

3,976

Readme

OpenLogos CLI

@miniidealab/openlogosOpenLogos 方法论的官方命令行工具:在项目中初始化 logos/ 目录、部署 AI Skills 与规范、执行阶段检测与测试验收(verify)等。


安装

需要 Node.js ≥ 18

npm install -g @miniidealab/openlogos
openlogos --version

常用命令

| 命令 | 说明 | |------|------| | openlogos init [name] | 初始化项目:logos.config.jsonlogos-project.yamlAGENTS.md / CLAUDE.md、Skills 与方法论 spec/ 等 | | openlogos sync | 按当前配置重新生成 AI 指令文件并同步 Skills | | openlogos status | 查看方法论阶段进度与下一步建议 | | openlogos next | 输出下一阶段的引导提示 | | openlogos verify | 读取测试结果 JSONL 与测试用例文档,生成验收报告 | | openlogos change <slug> | 创建变更提案(Delta 工作流) | | openlogos merge / archive | 合并与归档变更 | | openlogos launch | 从首轮开发切换到「活跃迭代」并强化变更管理 |

注意:请在项目根目录(存在 logos/logos.config.json)下执行上述命令。


OpenCode 用户

使用 OpenCode 时建议安装 ≥ 0.5.6,以便获得 .opencode/commands/ 斜杠命令模板与单包插件部署。说明见仓库内 OpenCode 使用指南


可运行示例(需克隆仓库)

  • FlowTask(Tauri,Claude Code 演示):examples/flowtask/
  • Money Log(Electron,OpenCode 演示):examples/money-log/

详见仓库 examples/README.md


版本信息

npm 页展示的当前包版本以本页顶部包名为准;历史版本与变更说明请以仓库 CHANGELOG.md 为准。


License

Apache-2.0