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

@moonweave-ai/governance-skills

v0.2.4

Published

Cross-platform Agent Skills, commands, deterministic checks, templates and adapters implementing the Moonweave AI governance system.

Readme

Moonweave Governance Skills

语言English · 中文 · 日本語

Moonweave AI Governance 从“需要人工记忆的长文档”编译成可发现、可调用、可检查、可审计的 Agent Skills、命令、模板、CLI 与平台适配器。

版本:0.2.4 规范快照日期:2026-08-06 状态:Active / published。已发布至 npm @moonweave-ai/[email protected](含 SLSA provenance);可通过 skills.sh 与各平台市场(Cursor、Claude Code、Codex、Antigravity、Kilo、OpenCode 及通用 .agents/skills 格式)发现与安装。 Owner:Moonweave AI Governance Maintainers;Backup Owner:Moonweave AI Stewardship Council。

核心架构

Moonweave Governance(权威语义)
        ↓
Typed Governance Core(风险/质量/生命周期/追踪矩阵)
        ↓
Focused Agent Skills(按任务渐进加载)
        ↓
Platform Adapters(Cursor / Codex / Claude / OpenCode / Kilo / Antigravity)
        ↓
Deterministic CLI & Hooks(能确定检查的不用模型猜)
        ↓
Paired Evals & Security Analysis(触发、非触发、任务结果、安全)

安装

从 GitHub / skills.sh(推荐,无需发布)

governance 仓库 governance-skills/skills/ 目录符合 Agent Skills 开放格式,因此可被 skills.sh、Codex、Claude Code、Cursor、OpenCode、Kilo、Antigravity 等支持方发现。

# 装到当前项目
npx skills add Moonweave-AI/governance/governance-skills --all
# 全局安装
npx skills add Moonweave-AI/governance/governance-skills -g
# 或只安装一个技能
npx skills add Moonweave-AI/governance/governance-skills --skill moonweave-code-review

GitHub CLI skill 安装:

gh skill install Moonweave-AI/governance/governance-skills --all
gh skill install Moonweave-AI/governance/governance-skills --all --agent cursor --scope user

Git clone 并运行

git clone https://github.com/Moonweave-AI/governance.git
cd governance
node governance-skills/bin/moonweave-skills.mjs install --agents all --root /path/to/project

平台原生市场(无需发布)

marketplace 清单位于 governance 仓库根,各平台添加 Moonweave-AI/governance 仓库即可发现:

  • Claude Code:/plugin marketplace add Moonweave-AI/governance
  • Cursor:在 Cursor 插件市场添加 Moonweave-AI/governance
  • Codex / ChatGPT:codex plugin marketplace add Moonweave-AI/governance
  • Antigravity:agy plugin install https://github.com/Moonweave-AI/governance
  • Kilo remote URL:https://raw.githubusercontent.com/Moonweave-AI/governance/main/governance-skills/skills/

从本地 tarball

cd governance-skills && npm install && npm pack
npx --yes --package=./moonweave-ai-governance-skills-0.1.0.tgz \
  moonweave-skills install --agents all --scope project

发布到 npm 后

需先在 npm 创建 moonweave-ai 组织(见 docs/INSTALLATION.md):

npx @moonweave-ai/governance-skills install --agents all --scope project

各清单及插件目录由 npm run build:adapters 从同一 skills/commands/rules/ 源生成,并由 npm run validate:adapters 检查。完整安装方式见 docs/INSTALLATION.md


## 常用命令

```bash
moonweave-skills list
moonweave-skills route --text "让Agent可以自动写入生产数据库"
moonweave-skills install --agents cursor,codex,claude,opencode,kilo,antigravity
moonweave-skills doctor --root .
moonweave-skills new rfc --title "统一长期记忆状态协议"
moonweave-skills audit --root . --profile ai-agent --format markdown
moonweave-skills lint-skills
moonweave-skills lint-docs --root ..
moonweave-skills checksums

完整命令见 docs/COMMANDS.md

25个技能

| 类别 | 技能 | |---|---| | 路由与启动 | moonweave-governance-router, moonweave-project-bootstrap | | 规划与决策 | moonweave-idea-triage, moonweave-project-planning, moonweave-rfc, moonweave-adr | | 工程协作 | moonweave-issue, moonweave-engineering-brief, moonweave-implementation, moonweave-pull-request, moonweave-code-review | | 安全与质量 | moonweave-security-review, moonweave-quality-assurance, moonweave-release-readiness, moonweave-repository-audit | | 知识与研究 | moonweave-documentation, moonweave-research | | 运行与组织 | moonweave-incident-response, moonweave-handoff, moonweave-community-contribution | | 改进与治理 | moonweave-gap-analysis, moonweave-retrospective, moonweave-governance-change | | 指南与流程 | moonweave-help(选择正确技能), moonweave-flow(分阶段多 skill 流程) |

安全说明

Skills 并非安全边界。确定性限制应由权限系统、Hook、CI、分支保护、Secret 扫描、测试和人类 Review 执行。本包不会默认自动合并、发布、部署、删除数据或授予 Agent/具身权限。

详见 docs/SECURITY-MODEL.mdSECURITY.md

设计与兼容

License

MIT