一键导入
hi-scout
Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, searching across directories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, searching across directories.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search library/framework documentation via llms.txt (context7.com). Use for API docs, GitHub repository analysis, technical documentation lookup, latest library features.
ALWAYS activate before implementing ANY feature, plan, or fix.
Debug systematically with root cause analysis before fixes. Use for bugs, test failures, unexpected behavior, performance issues, call stack tracing, multi-layer validation, log analysis, CI/CD failures, database diagnostics, system investigation.
ALWAYS activate before fixing ANY bug, error, test failure, CI/CD issue, type error, lint, log error, UI issue, code problem.
Unified knowledge retrieval skill. Build traceable answers from git, MCP, and memory files.
Plan implementations, design architectures, create technical roadmaps with detailed phases.
| name | hi:scout |
| description | Fast codebase scouting using parallel agents. Use for file discovery, task context gathering, searching across directories. |
| argument-hint | [search-target] [ext] |
| metadata | {"author":"baka3k","version":"2.0.0"} |
Fast, token-efficient codebase scouting using parallel agents.
Parse user prompt for targets, key directories, patterns, file types. Determine SCALE (subagent count).
Split codebase logically. Each agent gets distinct scope, no overlap.
Skip if <=2 agents or Task tools unavailable. TaskList -> use existing. Else TaskCreate per agent with scope metadata. Metadata: agentType, scope, scale, agentIndex, totalAgents, toolMode, priority:P2, effort:3m. See references/task-management.md for patterns.
Load internal (references/internal-scouting.md) or external (references/external-scouting.md). TaskUpdate each to in_progress before spawning. Max 3m per agent. Skip timed-out.
Aggregate: deduplicate paths, merge descriptions, note gaps/timeouts, list unresolved.
# Scout Report
## Relevant Files
- path/to/file.ts - description
## Unresolved Questions
- any gaps
Read .claude/.ck.json: gemini.model (default: gemini-3-flash-preview).
Invoke /hi:project-organization to organize outputs.