원클릭으로
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.