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

momo-ai

v1.0.70

Published

Rachel Momo ( OpenSpec )

Readme

Momo SDD - Spec Driven Development 工具

npm version | Downloads

For Rachel Momo / Serial Experiments Lain

R2MO

引导

1. 介绍

1.1. 功能说明

当前工具会在操作系统中安装 momo 命令,使用它进行 SDD - Spec Driven Development 开发。


2. 工具使用

2.1. 安装

npm install -g momo-ai
# 查看帮助
momo help

2.2. 常用命令

🛠️ 环境初始化(工程初始化)

| 命令 | 说明 | 示例 | |:---|:---|:---| | momo app | 创建 R2MO/Spring 或 ZERO/Vertx 应用 | momo app -n my-app | | momo apply | 从远程仓库安装技能到当前项目;-i 可反馈本地技能到仓库 | momo apply | | momo env | 环境信息检查 | momo env | | momo help | 显示帮助的详细信息 | momo help | | momo init | 初始化 .r2mo 规范目录结构 | momo init | | momo mcp | 配置 MCP Skills Server,整合项目和全局技能 | momo mcp | | momo open | 使用指定的 AI 工具打开项目 | momo open | | momo team | 根据 DPA 架构位置写入 .r2mo/momo.yaml 角色配置 | momo team | | momo ui | 从 r2mo-ui 模板创建/更新 UI 子项目(Rust/WASM + Tauri) | momo ui |

📋 需求分析

| 命令 | 说明 | 示例 | |:---|:---|:---| | momo docs | 使用 Obsidian 打开文档目录 | momo docs | | momo menu | 扫描 src/pagesmenu.yaml,打印完整树型菜单 | momo menu | | momo mod | 拉取 r2mo-spec 到 .r2mo/repo,拷贝 OpenAPI 到 .r2mo/api/ | momo mod | | momo openapi | 从子项目 OpenAPI 提取 Operation/Schema 文档到 -ui/.r2mo/api/ | momo openapi |

🚀 开发实施

| 命令 | 说明 | 示例 | |:---|:---|:---| | momo admin | 根据项目需求文档生成前端页面结构 | momo admin | | momo dict | 从 .r2mo/api/components/schemas 读取结构并导出字典;-r 逆向生成 SQL | momo dict | | momo domain | 在指定目录执行 r2mo_proto 脚本生成 Protobuf | momo domain | | momo mmr0 | 从 r2mo-spec 仓库下载并生成 Flyway SQL 文件 | momo mmr0 | | momo mmr2 | 从 r2mo-spec 仓库下载并生成 Entity 类 | momo mmr2 |

🤖 SDD 开发

| 命令 | 说明 | 示例 | |:---|:---|:---| | momo ask | 从模板目录中选择提示词并复制到剪切板 | momo ask | | momo run | 从 .r2mo/task 中选择任务,生成提示词到剪贴板 | momo run | | momo task | 在 .r2mo/task/ 下使用五槽位创建任务,写入提示词到剪贴板 | momo task |

3. 参考链接

3.1. 旧版

3.2. 新增