Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/orchestration/launchd/com.context-engineering.loop-daily.plist
1<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5<key>Label</key>6<string>com.context-engineering.loop-daily</string>7<key>ProgramArguments</key>8<array>9<string>__REPO_ROOT__/researcher/orchestration/launchd/run-loop-daily.sh</string>10</array>11<key>StartCalendarInterval</key>12<dict>13<key>Hour</key>14<integer>6</integer>15<key>Minute</key>16<integer>30</integer>17</dict>18<key>RunAtLoad</key>19<false/>20<key>StandardOutPath</key>21<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-daily.out</string>22<key>StandardErrorPath</key>23<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-daily.err</string>24<key>WorkingDirectory</key>25<string>__REPO_ROOT__</string>26<key>EnvironmentVariables</key>27<dict>28<key>PATH</key>29<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin</string>30</dict>31</dict>32</plist>33