Claude-skill-registry braindance-worlds

GF(3)-conserved distribution of Claude threads across Aptos worlds

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/braindance-worlds" ~/.claude/skills/majiayu000-claude-skill-registry-braindance-worlds && rm -rf "$T"
manifest: skills/data/braindance-worlds/SKILL.md
source content

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.