4 production-tested guides + automation scripts. Practical patterns for agents that stop hallucinating, remember context, and run in production.
SOUL.md personality configs, the DISCOVER → PLAN → EXECUTE → VERIFY loop, and the "I don't know" permission rule that eliminates fabrication.
File-based memory patterns, daily summary scripts, weekly digest automation — persistent context that survives across sessions.
SKILL.md file format, real examples (blog publishing, payment checks, health monitoring), and when to write skills vs. scripts.
Flask + Gunicorn + systemd + Nginx + Let's Encrypt. Complete deployment from zero to HTTPS with security hardening, backups, and monitoring.
Two production-ready Python cron utilities — ready to deploy.
daily_summary.py
Creates a daily memory file with structure for decisions, completed work, and open issues. Idempotent — safe for cron.
weekly_digest.py
Aggregates the last 7 days of memory into a single weekly digest file. Auto-rotating, error-handled.
Practical patterns. Real configs. No fluff.
Pull them into your own setup today.