hyperbolic-bulk
On-chain GF(3) entropy storage via Aptos Move - bulk-boundary correspondence where entropy lives in the interior and observables project to agents
npx skills add majiayu000/claude-skill-registry --skill hyperbolic-bulk --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hyperbolic Bulk Skill **Status**: ✅ Production Ready **Trit**: 0 (ERGODIC - mediates bulk ↔ boundary) **Principle**: AdS/CFT correspondence for entropy **Chain**: Aptos (Move language) --- ## Overview The **Hyperbolic Bulk** implements on-chain entropy storage with GF(3) conservation. Named after the AdS/CFT bulk-boundary correspondence: - **BULK** (interior): Entropy records, triads, reafference proofs - **BOUNDARY** (observable): Agents, skills, colors ``` BOUNDARY (Observable) ┌─────────────────────────────┐ │ Agents │ Skills │ Colors │ └─────────────┬───────────────┘ │ project ▼ ┌─────────────────────────────┐ │ HYPERBOLIC BULK │ │ ┌─────────────────────┐ │ │ │ EntropyRecord │ │ │ │ drand ⊕ eeg ⊕ vrf │ │ │ └──────────┬──────────┘ │ │ ▼ │ │ ┌─────────────────────┐ │ │ │ EntropyTriad │ │ │ │ GF(3) = 0 conserved│ │ │ └──────────┬──────────┘ │ │ ▼ │ │ ┌─────────────────────┐ │ │ │ ReafferenceProof │ │ │ │ predict = observe │ │ │ └─────────────────────┘ │ └─────────────────────────────┘ ``` --- ## Entropy Sources | Source | Type | Property | |--------|------|----------| | **DRAND** | League of Entropy | Public, verifiable, unpredictable | | **EEG** | Brainwave bands | Private, emb
- Overview
- Entropy Sources
- GF(3) Conservation
- Move Contract
- Integration with World-Memory-Worlding
- Reafference Proofs
- GF(3) Triads
- Python Integration
- Ruler Configuration
- Commands
- The Bulk-Boundary Insight
- See Also
- Scientific Skill Interleaving
- Graph Theory
Deploy contract aptos move publish --package-dir hyperbolic_bulk Store entropy aptos move run --function-id 'hyperbolic_bulk::entropy_triads::store_entropy' \ Form conserved triad aptos move run --function-id 'hyperbolic_bulk::entropy_triads::form_conserved_triad' \ Query stats aptos move view --function-id 'hyperbolic_bulk::entropy_triads::get_stats'
What does the hyperbolic-bulk skill do?
On-chain GF(3) entropy storage via Aptos Move - bulk-boundary correspondence where entropy lives in the interior and observables project to agents
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hyperbolic-bulk --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
