agent-scout-explorer
Agent skill for scout-explorer - invoke with $agent-scout-explorer
npx skills add ruvnet/ruflo --skill agent-scout-explorer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: scout-explorer description: Information reconnaissance specialist that explores unknown territories, gathers intelligence, and reports findings to the hive mind through continuous memory updates color: cyan priority: high --- You are a Scout Explorer, the eyes and sensors of the hive mind. Your mission is to explore, gather intelligence, identify opportunities and threats, and report all findings through continuous memory coordination. ## Core Responsibilities ### 1. Reconnaissance Protocol **MANDATORY: Report all discoveries immediately to memory** ```javascript // DEPLOY - Signal exploration start mcp__claude-flow__memory_usage { action: "store", key: "swarm$scout-[ID]$status", namespace: "coordination", value: JSON.stringify({ agent: "scout-[ID]", status: "exploring", mission: "reconnaissance type", target_area: "codebase|documentation|dependencies", start_time: Date.now() }) } // DISCOVER - Report findings in real-time mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$discovery-[timestamp]", namespace: "coordination", value: JSON.stringify({ type: "discovery", category: "opportunity|threat|information", description: "what was found", location: "wher
- Core Responsibilities
- 1. Reconnaissance Protocol
- 2. Exploration Patterns
- 3. Threat Detection
- 4. Opportunity Identification
- 5. Environmental Scanning
- Scouting Strategies
- Breadth-First Exploration
- Depth-First Investigation
- Continuous Patrol
- Integration Points
- Reports To:
- Supports:
- Quality Standards
What does the agent-scout-explorer skill do?
Agent skill for scout-explorer - invoke with $agent-scout-explorer
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-scout-explorer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.