Agent skill
scout-ext
[Investigation] Use external agentic tools to scout given directories
Install this agent skill to your Project
npx add-skill https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/scout-ext
SKILL.md
[IMPORTANT] Use
TaskCreateto break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.
Evidence-Based Reasoning — Speculation is FORBIDDEN. Every claim needs
file:lineproof. Confidence: >95% recommend freely, 80-94% with caveats, <80% DO NOT recommend — gather more evidence. Cross-service validation required for architectural changes. MUST READ.claude/skills/shared/evidence-based-reasoning-protocol.mdfor full protocol and checklists.
Quick Summary
Goal: Use external agentic tools (Gemini, OpenCode) to quickly locate relevant files across the codebase.
Workflow:
- Scope — Define search area and file patterns
- Search — Use external tools for broad file discovery
- Report — Return list of relevant files with context
Key Rules:
- Use for broad file discovery across large codebases
- Complements
/scoutwith external tool capabilities - Report file paths with brief context for each match
Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
Purpose
Utilize external agentic tools to scout given directories or explore the codebase for files needed to complete the task using a fast, token efficient agent.
Variables
USER_PROMPT: $1
SCALE: $2 (defaults to 3)
RELEVANT_FILE_OUTPUT_DIR: Use Report: from ## Naming section
Workflow:
- Write a prompt for 'SCALE' number of agents to the
Tasktool that will immediately call theBashtool to run these commands to kick off your agents to conduct the search:gemini -p "[prompt]" --model gemini-2.5-flash-preview-09-2025(if count <= 3)opencode run "[prompt]" --model opencode/grok-code(if count > 3 and count < 6)- if count >= 6, spawn
Exploresubagents to search the codebase in parallel
Why use external agentic tools?
- External agentic tools are faster and more efficient when using LLMs with large context windows (1M+ tokens).
How to prompt the agents:
- If
geminioropencodeis not available, ask the user if they want to install it:- If yes, install it (if there are permission issues, instruct the user to install it manually, including authentication steps)
- If no, use the default
Exploresubagents.
- IMPORTANT: Kick these agents off in parallel using the
Tasktool, analyze and divide folders for each agent to scout intelligently and quickly. - IMPORTANT: These agents are calling OTHER agentic coding tools to search the codebase. DO NOT call any search tools yourself.
- IMPORTANT: That means with the
Tasktool, you'll immediately call the Bash tool to run the respective agentic coding tool (gemini, opencode, claude, etc.) - IMPORTANT: Instruct the agents to quickly search the codebase for files needed to complete the task. This isn't about a full blown search, just a quick search to find the files needed to complete the task.
- Instruct the subagent to use a timeout of 3 minutes for each agent's bash call. Skip any agents that don't return within the timeout, don't restart them.
- IMPORTANT: Sacrifice grammar for the sake of concision when writing reports.
- IMPORTANT: In reports, list any unresolved questions at the end, if any.
Closing Reminders
- MUST break work into small todo tasks using
TaskCreateBEFORE starting - MUST search codebase for 3+ similar patterns before creating new code
- MUST cite
file:lineevidence for every claim (confidence >80% to act) - MUST add a final review todo task to verify work quality MANDATORY IMPORTANT MUST READ the following files before starting:
- MUST READ
.claude/skills/shared/evidence-based-reasoning-protocol.mdbefore starting
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fix-parallel
[Implementation] Analyze & fix issues with parallel fullstack-developer agents
ask
[Utilities] Answer technical and architectural questions.
claude-code
[Utilities] Claude Code CLI setup, configuration, troubleshooting, and feature guidance. Triggers on claude code setup, hook not firing, MCP connection, context limit, skill creation, slash command setup.
workflow-deployment
[Workflow] Trigger Deployment & Infrastructure workflow — CI/CD pipelines, Docker, Kubernetes setup and deployment.
workflow-idea-to-pbi
[Workflow] Trigger Idea to PBI workflow — po/ba workflow: capture idea, refine to pbi, create stories, prioritize.
easy-claude-help
[Utilities] Configuration guide for the easy-claude framework — explain settings, guide users through configuring .ck.json.
Didn't find tool you were looking for?