vedic-chart-reading

Translate Vedic birth charts into PDF readings with inline citations.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/hionnode/skills --skill vedic-chart-reading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vedic-chart-reading
Source: https://github.com/hionnode/skills/tree/main/astrology
Command: npx skills add https://github.com/hionnode/skills --skill vedic-chart-reading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jinja2, markdown, weasyprint, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill generates a long, traceable Vedic astrology reading grounded in Rao's Parashari framework, delivered as a polished PDF and anchored to a user-provided birth chart.

Core Features & Use Cases

  • Book-grounded interpretations anchored in the Textbook and Lessons, with inline citations after substantive claims.
  • Comprehensive house-by-house + life-area synthesis including a Vimshottari dasha forecast and remedies.
  • PDF rendering pipeline that uses the bundled render script to ensure consistent typography and source-style formatting.

Quick Start

Provide a birth chart (text, image, or software export) and run the renderer to produce a complete PDF reading.

Frequently Asked Questions about vedic-chart-reading

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Vedic chart reading with inline citations from a birth chart export?

To generate a Vedic chart reading, provide a birth chart as structured text, an image, or a software export. The Skill translates it into a long, traceable PDF anchored in Rao's Parashari framework with inline citations to the source books.

Can I create a PDF astrology report using WeasyPrint and Jinja2 from chart data?

Yes, you can create a PDF astrology report using WeasyPrint and Jinja2. The Skill renders a JSON reading via scripts/render_pdf.py, enforcing citation grounding and ensuring consistent typography and source-style formatting.

What is a Vimshottari dasha forecast and how does it work in a Vedic chart reading?

A Vimshottari dasha forecast is a chronological prediction of life events based on planetary periods. In this Skill, it is synthesized alongside a house-by-house analysis and life-area synthesis to provide a complete Vedic chart reading.

Does this Vedic chart reading method require access to Rao's Parashari textbooks?

Yes, this Vedic chart reading method requires access to the two Rao books stored in the references directory. The Skill enforces citation grounding, meaning substantive claims must be anchored to the Textbook and Lessons.

What's the best way to convert a software chart export into a book-grounded Parashari PDF?

The best way to convert a software chart export into a Parashari PDF is to input the structured chart data and run the bundled render script. This produces a book-grounded reading with house analysis, dasha forecasts, and remedies.

Why do I need a JSON reading file before rendering the Vedic astrology PDF?

You need a JSON reading file before rendering the Vedic astrology PDF because the pipeline requires structured data input. The scripts/render_pdf.py tool consumes this JSON to enforce citation grounding and format the final PDF output consistently.