← ClaudeAtlas

numerologylisted

Compute a numerology report offline from a birth date (and optional full name). Generates the Moolank (psychic/birth number), Bhagyank (destiny/life-path number), Naamank (name number in Chaldean and/or Pythagorean systems), ruling planets, number compatibility via planetary friendships, the Lo Shu grid with strength/weakness arrows, an optional personal-year theme, lucky attributes (gemstone/day/colors), and a name-correction hint. Pure Python standard library — no ephemeris, no network, no dependencies. Use when the user says numerology, ank jyotish, life path number, destiny number, moolank, bhagyank, naamank, name number, lo shu grid, lucky number, numerology report, personal year, Chaldean, Pythagorean, or name correction.
samarth1106/vedic-astrology-skill · ★ 0 · Data & Documents · score 72
Install: claude install-skill samarth1106/vedic-astrology-skill
# Numerology (Ank Jyotish) Offline numerology calculator. All math runs locally in pure Python — **only the standard library, no ephemeris, no API keys, no network**. This module inherits the repository's **AGPL-3.0** license. > **Disclaimer — state this to the user when presenting results.** This skill is > for cultural, educational, and entertainment purposes only. It is **not > predictive** and must not be used for medical, financial, legal, or other > consequential decisions. ## Required & optional inputs | Input | Format | Required | Notes | |-------|--------|----------|-------| | Date | `YYYY-MM-DD` | **Yes** | Date of birth. Drives Moolank, Bhagyank, Lo Shu. | | Name | `"Full Name"` | No | Enables Naamank, compatibility, name-correction. | | Year | `YYYY` | No | Enables the personal-year theme. | Only the date is required. Everything else degrades gracefully when omitted. ## The two name-number systems - **Chaldean** — ancient system, values 1–8 only (no letter is assigned 9). Reports the *compound* number first, then reduces to a single digit. - **Pythagorean** — modern A=1…I=9, J=1…R=9, S=1…Z=8 system. Default `--system both` reports both. The first requested system is used for the compatibility and name-correction logic. ## Routing — running the script One script, `scripts/numerology.py`. It prints a clean text report by default and accepts `--json` for machine-readable output. ```bash cd scripts # Full report (date + name + personal year, both syst