triad-interleave
Interleave three deterministic color streams into balanced schedules for parallel execution and evaluation.
Best use case
triad-interleave is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Interleave three deterministic color streams into balanced schedules for parallel execution and evaluation.
Teams using triad-interleave should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/triad-interleave/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How triad-interleave Compares
| Feature / Agent | triad-interleave | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Interleave three deterministic color streams into balanced schedules for parallel execution and evaluation.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Triad Interleave Use this skill when asked to interleave three color streams, build triad schedules, or combine "color://" resources. ## Inputs - sources: list of three sources (splitmix_ternary, xoroshiro_3color, gay_mcp) - seed: hex or int - n: number of triplets - policy: round_robin | gf3_balanced ## Workflow 1. Generate triplets from each source. 2. Validate GF(3) sum per triplet. 3. Build schedule per policy. 4. Emit deterministic log. ## Source commands (music-topos) - SplitMixTernary: `ruby -I lib -r splitmix_ternary -e "p SplitMixTernary.tripartite(0x42D).generate(5)"` - Xoroshiro3Color: `ruby -I lib -r xoroshiro_3color -e "p Xoroshiro3Color::TripartiteStreams.new(0x42D).generate(5)"` - Gay MCP: use `interleave` with `n_streams: 3` and `count: N`. ## Output schema - schedule_id, seed, n, policy - entries: index, stream_id, triplet_id, trit, hex, L, C, H ## Checks - same seed -> same output - per-stream order preserved - GF(3) sum == 0 for each triplet ## Example prompt "Interleave three streams (SplitMixTernary, Xoroshiro3Color, Gay MCP) for N=10 and output a deterministic schedule."
Related Skills
triadic-skill-orchestrator
Orchestrates multiple skills in GF(3)-balanced triplets. Assigns MINUS/ERGODIC/PLUS trits to skills ensuring conservation. Use for multi-skill workflows, parallel skill dispatch, or maintaining GF(3) invariants across skill compositions.
triadic-skill-loader
Triadic Skill Loader
trans-triad
Transclusion × Transduction × Transitivity — the three trans- operations that make skills alive. Transclusion pulls live code into context. Transduction transforms it during passage. Transitivity closes the composition: if A reads B and B transforms C, then loading A gives you C.
duckdb-quadruple-interleave
Chaotic interleaving across local DuckDB databases modeled as coupled quadruple pendula. Random walks both BETWEEN databases and WITHIN tables for context injection.
categorical-rewriting-triad4
Categorical Rewriting: Triad 4 (World Transformation)
active-interleave
Active Interleave Skill
IES Triadic Skill
> *Three maximally polarizing yet topos-compatible directions of the ies collective mind*
zx-calculus
Coecke's ZX-calculus for quantum circuit reasoning via string diagrams with Z-spiders (green) and X-spiders (red)
zulip-cogen
Zulip Cogen Skill 🐸⚡
zls-integration
zls-integration skill
zig
zig skill
zig-syrup-bci
Multimodal BCI pipeline in Zig: DSI-24 EEG, fNIRS mBLL, eye tracking IVT, LSL sync, EDF read/write, GF(3) conservation