mass-line

mass-line is a skill for Claude Code from HughYau/qiushi-skill. It costs 195 tokens per session (1,006 once invoked), scanned A, original, MIT.

A method for collecting feedback and facts from multiple people or sources, turning them into a plan, and checking the plan with those affected.

In plain words
What is it for?
Use it to combine requirements, existing code patterns, history, tests, logs, and user feedback into an evidence-based approach.
Why use it?
It reduces the risk of making decisions from one incomplete viewpoint or building a solution without validating it in practice.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the qiushi-skill plugin — 11 skills, 10 commands, 2 agents, 1 hook shipped together

Good fit Use it to combine requirements, existing code patterns, history, tests, logs, and user feedback into an evidence-based approach.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hughyau/qiushi-skill/mass-line
About the project

Qiushi-Skill is a collection of agent skills that turn dialectical materialist and practical philosophy into methods for investigating problems, identifying their central contradiction, testing conclusions, and continuing work. It is intended to guide AI agents through analysis and task execution. The catalogue entries are its skills, commands, hook, plugin, and agent components.

HughYau/qiushi-skill · 3,773 stars · on GitHub · hughyau.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HughYau/qiushi-skill --skill mass-line
Clone the repo
git clone --depth 1 https://github.com/HughYau/qiushi-skill

Made for: Claude Code.

Or install qiushi-skill, the plugin that ships this one along with the rest of its 11 skills, 10 commands, 2 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mass-line

README.md
[![agentmods](https://agentmods.dev/badge/skills/hughyau/qiushi-skill/mass-line/github.svg)](https://agentmods.dev/skills/hughyau/qiushi-skill/mass-line)
Your own site
<a href="https://agentmods.dev/skills/hughyau/qiushi-skill/mass-line"><img src="https://agentmods.dev/badge/skills/hughyau/qiushi-skill/mass-line/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mass-line

Your own site · 80×15
<a href="https://agentmods.dev/skills/hughyau/qiushi-skill/mass-line"><img src="https://agentmods.dev/badge/skills/hughyau/qiushi-skill/mass-line.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 195 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00195 $0.01006
Opus 5 $0.00097 $0.00503
Sonnet 5 $0.00039 $0.00201
Haiku 4.5 $0.00019 $0.00101

Measured 4d ago against content hash 5dfb49171313, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mass-line scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mass-line/SKILL.md · 74 lines

What it actually says

群众路线

"从群众中来,到群众中去。" —— 《关于领导方法的若干问题》

investigation-first 的分工:调查研究是"我去弄清事实";群众路线是"把整理后的方案带回给持有真实情况的人和系统检验",重点在多方分歧的处理返回验证

AI 语境下的"群众"

原义 映射
群众的实际经验 代码库既有模式、注释、惯例
基层第一手信息 git history、测试用例、错误日志
群众对方案的反馈 运行结果、测试失败、用户的真实使用反馈
多方意见综合 文档 + 代码 + 运行结果 + 用户描述的交叉验证

不做命令主义(只听指令不看实际),也不做尾巴主义(谁声音大听谁的,不加专业判断)。

用 / 不用

用:

  • 需要收集多方需求或反馈并整合
  • 反馈互相矛盾,要判断听谁的、为什么
  • 方案做好了,需要带回给使用者确认再执行
  • 方案效果不佳,要回到使用者那里重新收集

不用:

  • 信息源单一且已足够精确("改第 3 行变量名")
  • 已完成多源收集,处于执行阶段

操作规程

  1. 列信息源:本次的"群众"是谁?至少两个独立来源,否则只是单方转述。
  2. 收集,先不筛:逐条记录,标来源。矛盾的意见不删,它们往往指向真问题。
  3. 集中:归类,找出一致处(可信事实)、分歧处、缺口。分歧按原因分:视角不同 / 信息不同 / 利益不同。系统化不是投票。
  4. 返回:把整理后的判断带回去。向用户说明"综合各方后我的判断是 ……,与你原始描述有出入的是 ……";只在不同读法会导致实质不同的工作时才提问。
  5. 检验:方案执行后看结果是否与判断一致;不一致时说明哪个信息源误导了判断。
  6. 再来一轮,直到没有新的重要分歧或用户确认。

先在一个具体点上深入实施取得经验,再推广:一般号召与个别指导相结合。

输出模板

信息源:[1] …… [2] …… [3] ……
一致处:……
分歧处:[A 说 …… / B 说 ……],原因:视角 / 信息 / 利益
信息缺口:……(需进一步确认)

综合各方后,我的判断是:……
依据:[源 1] + [源 2] 共同指向 ……
与用户原始描述有出入的地方:……
验证方式:……

纪律

  • 少于两个独立来源,不得宣称"综合各方"。
  • 禁止把多数意见直接当结论;少数但来自一线的深度意见要单独评估。
  • 返回环节不是走过场:分歧未处理就执行,属于命令主义。

交接

  • 分歧本质是矛盾 → contradiction-analysis
  • 判断形成后进入验证 → practice-cognition

原著依据:original-texts.md

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · -107 lines · +92 tokens per session 5dfb49171313
  2. 11d ago First seen · 181 lines · 103 tokens per session scan A 499f4e22187f

Subscribe to this mod's changes

mass-line is a skill published in the GitHub repository HughYau/qiushi-skill (3,773 stars, last pushed 5d ago), licensed MIT. It adds 195 tokens to every session and 1,006 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.