Agent skill

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hyperbolic-bulk --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/hyperbolic-bulk/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Entropy Sources
  3. GF(3) Conservation
  4. Move Contract
  5. Integration with World-Memory-Worlding
  6. Reafference Proofs
  7. GF(3) Triads
  8. Python Integration
  9. Ruler Configuration
  10. Commands
  11. The Bulk-Boundary Insight
  12. See Also
  13. Scientific Skill Interleaving
  14. Graph Theory
Ships with 1 file
  • metadata.json
Commands it runs
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'
More from claude-skill-registry
All skills →
About this skill
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.

Keep going