smithery/plurigrid

spi-parallel-verify

Verify Strong Parallelism Invariance (SPI) and GF(3) conservation for 3-way color streams with arbitrary precision.

Installation

$ npx skills add smithery/plurigrid --skill spi-parallel-verify

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/plurigrid · top by installs.

npx skills add smithery/plurigrid

Browse all from smithery/plurigrid

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,085 B
  • docs SUMMARY.md 142 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

SPI Parallel Verify

Use when validating that parallel, shuffled, or split execution yields identical results.

Inputs

  • seed, indices, precision
  • sources (optional): splitmixternary, xoroshiro3color, gay_mcp

Workflow

  1. Compute ordered, reversed, shuffled results.
  2. Compute parallel split if available.
  3. Compare at fixed precision or via hex.
  4. Validate GF(3) per triplet.
  5. Emit a deterministic report.

Commands (music-topos)

  • just spi-verify
  • just spi-gf3-parallel
  • ruby -I lib -r splitmixternary -e "require 'json'; puts JSON.prettygenerate(SplitMixTernary.proveoutof_order)"

Acceptance

  • ordered == reversed == shuffled
  • parallel == sequential
  • gf3_ok == true
  • avoid float truncation of RNG state

Report fields

  • seed, indices, allequal, parallelok, gf3_ok, precision

Example prompt

"Verify SPI and GF(3) for 3-stream triads at seed 0x42D and report determinism."