‹ 首页

anomaly-characterization

@yogsoth-ai · 收录于 5 天前 · 上游提交 2 周前

SOP: Describe and classify anomalous phenomena that existing theory cannot explain

适合你,如果正在研究科学前沿的未解现象

/ 通过 npx 安装 校验哈希
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/anomaly-characterization
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/anomaly-characterization
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/anomaly-characterization
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
388GitHub stars
~405最小装载
~405含声明引用
~848文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 59ace64 · 表述以原文为准
它做什么

当用户描述一个现有理论无法解释的异常现象时,Claude 会按步骤描述现象、量化偏差、排除已知解释,并输出结构化的异常分类报告。

什么时候触发

当用户提供具体的异常观察描述(如数据、实验结果)且指明参考基线时触发。

装好后可以这样说
Claude 会量化偏差并排除已知解释。
Claude 会分类为意外模式并进一步分析。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 59ace64

Anomaly Characterization

Systematically describe and classify anomalous phenomena to provide a precise starting point for abductive reasoning.

HARD-GATE

<HARD-GATE> Preconditions (all must hold before starting):

  1. A concrete anomalous observation description is available (not a vague "the result is strange")
  2. A reference baseline exists (expected result or theoretical prediction) for quantifying deviation

Not satisfied → stop and return error: anomaly description insufficient, concrete observation and reference baseline required. </HARD-GATE>

Pipeline
  1. Precondition check: verify completeness of anomaly description and reference baseline
  2. Phenomenon description: restate the anomaly in precise language (what was observed vs. what was expected)
  3. Quantify deviation from expectation: quantify or qualitatively describe the degree of deviation (magnitude, direction, frequency)
  4. Exclude known explanations: enumerate and rule out possible trivial explanations one by one (measurement error, sampling bias, known effects)
  5. Anomaly classification: categorize the anomaly (unexpected absence / unexpected presence / unexpected magnitude / unexpected pattern / unexpected timing)
  6. Output structured anomaly description
Output Format
{
  "anomaly_id": "A1",
  "phenomenon": "Precise description of what was observed",
  "expected": "What theory or prior evidence predicted",
  "deviation": {
    "direction": "higher | lower | absent | present | different_pattern",
    "magnitude": "Quantitative or qualitative estimate",
    "frequency": "Isolated | recurring | systematic"
  },
  "excluded_explanations": [
    {"explanation": "...", "reason_excluded": "..."}
  ],
  "anomaly_type": "unexpected_absence | unexpected_presence | unexpected_magnitude | unexpected_pattern | unexpected_timing",
  "severity": "minor | moderate | major",
  "notes": "Additional context"
}

</output>

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。