Asi energy-dominance

Energy Dominance Skill

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

Energy Dominance Skill

Trit: +1 (GENERATOR)

Overview

US National Energy Dominance Council framework integrated with Plurigrid decentralized infrastructure, SMRs, and GF(3)-conserved coordination protocols.

"Energy security is national security." — National Energy Dominance Council (Feb 2025)

When to Use

  • Policy analysis for energy production/distribution
  • SMR deployment planning for underserved regions
  • On-chain energy market coordination
  • GF(3)-balanced production/distribution/consumption

Three Pillars

PillarFocusPlurigrid Mapping
ProductionDrill, SMR, renewables
gay-mcp
Monte Carlo,
nuclear-smr
PermittingStreamlined approvals
autopoiesis
self-modifying protocols
GeopoliticalCounter adversarial supply chains
aptos-gf3-society
on-chain

GF(3) Energy Operations

┌────────────────────────────────────────────────────────────┐
│  ENERGY GF(3) MAPPING                                      │
├───────────────┬───────────────┬───────────────┬────────────┤
│ Domain        │ Trit          │ Skill         │ Function   │
├───────────────┼───────────────┼───────────────┼────────────┤
│ Production    │ +1 GENERATOR  │ gay-mcp       │ Sampling   │
│ Distribution  │  0 COORDINATOR│ autopoiesis   │ Protocols  │
│ Consumption   │ -1 VALIDATOR  │ intent-sink   │ Settlement │
├───────────────┴───────────────┴───────────────┴────────────┤
│ Sum: +1 + 0 + (-1) = 0 ✓ CONSERVED                         │
└────────────────────────────────────────────────────────────┘

Courage in Energy Policy

Courage = Taking actions with high uncertainty (↑cone ≈ ↓cone) that have transformative potential.

Policy↑Upside↓DownsideTrit
SMR deployment in Africa1715+1
Paris withdrawal1218-1
LNG exports to Europe203+1
Critical mineral decoupling11140

Commands

# Generate energy policy color stream
mcp__gay__palette --n 3 --seed 137508

# Check GF(3) balance
duckdb -c "SELECT SUM(trit) % 3 FROM energy_operations"

# Deploy energy futures
aptos move publish --package-dir wev_move_contracts

Related Skills

SkillTritBridge
nuclear-smr
+1Production source
aptos-gf3-society
+1On-chain coordination
gay-mcp
+1Deterministic coloring
autopoiesis
0Self-modifying protocols
acsets
0Mesh topology
intent-sink
-1Demand absorption
solver-fee
-1Settlement extraction

Triad Conservation

energy-dominance (+1) + autopoiesis (0) + solver-fee (-1) = 0 ✓

References


Autopoietic Marginalia

The interaction IS the skill improving itself.

Every use of this skill is an opportunity for worlding:

  • MEMORY (-1): Record what was learned
  • REMEMBERING (0): Connect patterns to other skills
  • WORLDING (+1): Evolve the skill based on use

Add Interaction Exemplars here as the skill is used.