Utilities for handling the Siebenwind "Sonnenzirkel" time system (Calendar, Seasons, Dates).
Epistemischer Status: #perspektive
This skill provides utilities to work with the customized "Sonnenzirkel" calendar of Siebenwind. Use this whenever you need to:
The script is located at .agent/skills/time_keeper/scripts/sonnenzirkel.py.
Goal: Find out if "Sekar" is in Winter or Summer.
python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py season [MonthName]
Example: python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py season Sekar -> "Morsan"
Goal: Translate "December" (12) to Siebenwind.
python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py convert [MonthIndex]
Example: python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py convert 12 -> "Sekar"
Goal: Check if "30. Sekar" is a valid date (Standard months have 28 days).
python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py validate [Day] [MonthName]
Example: python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py validate 30 Sekar -> "INVALID: Day out of range"
Goal: See the full calendar structure.
python3 .agent/skills/time_keeper/scripts/sonnenzirkel.py list