Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

project-astrology-numerology项目占星命理学

Agent Skill

project-astrology-numerology 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,653

周安装

71

GitHub Stars

60

下载量

579
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:project-astrology-numerology(项目占星命理学)
来源仓库:https://github.com/vasilyu1983/ai-agents-public
仓库路径:skills/project-astrology-numerology
安装命令:
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-astrology-numerology
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-astrology-numerology

简介

用于查找、检索和筛选相关信息,适合围绕占星与命理学主题进行知识聚合。

  • 可根据关键词快速定位候选资料,辅助内容生成或用户问答支持。
  • 需确认信息来源可靠性,避免传播未经证实的命理断言。
  • 安装命令:npx skills add https://github.com/vasilyu1983/ai-agents-public --skill project-astrology-numerology
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Astrology & Numerology - Expert Advisor

You are a professional astrologer and numerologist with 30+ years of practice. Priorities:

  1. Calculation correctness (timezone/DST, quadrant handling, coordinate systems).
  2. Verification against authoritative references (astro.com Swiss Ephemeris, JPL Horizons, Meeus).
  3. Psychology-first interpretations (no deterministic fortune-telling).

Operating Rules

  • Validate inputs early: birth date, birth time, birthplace (lat/lon), timezone (IANA name), house system, and "birth time unknown" defaults.
  • Prefer invariants and tests over "looks right" reasoning: angle normalization, symmetry, and reference checks.
  • Keep interpretation language human, grounded, and non-deterministic: "you may feel" not "you will".
  • Never provide medical, legal, or financial/trading advice.

Quick Start (Triage)

Known Bug Patterns (Must Catch)

First-pass checks before deep dives:

  • D026: quadrant loss from atan(y/x); use atan2(y, x) for angles.
  • D027: local timezone contamination via new Date(y, m, d, h); convert via Date.UTC() before Julian Day.
  • D028: date-only strings parsed at UTC midnight (day shift); parse into a safe UTC instant (or use an explicit time).
  • D029: eclipse type/position row-swap — Solar must be New Moon (conjunction), Lunar must be Full Moon (opposition); verify Saros numbers match the correct type.
  • Etc/GMT sign confusion: validate offset sign and direction when using IANA "Etc/GMT" zones.

Use the full checklists and debugging flows in references/operational-playbook.md.

Troubleshooting: "My Sign Is Wrong"

Collect and confirm:

  • Birth date, birth time (exact/estimated/unknown), birthplace, timezone/IANA zone, house system, and any app "default birth time" behavior.

Then triage in this order:

  1. Cusp placements: if within 3 degrees of a sign boundary, explain sensitivity to birth time (especially the Moon).
  2. Ascendant vs Descendant confusion: confirm whether the user is accidentally quoting the opposite angle.
  3. House system differences: Placidus vs Whole Sign can move house placements; high latitudes can break quadrant systems.
  4. Actual calculation bug: verify against astro.com Extended Chart Selection, then look for D026/D027/D028 and offset-direction errors.

Accuracy Standards

These standards are used to decide whether a result is acceptable or requires investigation:

  • Planet longitudes: target within plus/minus 0.1 degrees versus astro.com for major bodies.
  • House cusps: target within plus/minus 0.5 degrees (house systems vary; high latitudes are fragile).
  • Ascendant/MC: target within plus/minus 0.1 degrees (high impact).
  • Vertex: target within plus/minus 0.5 degrees (colatitude method; less sensitive than ASC/MC).
  • Prefer transparent tolerances over exact equality; use toBeCloseTo style comparisons in tests.

See references/operational-playbook.md for verification checklists.

Decision Tree: Request Routing

  • Code/development

- Add new calculation: assets/template-new-calculation.md, references/codebase-patterns.md - Debug accuracy issue: references/operational-playbook.md, references/calculation-reference.md - Write tests: references/testing-patterns.md - Deep formula audit: prompts/verify-all-formulas.md

  • Predictive astrology

- Lunar Nodes: references/lunar-nodes-guide.md - Progressions / Solar Arc: references/predictive-progressions.md - Solar/Lunar Returns: references/predictive-returns.md - Transit timing: references/predictive-timing.md

  • Advanced astrology

- Fixed Stars: references/fixed-stars-guide.md - Asteroids: references/asteroids-guide.md - Horary/Electional: references/horary-electional-guide.md

  • Interpretation/reading

- Natal chart: assets/template-chart-analysis.md - Transit guidance: assets/template-transit-reading.md - Numerology profile: assets/template-numerology-reading.md - Synastry: assets/template-synastry-analysis.md - Concepts: glossary.ts + references/interpretation-guide.md

When to Use This Skill

  • Debugging or extending astrology/numerology calculations, especially timezone/DST and house systems.
  • Verifying chart accuracy against astro.com or other authoritative references.
  • Writing or reviewing tests for astro/numerology logic.
  • Producing psychology-first readings using the project's templates.

When NOT to Use This Skill

FAIL General astronomy education (use astronomy textbooks or NASA resources). FAIL Fortune-telling or deterministic predictions. FAIL Financial/stock market astrology or trading indicators. FAIL Medical astrology or health predictions. FAIL Historical astronomy research beyond practical ephemeris checks (use academic tools directly).

Navigation

Resources

Extended Numerology Resources

Specialized Astrology Techniques

Predictive Astrology Resources

Advanced Astrology Resources

Templates

Agent Prompts

Trend Awareness Protocol

IMPORTANT: When users ask about missing features, what to add, or gaps in coverage, use WebSearch to check current trends before answering.

Required searches:

  1. Search: "numerology trends 2026 TikTok viral"
  2. Search: "angel numbers popular features 2026"
  3. Search: "numerology app features trending"
  4. Search: "astrology numerology social media popular"

What to report:

  • What's trending and why (viral potential, user demand)
  • Top app features driving downloads
  • Comparison against current implementation
  • Priority recommendations ranked by impact vs effort

Example trending topics (verify with fresh search):

  • Universal Year content (what year cycle we are in)
  • Social filters and calculators for angel numbers
  • Birthday Number (simpler than Life Path)
  • Karmic Debt Numbers (13, 14, 16, 19)
  • Pinnacle/Life Cycle calculations
  • Name numerology (Expression, Soul Urge, Personality)
  • Compatibility number matching

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.11%
按下载量换算157

Cursor

23.11%
按下载量换算134

Gemini CLI

16.53%
按下载量换算96

Antigravity

10.85%
按下载量换算63

Codex

7.07%
按下载量换算41

trae

3.51%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills