Provides Dreamlink's core domain expertise for dream interpretation with biblical references, symbolism analysis, gematria, and reading-level-appropriate explanations. Triggers on dream interpretation, biblical symbolism, dream analysis, reading levels, gematria, and dream symbols.
This skill provides the foundation for all Dreamlink dream interpretation capabilities. It manages:
This skill is the primary composition partner for all other Dreamlink skills (analysis, guidance, interpretation, etc.).
Dreamlink uses a 4-tier reading level system to adapt explanations:
RADIANT_CLARITY (3rd grade, ~8-9 years old)
CELESTIAL_INSIGHT (8th grade, ~13-14 years old)
PROPHETIC_WISDOM (12th grade, ~17-18 years old)
DIVINE_REVELATION (scholarly/academic)
Each symbol in dream-symbols.json contains:
Themes in bible-crossrefs.json organize scripture by dream context:
Gematria (Hebrew numerology) is included for symbols with numerical significance:
This skill provides reference data and interpretation frameworks. Other skills use it by:
Never dump all references at once. Instead:
Example flow for "Water" symbol:
User: "I dreamed of crossing a river"
→ Symbol: Water (category: Nature)
→ Meanings: Change, cleansing, boundary, emotional depth
→ Biblical: Crossing the Red Sea (Exodus 14), Baptism (Matthew 3:16)
→ Archetype: The Journey (crossing a threshold)
→ [Only add gematria if asked or if river was specifically mentioned as "40 cubits"]
Prompt modifiers for each reading level are in reading-levels.json:
When analyzing a dream:
// 1. Identify symbols in dream narrative
const symbolsInDream = ["water", "bridge", "stranger"];
// 2. Load dream-symbols.json
// 3. Look up each symbol
// 4. Apply reading level from reading-levels.json
// 5. Filter biblical references relevant to dream's emotional tone
// 6. Load archetype patterns from archetypes.json
// 7. Compose response with progressive disclosure
When a dream carries emotional weight:
Identify the primary theme - What is the dreamer seeking?
Cross-reference with symbols - Do the symbols and theme align?
Load bible-crossrefs.json for that theme
Select most relevant verses for the dreamer's context
Explain the connection in the reading level chosen
The analysis skill handles the computational dream parsing. This skill provides:
The guidance skill generates advice. This skill provides:
The interpretation skill layers meaning. This skill provides:
When a user provides a dream:
Dream: "I was climbing a mountain made of stone, and there was a door at the top."
1. Symbol identification: Mountain, Stone, Door
2. Emotional tone: Determined, hopeful (suggests Guidance/Direction theme)
3. Reading level: CELESTIAL_INSIGHT (user's preference)
3. Load references:
- dream-symbols.json: Mountain, Stone, Door entries
- bible-crossrefs.json: Guidance/Direction theme
- reading-levels.json: CELESTIAL_INSIGHT modifiers
4. Compose response:
- "Mountains in dreams often represent challenges or spiritual elevation..."
- "In scripture, Mt. Sinai (Exodus 19), Mt. Moriah (Genesis 22)..."
- "The door suggests a threshold or new opportunity..."
- "Psychologically, the Hero archetype appears here - your journey toward transformation..."
5. Inject reading level:
- Use CELESTIAL_INSIGHT vocabulary throughout
- Include balanced detail with analogies
- Mix practical and spiritual perspective
All biblical references are verified against:
When building skills that compose with this one:
dream-symbols.json as authoritative - don't generate symbol meaningsbible-crossrefs.json - they're curated