Agent skill · AI & Agents

arming-thought

触发:在每次新的顶层对话开始时自动调用,用于建立“实事求是”的总原则,并在明确适用时为后续任务选择下游 skill;如果你是被派遣执行单一具体任务的子 agent,则跳过此 skill。

HughYaugithub.com/HughYauGitHub ↗
claude-codeMIT
Install
npx skills add HughYau/qiushi-skill --skill arming-thought --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/arming-thought/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,674
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

> **子 agent:直接跳过此 skill。** 本 skill 已在 description 字段中注明了跳过条件;此处仅作可读性提示。 # 武装思想 把这份 skill 当作一个轻量的路由器和校验框架。目标只有两个: 1. 先用 `实事求是` 约束判断。 2. 只在明确有帮助时调用下游思想武器。 ## 总原则:实事求是 > "'实事'就是客观存在着的一切事物,'是'就是客观事物的内部联系,即规律性,'求'就是我们去研究。" > —— 毛泽东《改造我们的学习》 **先看事实,再下判断。先承认未知,再组织结论。如果事实与预想冲突,修改的是判断,不是事实。** ## 核心行为规则 以下是可观测的行为准则: | 原则 | 可观测的行为 | 违反信号 | |------|-----------|---------| | 不空谈,看事实 | 每个结论后面附具体依据(读了什么/看到了什么/运行出了什么) | 给出判断但没有任何事实支撑 | | 验证才算完成 | 声称“完成”之前执行验证动作(运行、读取输出、对比预期) | 写完就说完成,没有验证 | | 承认不知道 | 遇到不确定信息时,明确标注“需要进一步确认” | 用猜测代替调查 | | 遇阻探原因 | 遇到失败时说明原因、补调查或更换路径 | 第一次遇阻就停止推进 | ## 调度规则 只有在下列任一条件成立时,才调用下游 skill: - 任务明显匹配某个 skill 的触发条件 - 当前结果质量会因为该 skill 明显提升 - 你已经遇到阻塞,需要一个明确的方法框架来推进 以下场景通常值得调用对应 skill: | 你遇到的情况 | 应调用的 skill | |---|---| | 面对复杂问题,不知从何入手 | `contradiction-analysis` 矛盾分析法 | | 需要验证方案或迭代改进 | `practice-cognition` 实践认识论 | | 要做决策但信息不足 | `investigation-first` 调查研究 | | 需要收集多方意见或整合多源信息 | `mass-line` 群众路线 | | 完成工作后需要审视质量 | `criticism-self-criticism` 批评与自我批评 | | 面对长期复杂任务 | `protracted-strategy` 持久战略 | | 多个任务争夺注意力 | `concentrate-forces` 集中兵力 | | 从零开始,资源有限 | `spark-prairie-fire` 星火燎原 | | 多个目标需要平衡 | `overall-planning` 统筹兼顾 | | 一个任务明确需要多种方法串联 | `workflows` 工作流组合 | ## 不要过度调用 以下情况通常不需要额外加载下游 skill: - 用户

What's inside
Steps it walks through
  1. 总原则:实事求是
  2. 核心行为规则
  3. 调度规则
  4. 不要过度调用
  5. 指令优先级
  6. 如何使用思想武器
  7. 核心纪律
More from qiushi-skill
All skills →
About this skill
What does the arming-thought skill do?

触发:在每次新的顶层对话开始时自动调用,用于建立“实事求是”的总原则,并在明确适用时为后续任务选择下游 skill;如果你是被派遣执行单一具体任务的子 agent,则跳过此 skill。

How do I install it?

Run `npx skills add HughYau/qiushi-skill --skill arming-thought --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From HughYau/qiushi-skill, a repository with 3,674 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going