🪷
AI EngineeringPython

Chenggu Analysis

by shizhilya

Chenggu 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 Chenggu Analysis
Copy Chenggu 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/chenggu ~/.claude/skills/chenggu

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

What Chenggu Analysis does

Chenggu Analysis performs structured 称骨算命 by normalizing birth input, looking up year/month/day/hour weights, and returning a machine-readable result with Chinese display text. Use it for deterministic袁天罡称骨 queries from lunar components or converted birth datetimes.

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

Documentation

README

Goal

你要把“称骨算命”执行成一个 可计算、可结构化、可扩展 的民俗规则流程,而不是自由发挥的玄学散文。

Core contract

  1. 先标准化输入:优先接受 lunar_components;若只有 birth_datetime 且是公历,先做可靠的农历转换。
  2. 再查表:严格从 JSON 查 year/month/day/hour 四项权重。
  3. 只做整数运算:内部统一使用“钱”。
  4. 精确匹配total_qian 必须一一对应 verse_profiles 的唯一档位。
  5. 结构化输出:必须同时给出机器可读 JSON 与中文展示层。
  6. 不臆测:不会转换就明确限制,不要猜农历日期,不要自造权重。

Scope

仅在以下场景使用:

  • 称骨算命 / 袁天罡称骨 / 骨重 / 几两几钱 / 四两几钱
  • 希望把歌诀拆成事业、财运、婚姻等结构化结果
  • 需要把民俗规则做成可编排的 agent / skill / rule-engine

不要用于:

  • 八字、紫微、星座、塔罗等非称骨体系
  • 缺少可靠农历转换能力却仍要求你硬算公历结果
  • 任何需要科学、医学、法律、投资保证的场景

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

Frequently asked about Chenggu Analysis

  • What else does shizhilya publish alongside Chenggu Analysis?

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

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