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.mdsource 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
| Pillar | Focus | Plurigrid Mapping |
|---|---|---|
| Production | Drill, SMR, renewables | Monte Carlo, |
| Permitting | Streamlined approvals | self-modifying protocols |
| Geopolitical | Counter adversarial supply chains | 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 | ↓Downside | Trit |
|---|---|---|---|
| SMR deployment in Africa | 17 | 15 | +1 |
| Paris withdrawal | 12 | 18 | -1 |
| LNG exports to Europe | 20 | 3 | +1 |
| Critical mineral decoupling | 11 | 14 | 0 |
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
| Skill | Trit | Bridge |
|---|---|---|
| +1 | Production source |
| +1 | On-chain coordination |
| +1 | Deterministic coloring |
| 0 | Self-modifying protocols |
| 0 | Mesh topology |
| -1 | Demand absorption |
| -1 | Settlement extraction |
Triad Conservation
energy-dominance (+1) + autopoiesis (0) + solver-fee (-1) = 0 ✓
References
- Executive Order 14213 - National Energy Dominance Council
- PLURIGRID_ENERGY_DOMINANCE_AGENDA.md
- multiverse_v3.move
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.