🔢
AI EngineeringPython

Numerology Analysis

by shizhilya

Numerology 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 Numerology Analysis
Copy Numerology 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/numerology ~/.claude/skills/numerology

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/numerology/SKILL.md in shizhilya/yuan
Installs to
~/.claude/skills/numerology
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering3278 skills

What Numerology Analysis does

Numerology Analysis computes deterministic symbolic numbers from a person's name and birthdate. Use it for structured numerology requests when you want JSON based on fixed mappings only.

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

Documentation

README

Purpose

Return a numerology analysis using only the symbolic rules in this skill. The result must be deterministic, reproducible, and limited to symbolic mappings.

Accepted input

Accept either:

  1. A JSON object:

    {
      "input": {
        "name": "",
        "birthdate": ""
      }
    }
    
  2. A natural-language request that clearly includes both a name and a birthdate.

If one field is missing, ask only for the missing field. If the birthdate is ambiguous (for example 03/04/2001), ask for ISO YYYY-MM-DD before computing.

Flow

  1. Calculate
  2. Map
  3. Output

Rules

1) Normalize birthdate

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

Frequently asked about Numerology Analysis

  • What else does shizhilya publish alongside Numerology Analysis?

    Numerology Analysis is one of 6 skills that DirSkills catalogs from shizhilya/yuan, the repository it ships in. Its siblings there include Astrology Analysis, Chenggu Analysis and Vedic Analysis. Each one is a separate skill with its own page in this directory, installs the same way Numerology 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 Numerology Analysis compare to other AI Engineering skills?

    Numerology Analysis ranks #2948 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 Numerology Analysis against them. Open each page to compare what they document and how they install.