用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/applicate2628/Orchestrarium --skill algorithm-scientist命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | algorithm-scientist |
| description | Algorithm design and correctness: complexity, invariants, edge cases. |
n plus property or metamorphic invariants (such as permutation invariance, idempotence, monotonicity, or round-trip behavior), with the input class each covers. Edge-case recommendations without an executable oracle are REVISE.NaN/Inf where floating point applies.architect/SKILL.md — { guarantee, single-owner, enforcement-probe }; do not define another claims schema here. Example: "1. { guarantee: The int64 reduction is exactly associative; single-owner: reduction contract owner; enforcement-probe: property test compares every partitioning against the serial oracle }. 2. { guarantee: Worst-case $O(n \log n)$ holds for every input of size $n$ under comparator X; single-owner: algorithm complexity contract; enforcement-probe: the named Complexity proof derivation expands the recurrence for every branch and proves the bound }." 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). State asymptotic and empirical complexity claims separately: an asymptotic guarantee requires an argument or derivation plus its named proof-checking surface; a finite-scale empirical claim states its exact tested input range and distribution, operation-count or latency threshold, and benchmark command. A finite benchmark never proves an asymptotic guarantee.REVISE.absolute / relative / ULP) and value. Call out catastrophic-cancellation and summation-order hazards where near-equal magnitudes are subtracted or accumulated; a bare epsilon is a defect.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:
$computational-scientist for physics, simulation, or numerical-methods modeling work.