From scout
Runs a lightweight delta scan as a background process, capturing changes since the last Scout run and updating action items and knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scout:scout-consolidationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a SCOUT consolidation session as a background process on this machine.
Launch a SCOUT consolidation session as a background process on this machine.
This runs the same script as the briefing but mode is auto-detected from the current hour. If run outside the normal schedule times (8 AM, 11 AM, 1 PM, 5 PM), it defaults to consolidation mode if today's action items already exist, or morning briefing if they don't.
Do the following steps:
Run nohup bash ~/Scout/run-scout.sh > /dev/null 2>&1 & to launch the session in the background. Capture the PID.
Find the most recent log file: ls -t ~/Scout/.scout-logs/scout-*.log | head -1
Report to the user:
tail -f <log_file>Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub raven-scout/scout-plugin