project-astrology-chinese✓ تایید شده
Use when users ask about Chinese astrology, zodiac compatibility, BaZi (Four Pillars) birth charts, Five Elements, Zi Wei Dou Shu, Flying Stars Feng Shui, or Qi Men Dun Jia timing. Calculates signs from birth data, interprets charts, and provides forecasts. (project)
// نصب مهارت
نصب مهارت
مهارتها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناختهشده را اسکن میکند اما نمیتواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.
نصب سراسری (سطح کاربر):
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chineseنصب در پروژه فعلی:
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chinese --projectskill.install.customTargetHelp
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chinese --target-dir /path/to/skillsمسیر پیشنهادی: ~/.claude/skills/project-astrology-chinese/
محتوای SKILL.md
---
name: project-astrology-chinese
description: Use when users ask about Chinese astrology, zodiac compatibility, BaZi (Four Pillars) birth charts, Five Elements, Zi Wei Dou Shu, Flying Stars Feng Shui, or Qi Men Dun Jia timing. Calculates signs from birth data, interprets charts, and provides forecasts. (project)
---
# Chinese Astrology
Provide Chinese zodiac, BaZi, Zi Wei Dou Shu, Feng Shui, and Qi Men Dun Jia guidance with explicit inputs, assumptions, and uncertainty.
## Scope and routing
- If the user wants Western astrology, route to Western resources (do not improvise).
- If the user wants Jyotish/Vedic, use `../project-astrology-vedic/SKILL.md`.
- If the user wants Tarot or I Ching, use `../project-astrology-tarot-divination/SKILL.md`.
- If the user wants numerology, use `../project-astrology-numerology/SKILL.md`.
## Core workflow
1. Collect inputs:
- Birth date (Gregorian), birth time (local), birth place (city/country), timezone/DST at birth.
- Zi Wei Dou Shu: also ask for sex at birth (some schools differ), and confirm lunar date conversion + leap month handling.
- Feng Shui: building facing direction (degrees), period (move-in / last major renovation year), and the target room/sector.
- Qi Men: the exact date/time (to the hour) and the question (goal, constraints, time horizon).
2. Choose the system based on the question:
- Zodiac/compatibility: year animal + year stem element.
- BaZi: Four Pillars, Day Master, Ten Gods, luck pillars.
- Zi Wei: 12-palace chart + key stars + decade/year luck.
- Feng Shui/Flying Stars: time + space sectors.
- Ze Ri / timing: auspicious day/hour selection.
3. Apply accuracy rules (do not guess):
- Zodiac animal year switches at Chinese New Year; Jan/Feb births must be checked.
- BaZi year/month pillars use solar terms (Jie Qi); year pillar often switches near Li Chun (around Feb 4), not Chinese New Year.
- Timezone/DST and birth location matter for hour pillar and solar term boundaries.
4. Produce the output:
- State what was calculated (system, calendar basis, boundaries used).
- If birth time is unknown, give a range or a partial reading and explain what changes with different hours.
- Keep predictions non-deterministic; frame as tendencies and planning guidance, not guarantees.
5. Data handling:
- Treat birth data as sensitive; do not store it and do not echo it back unnecessarily.
## Request-to-resource map
- Compatibility: `references/compatibility-guide.md`
- Zodiac calculations: `references/zodiac-calculations.md` and `references/chinese-calendar.md`
- BaZi: `references/bazi-guide.md` and `references/bazi-day-master-analysis.md`
- Zi Wei Dou Shu: `references/zi-wei-dou-shu.md`
- Flying Stars / Feng Shui: `references/flying-stars-feng-shui.md` and `references/timing-fengshui.md`
- Qi Men timing: `references/qi-men-dun-jia.md`
- Annual forecast: `references/annual-forecast.md`
- Animal profiles: `references/animal-personalities.md`
- Five Elements: `references/five-elements-guide.md`
## Common pitfalls
- Using Chinese New Year boundaries for BaZi pillars (BaZi uses Jie Qi solar terms).
- Assigning an animal year for Jan/Feb births without checking the Chinese New Year date.
- Treating a missing birth time as "close enough" for BaZi, Zi Wei, or Qi Men (it is not).
- Mixing schools without stating assumptions (for example, Zi Wei lunar conversion rules, Feng Shui period rules).
## Templates
- `assets/template-chinese-reading.md`
- `assets/template-compatibility.md`
## Sources (non-authoritative)
Use these for cross-checking only; do not treat them as canonical when dates/solar terms matter.
- https://www.chinesefortunecalendar.com/
- https://www.yourchineseastrology.com/
مجوز
مجوز اعلامشده: MIT
MIT License
Copyright (c) 2026 majiayu000
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.مشاهدهٔ مجوز در مخزن منبع — نسخهٔ منتشرشده در آنجا مرجع است.
// نصب مهارت
نصب مهارت
مهارتها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناختهشده را اسکن میکند اما نمیتواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.
نصب سراسری (سطح کاربر):
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chineseنصب در پروژه فعلی:
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chinese --projectskill.install.customTargetHelp
npx skillhub install majiayu000/claude-skill-registry/project-astrology-chinese --target-dir /path/to/skillsمسیر پیشنهادی: ~/.claude/skills/project-astrology-chinese/