astrology-lens-decans-36-faces

/home/avalon/.hermes/skills/astrology/astrology-lens-decans-36-faces/SKILL.md · raw

Astrology Lens — Decans / 36 Faces

A lens, not a full reading. Maps every planetary placement to its decan (face), pulls the corresponding wiki page from astro-sources-wiki, and emits structured claims with citations.

Lens contract

Input: chart JSON from astral-chart-api.

Output:

{
  "lens": "decans-36-faces",
  "version": "0.1.0",
  "claims": [
    {"kind": "decan", "body": "Sun", "sign": "Libra", "degree": 2.84, "face": "libra-i", "ruler_face": "Moon", "title": "Libra I — The Iron Spike"},
    {"kind": "decan-emphasis", "face": "libra-i", "bodies": ["Sun"], "weight": "high"},
    {"kind": "decan-cluster", "face": "scorpio-i", "bodies": ["Venus", "Jupiter"], "weight": "main-theme"}
  ],
  "citations": [
    {"base": "astro-sources", "page": "concepts/libra-i"},
    {"base": "astro-sources", "page": "concepts/scorpio-i"}
  ]
}

Do not emit prose.

Decan boundaries (tropical, Chaldean order)

Each sign splits into three 10° faces, ruled by the Chaldean planetary sequence starting from the sign's traditional element-leader. The skill follows the Coppock 36 Faces convention; the exact face-ruler table is encoded on each wiki page.

Naming: <sign>-i (0°00′–9°59′), <sign>-ii (10°00′–19°59′), <sign>-iii (20°00′–29°59′).

Source pages

All decan content lives at /home/avalon/astro-sources-wiki/concepts/<sign>-<face>.md (already populated). Reference index pages:

Query via the llm-wiki skill with base=astro-sources.

Method

  1. For each priority body (Sun, Moon, Asc, MC, chart ruler, all seven traditional planets, optionally outer planets + Nodes): - Compute degree within sign → resolve to face (-i / -ii / -iii). - Load wiki page concepts/<sign>-<face>.md. - Emit kind: decan claim with body/sign/degree/face/title + citation.

  2. After all bodies mapped, look for clusters: any face holding ≥2 priority bodies → emit kind: decan-cluster claim with weight: main-theme.

  3. For Sun/Moon/Asc emit kind: decan-emphasis with weight: high regardless of cluster status.

  4. For tight conjunctions across a decan boundary (within 2°), emit a kind: decan-bridge claim noting both faces.

Hard rules

Pitfalls

Verification