← スキル一覧に戻る

spi-parallel-verify
by plurigrid
everything is topological chemputer!
⭐ 2🍴 3📅 2026年1月20日
SKILL.md
name: spi-parallel-verify description: Verify Strong Parallelism Invariance (SPI) and GF(3) conservation for 3-way color streams with arbitrary precision.
SPI Parallel Verify
Use when validating that parallel, shuffled, or split execution yields identical results.
Inputs
- seed, indices, precision
- sources (optional): splitmix_ternary, xoroshiro_3color, gay_mcp
Workflow
- Compute ordered, reversed, shuffled results.
- Compute parallel split if available.
- Compare at fixed precision or via hex.
- Validate GF(3) per triplet.
- Emit a deterministic report.
Commands (music-topos)
just spi-verifyjust spi-gf3-parallelruby -I lib -r splitmix_ternary -e "require 'json'; puts JSON.pretty_generate(SplitMixTernary.prove_out_of_order)"
Acceptance
- ordered == reversed == shuffled
- parallel == sequential
- gf3_ok == true
- avoid float truncation of RNG state
Report fields
- seed, indices, all_equal, parallel_ok, gf3_ok, precision
Example prompt
"Verify SPI and GF(3) for 3-stream triads at seed 0x42D and report determinism."
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です