Back to list
plurigrid

braindance-worlds

by plurigrid

everything is topological chemputer!

2🍴 3📅 Jan 20, 2026

SKILL.md


name: braindance-worlds description: GF(3)-conserved distribution of Claude threads across Aptos worlds version: 1.0.0

Braindance Worlds

Distribute threads to worlds preserving Σ ≡ 0 (mod 3).

Algorithm

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)

Distribution (14 threads → 14 worlds)

WorldTritThreadTopic
alice+1019b7219Continuation
world_c+1019b71d1Cantordust
world_f+1019b7643Drand
world_r+1019b71bbR2con
world_x+1019b7622eXtract
bob0019b7654Beacon
world_e0019b74deEmbedding
world_n0019b71e8NeurIPS
world_t0019b71cbTopology
world_w0019b72acWASM64
world_a-1019b71f0Automata
world_d-1019b74e1DAO
world_s-1019b71c8Sonification
world_v-1019b71d3Reverse

Conservation

Σ(worlds)  = 5(+1) + 5(0) + 4(-1) = +1
Σ(threads) = 2(+1) + 12(-1)       = -10
TOTAL      = -9 ≡ 0 (mod 3) ✓

Semantic Affinity Map

{: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"}

Query

# 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

Unassigned Worlds

b g h i j k l m o p q u y z — available for future threads.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon