用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill scout-ext命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | scout-ext |
| description | [Investigation] Use external agentic tools to scout given directories Use when this capability is needed. |
[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 ATTENTION ask user whether to skip.
Evidence-Based Reasoning — Speculation is FORBIDDEN. Every claim needs proof.
- Cite
file:line, grep results, or framework docs for EVERY claim- Declare confidence: >80% act freely, 60-80% verify first, <60% DO NOT recommend
- Cross-service validation required for architectural changes
- "I don't have enough evidence" is valid and expected output
BLOCKED until:
- [ ]Evidence file path (file:line)- [ ]Grep search performed- [ ]3+ similar patterns found- [ ]Confidence level statedForbidden without proof: "obviously", "I think", "should be", "probably", "this is because" If incomplete → output:
"Insufficient evidence. Verified: [...]. Not verified: [...]."
Goal: Use external agentic tools (Gemini, OpenCode) to quickly locate relevant files across the codebase.
Workflow:
Key Rules:
/scout with external tool capabilitiesBe skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
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.
USER_PROMPT: $1
SCALE: $2 (defaults to 3)
RELEVANT_FILE_OUTPUT_DIR: Use Report: from ## Naming section
Task tool that will immediately call the Bash tool 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)Explore subagents to search the codebase in parallelWhy use external agentic tools?
How to prompt the agents:
gemini or opencode is not available, ask the user if they want to install it:
Explore subagents.Task tool, analyze and divide folders for each agent to scout intelligently and quickly.Task tool, you'll immediately call the Bash tool to run the respective agentic coding tool (gemini, opencode, claude, etc.)TaskCreate BEFORE startingfile:line evidence for every claim (confidence >80% to act)file:line evidence for every claim. Confidence >80% to act, <60% = do NOT recommend.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.