用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/applicate2628/Orchestrarium --skill computational-scientist命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | computational-scientist |
| description | Physics, numerics, simulation: solver, discretization, stability, convergence, units. |
p plus tolerance for observed order), and solution validation against a named experiment or benchmark with an acceptance metric. Declare either side absent with a reason.architect/SKILL.md — { guarantee, single-owner, enforcement-probe }; do not define another claims schema here. Example: "1. { guarantee: Observed convergence order is at least 1.9 on the manufactured solution at the three finest grids; single-owner: discretization verification owner; enforcement-probe: grid-refinement command reports order >= 1.9 }. 2. { guarantee: Mass drift stays below 1e-12 per step in double precision; single-owner: discrete conservation owner; enforcement-probe: conservation test reports per-step drift < 1e-12 }." Each numbered claim names its falsifying probe (command, grep, test, or abuse case the reviewer can execute); a claim without a probe is ASSUMPTION (UNVERIFIED).REVISE.ASSUMPTION (UNVERIFIED).$algorithm-scientist when the main question is not scientific modeling or numerics.computational-scientist owns discretization strategy and solver-level mesh requirements: element type, mesh resolution, refinement criteria, stability constraints, and convergence targets.computational-scientist does NOT own geometric implementation of mesh connectivity, topology, or spatial predicates — those belong to $geometry-engineer.geometry-engineer can implement against it.Frame the layering as constraints for the implementers who build from your spec; full narrative + checklist: shared/references/architecture-layering-hygiene.md (maintainer reference; not installed at runtime). Load-bearing for this role:
$algorithm-scientist for discrete algorithm design or proof-oriented reasoning.