Agent skill · AI & Agents

agent-scout-explorer

Agent skill for scout-explorer - invoke with $agent-scout-explorer

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-scout-explorer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: .agents/skills/agent-scout-explorer/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Core Responsibilities
  2. 1. Reconnaissance Protocol
  3. 2. Exploration Patterns
  4. 3. Threat Detection
  5. 4. Opportunity Identification
  6. 5. Environmental Scanning
  7. Scouting Strategies
  8. Breadth-First Exploration
  9. Depth-First Investigation
  10. Continuous Patrol
  11. Integration Points
  12. Reports To:
  13. Supports:
  14. Quality Standards
More from ruflo
All skills →
About this skill
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.

Keep going