.agent/skills/launchagent-macos/SKILL.md
macOS LaunchAgent plists, RunAtLoad, scheduling, debugging. Use when configuring auto-start for Julia's services at login or debugging why a service didn't start on boot.
npx skillsauth add abzhaw/juliaz_agents launchagent-macosInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.juliaz.my-service</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/Users/raphael/juliaz_agents/scripts/my-service.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<false/>
<key>StandardOutPath</key>
<string>/Users/raphael/juliaz_agents/logs/my-service.log</string>
<key>StandardErrorPath</key>
<string>/Users/raphael/juliaz_agents/logs/my-service-error.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin</string>
<key>HOME</key>
<string>/Users/raphael</string>
</dict>
</dict>
</plist>
# Install (load into launchd)
launchctl load ~/Library/LaunchAgents/com.juliaz.my-service.plist
# Unload (stop and remove)
launchctl unload ~/Library/LaunchAgents/com.juliaz.my-service.plist
# Validate plist syntax
plutil ~/Library/LaunchAgents/com.juliaz.my-service.plist
# Check if loaded
launchctl list | grep juliaz
~/Library/LaunchAgents/ (per-user, runs at login)StartInterval: 0 — it's meaningless and confusingKeepAlive: false for one-shot scriptsHOME and correct PATH in EnvironmentVariablessleep 30 at script start to let macOS settle after login| Plist | Purpose |
|-------|---------|
| com.juliaz.agents.startup | Start all PM2 services + open Chrome at login |
| com.juliaz.adhd-agent | Run ADHD hygiene check every 6h |
| ai.openclaw.gateway | Keep OpenClaw gateway alive |
development
Fortschrittsverfolgung der Masterarbeit. Wortanzahl pro Kapitel, Fertigstellungsgrad, fehlende Elemente, Deadlines. Haelt den Ueberblick.
development
Kapitelarchitektur und Gliederung der Masterarbeit. Verwaltet die Struktur, schlaegt vor wo Inhalte hingehoeren, validiert den logischen Fluss zwischen Kapiteln.
tools
Konvertiert Protokolleinträge und Session-Logs in thesis-fähiges deutsches Narrativ. Transformiert Entwicklungsdokumentation in akademische Prosa.
research
Sucht und analysiert akademische Literatur. Findet relevante Papers, erstellt strukturierte Zusammenfassungen. Zitiert NIEMALS — schlaegt nur vor.