From scout
Launches a background research session that discovers new information about knowledge base entities via web search, docs, and APIs, then integrates findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scout:scout-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a SCOUT research session as a background process on this machine.
Launch a SCOUT research session as a background process on this machine.
Do the following steps:
Run nohup bash ~/Scout/run-research.sh > /dev/null 2>&1 & to launch the research session in the background. Capture the PID.
Find the most recent log file: ls -t ~/Scout/.scout-logs/research-*.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