triad-interleave

Interleave three deterministic color streams into balanced schedules for parallel execution and evaluation.

16 stars

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

$curl -o ~/.claude/skills/triad-interleave/SKILL.md --create-dirs "https://raw.githubusercontent.com/plurigrid/asi/main/ies/music-topos/.claude-marketplaces/topos-skills/plugins/topos-skills/skills/triad-interleave/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/triad-interleave/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How triad-interleave Compares

Feature / Agenttriad-interleaveStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

16
from plurigrid/asi

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

16
from plurigrid/asi

Triadic Skill Loader

trans-triad

16
from plurigrid/asi

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

16
from plurigrid/asi

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

16
from plurigrid/asi

Categorical Rewriting: Triad 4 (World Transformation)

active-interleave

16
from plurigrid/asi

Active Interleave Skill

IES Triadic Skill

16
from plurigrid/asi

> *Three maximally polarizing yet topos-compatible directions of the ies collective mind*

jepsen-testing

16
from plurigrid/asi

Jepsen-style correctness testing for distributed systems under faults (partitions, crashes, clock skew) using concurrent operation histories and formal checkers (linearizability/serializability and Elle-style anomalies). Use when designing, implementing, or running Jepsen tests, or interpreting histories/violations.

Deterministic Color Generation via Metadata Hashing

16
from plurigrid/asi

**Status**: ✅ Production Ready

cyton-dongle

16
from plurigrid/asi

Connect and stream from OpenBCI Cyton/Daisy via USB dongle, including first-time radio channel pairing

asi-transient-agenda

16
from plurigrid/asi

Org-agenda-like transient views for ASI skill orchestration via nbb/squint + Emacs hydra

Topological Superintelligence (TSI)

16
from plurigrid/asi

Compositional AI framework using GF(3) triadic balance and category-theoretic foundations.