$ man python-scripts
Engineering · Development Tools
Python Scripts
Small programs that automate tasks like scanning files, calculating scores, or generating images.
why it matters
The daily tracker is a Python script. The dashboard generator is a Python script. Anytime you need to process files, calculate stats, or batch operations, Python is faster than doing it manually.
how you use it
The scripts/ folder holds all automation. daily_scan.py scans git and content folders. daily_dashboard.py generates the tracker card. Run them from the terminal or from agent skills.
related terms
deep dive