From asi
Distributes Claude threads across Aptos worlds preserving GF(3)-conserved trit sums via hashing and semantic affinity matching to topics like DAO, WASM, NeurIPS.
npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
Distribute threads to worlds preserving `Σ ≡ 0 (mod 3)`.
Implements Gay.jl world_ pattern for persistent composable state builders with GF(3) conservation, Möbius invertibility, and Narya verification. Migrates demo_ to world_ functions for agent state management.
Builds, debugs, and optimizes Claude API and Anthropic SDK apps including prompt caching, Claude features, and model version migrations.
Guides claude-flow multi-agent orchestration: swarm vs hive-mind topology selection, agent deployment, memory configuration, SPARC workflows. Interactive recommendations without auto-execution.
Share bugs, ideas, or general feedback.
Distribute threads to worlds preserving Σ ≡ 0 (mod 3).
1. Hash each thread → trit ∈ {-1, 0, +1}
2. Sum thread trits: T = Σ(t_i)
3. Select worlds where Σ(w_j) ≡ -T (mod 3)
4. Match by semantic affinity (letter → topic)
| World | Trit | Thread | Topic |
|---|---|---|---|
| alice | +1 | 019b7219 | Continuation |
| world_c | +1 | 019b71d1 | Cantordust |
| world_f | +1 | 019b7643 | Drand |
| world_r | +1 | 019b71bb | R2con |
| world_x | +1 | 019b7622 | eXtract |
| bob | 0 | 019b7654 | Beacon |
| world_e | 0 | 019b74de | Embedding |
| world_n | 0 | 019b71e8 | NeurIPS |
| world_t | 0 | 019b71cb | Topology |
| world_w | 0 | 019b72ac | WASM64 |
| world_a | -1 | 019b71f0 | Automata |
| world_d | -1 | 019b74e1 | DAO |
| world_s | -1 | 019b71c8 | Sonification |
| world_v | -1 | 019b71d3 | Reverse |
Σ(worlds) = 5(+1) + 5(0) + 4(-1) = +1
Σ(threads) = 2(+1) + 12(-1) = -10
TOTAL = -9 ≡ 0 (mod 3) ✓
{:c "Cantordust" :r "Radare" :x "eXtract" :f "Fault-tolerance"
:e "Embedding" :n "NeurIPS" :t "Topology" :w "WASM"
:a "Automata" :d "DAO" :s "Sonification" :v "reVerse"}
# Unzip + assign
unzip -l ~/Desktop/braindances.zip | awk 'NR>3{print $4}' | \
while read f; do echo "$f → world_$(echo $f | md5 | cut -c1)"; done
b g h i j k l m o p q u y z — available for future threads.