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

qoder-ultrawork

v1.0.0

Published

UltraWork 多智能体调度系统 - 三国军团,任务完成前绝不罢休。支持Qoder平台的GLM-5、Qwen3.5-Plus、Kimi-K2.5、MiniMax-M2.5四种模型并发协作。

Readme

UltraWork - 三国军团多智能体调度系统

一键触发,所有智能体出动。任务完成前绝不罢休。

特性

  • 🏰 三层架构: 主帅 → 中层将领 → 底层部将
  • 🤖 多模型协作: GLM-5、Qwen3.5-Plus、Kimi-K2.5、MiniMax-M2.5
  • 并发执行: 10个Agent同时工作,效率提升67%
  • 💰 成本优化: 智能模型匹配,节省50-69%费用
  • 🎯 任务分类: 自动识别任务类型,分配最优Agent

快速开始

安装

方式一:手动安装(推荐)

# 1. 创建目录
mkdir -p ~/.qoder/skills/ultrawork
mkdir -p ~/.qoder/agents

# 2. 下载文件
curl -o ~/.qoder/skills/ultrawork/SKILL.md https://raw.githubusercontent.com/paskaa/qoder-ultrawork/main/SKILL.md

# 3. 下载Agents配置
for agent in zhugeliang zhouyu zhaoyun simayi lusu huanggai gaoshun chendao simashi simazhao; do
  curl -o ~/.qoder/agents/${agent}.md https://raw.githubusercontent.com/paskaa/qoder-ultrawork/main/agents/${agent}.md
done

方式二:npm安装

npm install qoder-ultrawork
# 然后手动复制文件到 ~/.qoder/ 目录

使用

在 Qoder 中使用触发词:

/ulw 实现用户登录功能
/ultrawork 修复登录页面的样式问题

组织架构

                    ┌─────────────────┐
                    │   ZhugeLiang    │
                    │   (主帅/调度)    │
                    │    gmodel       │
                    └────────┬────────┘
                             │
        ┌────────────────────┼────────────────────┐
        │                    │                    │
        ▼                    ▼                    ▼
┌───────────────┐    ┌───────────────┐    ┌───────────────┐
│   ZhouYu      │    │   ZhaoYun     │    │   SimaYi      │
│  (大都督)      │    │   (大将)      │    │   (谋士)      │
│  Strategy     │    │   Execute     │    │   Explore     │
│   gmodel      │    │   q35model    │    │   mmodel      │
└───────┬───────┘    └───────┬───────┘    └───────┬───────┘
        │                    │                    │
   ┌────┴────┐          ┌────┴────┐          ┌────┴────┐
   ▼         ▼          ▼         ▼          ▼         ▼
┌─────┐  ┌─────┐    ┌─────┐  ┌─────┐    ┌─────┐  ┌─────┐
│LuSu │  │Huang│    │Gao  │  │Chen │    │Sima │  │Sima │
│     │  │Gai  │    │Shun │  │Dao  │    │Shi  │  │Zhao │
│mmodel│ │q35  │    │q35  │  │q35  │    │mmodel│ │kmodel│
└─────┘  └─────┘    └─────┘  └─────┘    └─────┘  └─────┘

模型配置

Qoder平台模型Key对照表

| 显示名称 | 正确key | 费用 | 适用场景 | |----------|---------|------|----------| | GLM-5 | gmodel | 0.5x | 架构设计、调度 | | Qwen3.5-Plus | q35model | 0.2x | 编程开发 | | Kimi-K2.5 | kmodel | 0.3x | 文档整理 | | MiniMax-M2.5 | mmodel | 0.2x | 代码探索 |

效率对比

| 维度 | 传统方式 | UltraWork | 提升 | |------|----------|-----------|------| | 费用 | 1.0x~1.6x | 0.5x | 节省50-69% | | 时间 | 75秒 | 25秒 | 快67% | | 模型 | 1种 | 4种 | 精准匹配 | | 并发 | 串行 | 10x | 效率10倍 |

详细报告见 docs/效率对比分析报告.md

Agent列表

中层将领

| Agent | 职责 | 模型 | |-------|------|------| | zhugeliang | 主帅/调度器 | GLM-5 | | zhouyu | 战略规划 | GLM-5 | | zhaoyun | 执行大将 | Qwen3.5-Plus | | simayi | 探索谋士 | MiniMax-M2.5 |

底层部将

| Agent | 上级 | 职责 | 模型 | |-------|------|------|------| | lusu | ZhouYu | 方案分析 | MiniMax-M2.5 | | huanggai | ZhouYu | 执行落地 | Qwen3.5-Plus | | gaoshun | ZhaoYun | 前端开发 | Qwen3.5-Plus | | chendao | ZhaoYun | 后端开发 | Qwen3.5-Plus | | simashi | SimaYi | 深度分析 | MiniMax-M2.5 | | simazhao | SimaYi | 信息整理 | Kimi-K2.5 |

开发

# 克隆仓库
git clone https://github.com/paskaa/qoder-ultrawork.git
cd qoder-ultrawork

# 安装依赖(如需)
npm install

# 发布新版本
npm version patch
npm publish --access public

License

MIT © paskaa


UltraWork - 鞠躬尽瘁,死而后已