init-person

Installation
SKILL.md

Save birth details

Use this skill when the user provides a name, birth date and time with timezone, latitude, and longitude.

From the user's project directory, run the bundled script using its installed skill path. If Ascendant is not installed, install the package first with python3 -m pip install astro-ascendant.

python3 <path-to-init-person-skill>/scripts/init-person.py \
  --name "<name>" \
  --dob "<YYYY-MM-DDTHH:MM:SS+HH:MM>" \
  --latitude <latitude> \
  --longitude <longitude>

The command creates persons/<name>/, saves the original details, and prepares:

Installs
4
GitHub Stars
1
First Seen
Jul 19, 2026
init-person — thaletto/ascendant