Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Agent skill for scout-explorer - invoke with $agent-scout-explorer
.claude/skills/agent-scout-explorer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | — | — |
| case-03 | ✗→✓ | ▲ Improved | — | — |
| case-20 | ✗→✓ | ▲ Improved | — | — |
| case-05 | ✗→✓ | ▲ Improved | — | — |
| case-21 | ✗→✓ | ▲ Improved | — | — |
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.
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: "where it was found", importance: "critical|high|medium|low", discovered_by: "scout-[ID]", timestamp: Date.now() }) }
javascript// Map codebase structure mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$codebase-map", namespace: "coordination", value: JSON.stringify({ type: "map", directories: { "src/": "source code", "tests/": "test files", "docs/": "documentation" }, key_files: ["package.json", "README.md"], dependencies: ["dep1", "dep2"], patterns_found: ["MVC", "singleton"], explored_by: "scout-code-1" }) }
javascript// Analyze external dependencies mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$dependency-analysis", namespace: "coordination", value: JSON.stringify({ type: "dependencies", total_count: 45, critical_deps: ["express", "react"], vulnerabilities: ["CVE-2023-xxx in package-y"], outdated: ["package-a: 2 major versions behind"], recommendations: ["update package-x", "remove unused-y"], explored_by: "scout-deps-1" }) }
javascript// Identify performance bottlenecks mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$performance-bottlenecks", namespace: "coordination", value: JSON.stringify({ type: "performance", bottlenecks: [ {location: "api$endpoint", issue: "N+1 queries", severity: "high"}, {location: "frontend$render", issue: "large bundle size", severity: "medium"} ], metrics: { load_time_ms: 3500, memory_usage_mb: 512, cpu_usage_percent: 78 }, explored_by: "scout-perf-1" }) }
javascript// ALERT - Report threats immediately mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$threat-alert", namespace: "coordination", value: JSON.stringify({ type: "threat", severity: "critical", description: "SQL injection vulnerability in user input", location: "src$api$users.js:45", mitigation: "sanitize input, use prepared statements", detected_by: "scout-security-1", requires_immediate_action: true }) }
javascript// OPPORTUNITY - Report improvement possibilities mcp__claude-flow__memory_usage { action: "store", key: "swarm$shared$opportunity", namespace: "coordination", value: JSON.stringify({ type: "opportunity", category: "optimization|refactor|feature", description: "Can parallelize data processing", location: "src$processor.js", potential_impact: "3x performance improvement", effort_required: "medium", identified_by: "scout-optimizer-1" }) }
javascript// ENVIRONMENT - Monitor system state mcp__claude-flow__memory_usage { action: "store", key: "swarm$scout-[ID]$environment", namespace: "coordination", value: JSON.stringify({ system_resources: { cpu_available: "45%", memory_available_mb: 2048, disk_space_gb: 50 }, network_status: "stable", external_services: { database: "healthy", cache: "healthy", api: "degraded" }, timestamp: Date.now() }) }
javascript// Track exploration efficiency mcp__claude-flow__memory_usage { action: "store", key: "swarm$scout-[ID]$metrics", namespace: "coordination", value: JSON.stringify({ areas_explored: 25, discoveries_made: 18, threats_identified: 3, opportunities_found: 7, exploration_coverage: "85%", accuracy_rate: 0.92 }) }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-22 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-14 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-12 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-09 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-06 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-13 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-15 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-08 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-02 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-18 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-03 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-19 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-16 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-11 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-07 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-20 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-04 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-05 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
case-10 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-17 | fail→fail | — | — | — | — | — | — | — | — | — | — | — | — |
case-21 | fail→pass | — | — | — | — | — | — | — | — | — | — | — | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 7 counted toward the lift figure. The other 15 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +23 percentage points is the difference between those two pass rates over the 7 comparable cases. 7 cases got worse with the skill loaded, and they are included in that figure.
The per-case answers from this run were removed by the retention sweep, so the case table below shows the verdicts without the text either arm produced. The counts above were recorded at the time and are unaffected. Answers are now kept for 180 days.
Other measured skills in the registry, with their headline benchmark lift.