使用传统吠陀占星(Vedic astrology)流程“星盘 → Nakshatra → Vimshottari Dasha”分析出生信息,输出只含“业力”和“阶段”的结构化 JSON。Use when a user asks for Vedic astrology, Nakshatra, Janma Nakshatra, Dasha, Vimshottari, karmic themes, or life-stage interpretation from birth data. Do not use for Western astrology-only requests or for scientific proof claims.
npx skills add https://github.com/shizhilya/yuan --skill vedic-analysis
把用户提供的出生资料或已计算星盘资料,按照传统吠陀占星顺序 星盘 → 星宿(Nakshatra)→ Vimshottari Dasha 进行分析,并返回结构化结果。
除非用户明确要求额外解释,否则默认只输出一个 JSON 对象,顶层只有 业力 和 阶段 两个键。
依据 或 完整度 中标注不确定性。先整理用户输入,判断当前是否足以确定:
如果当前环境没有可靠的星历/占星计算能力,而用户也没有提供已计算好的关键资料,则不要硬算。只基于用户已给出的数据继续分析,并明确说明限制。
依据月亮的 Nakshatra(必要时细化到 Pada)提炼:
如果有补充资料,可进一步参考:
默认使用 Vimshottari Dasha。
必须掌握的规则:
Ketu 7 → Venus 20 → Sun 6 → Moon 10 → Mars 7 → Rahu 18 → Jupiter 16 → Saturn 19 → Mercury 17
如果无法可靠推出精确日期,也要给出阶段主题判断,同时把 时间精度 标成 估算 或 无法计算。
返回 且只返回 一个 JSON 对象,顶层只允许以下两个键:
{
"业力": {},
"阶段": {}
}
推荐使用这个扩展结构:
{
"业力": {
"核心牵引": "",
"天赋模式": [],
"障碍模式": [],
"修正方向": [],
"依据": {
"月亮星宿": "",
"Pada": "",
"守护星": "",
"补充因子": []
},
"完整度": "高|中|低"
},
"阶段": {
"当前大运": {
"名称": "",
"起止": "",
"主题": []
},
"当前子运": {
"名称": "",
"起止": "",
"主题": []
},
"阶段说明": [],
"注意事项": [],
"依据": {
"系统": "Vimshottari Dasha",
"起运依据": "",
"时间精度": "精确|估算|无法计算"
}
}
}
完整度。无法计算。null、空数组,或简短说明如 依据不足。只在需要时再读取以下文件,避免把全部细节都塞进当前上下文:
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take shizhilya/vedic-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.