Show HN: Destiny – Claude Code's fortune Teller skill
Destiny is a fortune-telling skill for Claude Code that computes personalized readings using classical East Asian metaphysical systems. It calculates a user's birth chart based on their birth date, time, city, and gender, then generates daily fortunes and life insights. The system uses deterministic methods for chart calculation while relying on Claude for interpretive prose.
- ▪The Destiny skill uses the Four Pillars of Destiny, a perpetual lunar calendar, and the I-Ching to generate readings.
- ▪Birth data is stored locally in ~/.destiny/profile.json and used to compute an eight-character birth chart.
- ▪The system performs true solar time correction and accounts for Korean Daylight Saving Time for births between 1987 and 1988.
- ▪Only the interpretive prose is generated by Claude; the underlying calculations are deterministic and verifiable.
- ▪All computations occur locally without reliance on external APIs or web scraping.
Opening excerpt (first ~120 words) tap to expand
destiny A real fortune-telling skill for Claude Code. Not a horoscope generator. The numbers are computed; only the interpretation is generative. Quick start /plugin marketplace add xodn348/destiny /plugin install destiny@destiny-marketplace /destiny That's it. The first call asks for your birth date, time, city, and gender — once. Every call after is just /destiny. How it flows Claude Code │ ▼ destiny plugin ← installed once via /plugin install │ ▼ /destiny skill ← invoked any time │ ▼ your birth date ← asked once, saved to ~/.destiny/profile.json │ ▼ destiny of the day ← personalized: today's fortune + life reading What you get Each /destiny produces a two-section reading: 🔮 Today's Fortune — a short prose reading of today against your birth chart, with five-category stars (overall,…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News: Front Page.