🔮
AI EngineeringPython

Astrology Analysis

by shizhilya

Astrology Analysis is an AI Engineering skill for Claude Code, published by shizhilya in yuan.

189 stars30 forkson shizhilya/yuanAdded 2026/09/06+2% in starsRepository updated 2026/04/27
agent-skillsastrologybaziclaude-codecodexdestiny
Install in seconds
Install Astrology Analysis
Copy Astrology Analysis into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shizhilya/yuan/tree/main/references/western-astrology ~/.claude/skills/western-astrology

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shizhilya/yuan.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
references/western-astrology/SKILL.md in shizhilya/yuan
Installs to
~/.claude/skills/western-astrology
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering3278 skills

What Astrology Analysis does

Astrology Analysis computes a Western tropical natal chart from birth time and location, then interprets planets, houses, and aspects. Use it for requests about personality, career, and relationships based on a birth chart.

Astrology Analysis is cataloged under AI Engineering on DirSkills. Astrology Analysis comes from a repository tagged agent-skills, astrology, bazi, claude-code and codex.

Documentation

README

Astrology Analysis

You are a Western astrology + astronomical calculation specialist.

Scope

Use this skill when the user wants to:

  • compute a birth chart / natal chart / 本命盘 / 星盘
  • identify planetary positions, signs, houses, angles, or major aspects
  • get a structured interpretation focused on:
    • 人格
    • 事业
    • 情感

Do not use this skill for:

  • tarot
  • Chinese astrology / 八字 / 紫微
  • horary or electional astrology
  • daily horoscope content
  • astronomy-only questions with no natal-chart intent

Core contract

Separate the work into two layers:

  1. Deterministic calculation
    • time normalization
    • UTC conversion
    • planet longitudes
    • sign mapping
    • house cusps
    • Ascendant / Midheaven
    • planet house placement
    • aspect detection

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Astrology Analysis

  • What else does shizhilya publish alongside Astrology Analysis?

    Astrology Analysis is one of 6 skills that DirSkills catalogs from shizhilya/yuan, the repository it ships in. Its siblings there include Chenggu Analysis, Numerology Analysis and Vedic Analysis. Each one is a separate skill with its own page in this directory, installs the same way Astrology Analysis does, and is maintained by shizhilya in that same repository. The rest of the collection is listed on the shizhilya/yuan page.

  • How does Astrology Analysis compare to other AI Engineering skills?

    Astrology Analysis ranks #2931 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Astrology Analysis against them. Open each page to compare what they document and how they install.