with one click
delete
Delete all deployed SAR repos and clean temp files
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Delete all deployed SAR repos and clean temp files
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Stop the running supervisor and all researcher variants
Live tree view of supervisor via cron — agent collects stats every 30s
Dashboard: supervisor status, researcher variants, and metric history
Remove all supervisor leftovers: clones, logs, state, backups
Start the supervisor as a background process
Reset the target to its initial seed state
Based on SOC occupation classification
| name | delete |
| description | Delete all deployed SAR repos and clean temp files |
| user_invocable | true |
Remove all 4 deployed SAR repos and clean temporary files.
Read .env from the workspace root.
Read .env and resolve all repo paths.
Remove deployed repos (if they exist):
rm -rf ${SUPERVISOR_REPO}
rm -rf ${RESEARCH_LOOP_REPO}
rm -rf ${RAG_TARGET_REPO}
rm -rf ${HARNESS_CORE_REPO}
Clean temporary files:
rm -rf /tmp/rag-index-cache
rm -f /tmp/rag-eval-report.json
rm -f /tmp/cc-sar-supervisor.log
Report what was removed.
.env paths