aethermoor-lore
Reference and generate Aethermoor world lore, characters, locations, magic systems, and story canon. Use when writing dialogue, scenes, world-building content, NPC backstories, quest text, or any narrative content for the Aethermoor game.
Best use case
aethermoor-lore is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Reference and generate Aethermoor world lore, characters, locations, magic systems, and story canon. Use when writing dialogue, scenes, world-building content, NPC backstories, quest text, or any narrative content for the Aethermoor game.
Teams using aethermoor-lore should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/aethermoor-lore/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How aethermoor-lore Compares
| Feature / Agent | aethermoor-lore | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Reference and generate Aethermoor world lore, characters, locations, magic systems, and story canon. Use when writing dialogue, scenes, world-building content, NPC backstories, quest text, or any narrative content for the Aethermoor game.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Aethermoor Lore
## World
Aethermoor is a realm of floating islands suspended in purple twilight, connected by crystalline data lattices called the AetherNet. The world exists inside protocol space -- reality here is authorization-dependent and existence is continuously verified through the Six Sacred Tongues.
### Key Locations
| Location | Description | Tongue Affinity |
|----------|-------------|-----------------|
| **Avalon Academy** | Training grounds for new arrivals, lecture halls carved into floating stone | KO (Authority) |
| **Spiral Spire** | Towering research facility, dimensional experiments | CA (Compute) |
| **Timeless Observatory** | Time manipulation research, temporal governance | RU (Policy) |
| **World Tree (Pollyoneth)** | Ancient tree connecting all islands, Polly's archive | DR (Schema) |
| **Starter Village** | Where isekai'd travelers first arrive, safe zone | AV (Transport) |
| **Shadow Depths** | Underground dungeon network, corrupted protocols | UM (Security) |
| **Guild Hub** | Central overworld hub with shops, NPCs, quests | All |
### Cosmology
- Islands float on currents of governance energy
- Distance between islands = hyperbolic distance in Poincare ball
- The boundary of the ball = infinite cost = the Void
- Adversarial intent pushes you toward the boundary (exponential cost)
- The Harmonic Wall (`H(d) = R^(d^2)`) is a literal force field protecting safe zones
## Characters
### Protagonist
**Izack (Marcus Chen's son)** -- A systems architect from Earth who wakes in Aethermoor after reading a mysterious book. Dimensional storage mage, research scholar. Starts as "Undecided" class, chooses identity through gameplay.
### Party Members
| Character | Role | Tongue | Personality |
|-----------|------|--------|-------------|
| **Polly** | Raven familiar | DR | Sarcastic, wise, Fifth Circle Keeper of the Archives. Monitors the AetherNet from the Wingscroll Archive. "CAW! You were expected." |
| **Clay** | Sand golem | CA | Enthusiastic, loyal, earth elemental study buddy. Communicates through grinding noises and occasional words. |
| **Eldrin** | Cartographer | AV | Quiet, precise, dimensional navigation expert. Maps the gaps between islands. |
| **Aria** | Warrior-scholar | RU | Fierce, principled, boundary magic + mathematics. Enforces policy through combat. |
| **Zara** | Dragon-blooded engineer | CA | Inventive, intense, fire + code. Builds machines from governance protocols. |
| **Kael Nightwhisper** | Izack's son | UM | Prodigal shadow mage, torn loyalties. Found in the Shadow Depths. |
### Character Voice Examples
**Polly**: Always starts with "CAW!" or a bird-related quip. Uses protocol terminology as idioms. "Your authorization level is... adequate. Barely."
**Clay**: Short sentences, earthy metaphors. "*happy grinding noises* Clay... help. Clay strong."
**Eldrin**: Maps and distances. "The gap between these islands is 3.7 hyperbolic units. Crossable, but the toll is steep."
**Aria**: Mathematical precision. "The boundary holds at epsilon < 0.001. We're safe -- for now."
## Magic System: Six Sacred Tongues
Each tongue is a programming language for reality. Learning a tongue = gaining governance authority in that domain.
| Tongue | Full Name | Domain | Weight (phi) | Color |
|--------|-----------|--------|-------------|-------|
| **KO** | Kor'aelin | Authority / Control | 1.00 | Red |
| **AV** | Avali | Transport / Messaging | 1.62 | Cyan |
| **RU** | Runethic | Policy / Constraints | 2.62 | Gold |
| **CA** | Cassisivadan | Compute / Encryption | 4.24 | Green |
| **UM** | Umbroth | Security / Secrets | 6.85 | Purple |
| **DR** | Draumric | Schema / Authentication | 11.09 | Orange |
### Type Effectiveness (Combat)
KO beats AV, AV beats CA, CA beats DR, DR beats RU, RU beats UM, UM beats KO.
### Proficiency
Characters grow tongue proficiency (0.0 to 1.0) through choices, battles, and study. Mastering a tongue unlocks new spells and governance authority.
## Evolution System (Digimon-style)
| Stage | Description |
|-------|-------------|
| Fresh | Just arrived / hatched |
| Rookie | Learning basics, one tongue emerging |
| Champion | Mid-tier, one tongue mastered |
| Ultimate | Strong, multiple tongues |
| Mega | Fully evolved |
| Ultra | Transcendent (post-game) |
### Growth Paths
- **Architect**: Builder path, high wisdom/defense, CA+DR focus
- **Berserker**: Combat path, high attack/speed, KO+UM focus
- **Corrupted**: Shadow path, unbalanced stats, all tongues but unstable
## AetherNet (The Pseudo-Internet)
The crystalline data lattice connecting all floating islands. In-world, it's a network where:
- NPCs communicate across islands
- Training data flows from player choices to the World Tree
- TV broadcasts ("AetherTV") show news, game events, player achievements
- The SCBE governance pipeline filters all traffic through the Sacred Tongues
- n8n workflows are the "routing protocols" of the AetherNet
### AetherTV Channels
- **Aethermoor News**: World events, player choices broadcast as news
- **Battle Arena**: Live battle reports and rankings
- **Tongue Academy**: Educational content about the Sacred Tongues
- **Shadow Watch**: Security alerts from the depths
## Combat System
Battles = debugging operations against digitized system bugs.
### Debug Actions (Attack Types)
| Action | Strong Against | Description |
|--------|---------------|-------------|
| ASSERT_STATE | null_pointer | Verify and fix state |
| SANITIZE_INPUT | cross_boundary | Clean bad data |
| LOCK_THREAD | race_condition | Synchronize operations |
| FLUSH_CACHE | memory_leak, float_precision | Clear corrupted memory |
| RECOMPILE | float_precision | Rebuild from source |
| ROLLBACK | forked_state | Restore to good state |
| REFACTOR | forked_state | Restructure code paths |
| ISOLATE_PROCESS | race_condition, memory_leak | Quarantine the bug |
### Boss Fights = Math Problems
Boss monsters encode math problems as quadratic coefficients. Solving the equation = finding the attack pattern that defeats them. "Dungeon breaks" are adversarial variants with poisoned premises.
## Story Arc
1. **Earth Life**: Izack is a systems architect, finds a mysterious book
2. **Transit**: Reality collapses, falls through protocol space
3. **Arrival**: Wakes on floating island, meets Polly and Clay
4. **Academy**: Learns the Sacred Tongues, chooses class identity
5. **Exploration**: Discovers the overworld, guild hub, other islands
6. **Dungeons**: Tower climbing, floor-by-floor monster debugging
7. **Shadow Depths**: Finds Kael, confronts corrupted protocols
8. **World Tree**: Final challenge at Pollyoneth, full tongue mastery
## Training Data Integration
Every gameplay action generates real training data:
- **Choices**: SFT pairs (context + chosen response)
- **Battles**: DPO pairs (winning vs losing strategies)
- **Evolution**: Curriculum progression data
- All data flows through SCBE governance pipeline before reaching HuggingFace
- The Harmonic Wall ensures nothing dangerous vectors through
## Writing Guidelines
- Pokemon Ruby-era tone: earnest, slightly dramatic, sense of wonder
- Keep dialogue short (GBA text box length ~3 lines)
- Every location should feel like it maps to a real system concept
- Magic is protocol architecture, not folklore spellcraft
- Use the Sacred Tongue names naturally in dialogue
- NPCs should reference the AetherNet like we reference the internetRelated Skills
scbe-world-anvil-lore-rag-7th-tongue
Build and operate a lore-focused RAG system using World Anvil exports and SCBE docs, with deterministic Claude/Codex cross-talk packets for handoff. Use when users ask to structure lore canon retrieval, sync worldbuilding data, enforce citation-grounded generation, or coordinate a 7th Tongue overseer lane across multiple AI agents.
scbe-training-pair-authoring
Create prompt and response and metadata training pairs from SCBE documents, repair traces, terminal sessions, and operational workflows using the repository's canonical dataset contract and provenance rules.
scbe-spin-conversation-engine
Generate SFT training data via radial matrix conversation pivots with D&D-style combat research mode. Produces diverse, cost-effective training pairs with Sacred Tongue encoding, golden spiral problem distribution, and harmonic re-attunement.
scbe-research-training-bridge
Stage arXiv evidence and Obsidian markdown into source-grounded Hugging Face training bundles for research, review, and later SFT runs.
scbe-document-management
Consolidate overlapping docs, classify files by authority, and keep SCBE repo documents aligned with runtime truth. Use when the repo has drift between canonical docs, public docs, proposal notes, research branches, and generated evidence.
scbe-colab-bridge
Control Google Colab notebooks from Claude Code via Chrome extension. Execute cells, run terminal commands, read outputs, and manage GPU compute remotely.
scbe-claim-to-code-evidence
Map SCBE Notion technical claims, proof pages, and patent-facing architecture notes to concrete repository evidence such as code paths, tests, demos, and docs. Use when Codex needs to build a due-diligence packet, claim-to-code audit, implementation crosswalk, patent support note, or proof summary from local Notion exports and repo artifacts.
scbe-autonomous-worker-productizer
Turn SCBE automation, autonomous worker, and revenue-system notes into concrete offers, workflow packs, pilot plans, or SaaS-facing product packets. Use when Codex needs to package Notion automation pages into buyer-ready offerings, n8n/Zapier workflow designs, flock-backed worker systems, or implementation roadmaps tied to existing SCBE repo surfaces.
multi-agent-cloud-offload
Deterministically sort, bundle, verify, and offshore local files through multiple AI/model lanes while capturing training rows and method evidence. Use when Codex needs to inventory folders, batch-process files, upload them to cloud targets such as rclone-backed Google Drive, Hugging Face, or GitHub, and only delete sources after the configured number of verified targets succeed.
long-form-work-orchestrator
Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.
scbe-code-scanning-ops
Operate GitHub code scanning and CodeQL remediation for SCBE repositories. Use when triaging code-scanning alerts, mapping alert classes to fix patterns, validating targeted regressions, or wiring dedicated CodeQL workflows and runbooks into the repo.
cloud-storage-local-storage-management
Audit, sort, route, and back up large Windows workspaces across local disks and cloud-sync folders without recursive mirror failures. Use when the user wants the filesystem cleaned up, cloud storage organized, backup targets chosen by free space and route quality, or hardware/storage bottlenecks identified before moving data.