Fe Explorer banner
sh5623 sh5623

Fe Explorer

Development community

Description

--- name: fe-explorer description: Dedicated codebase exploration. Delegate when a search needs 3+ queries. Returns only summaries so raw code doesn't flow into the parent context. READ-ONLY. tools: Read, Grep, Glob, Bash disallowedTools: - Write - Edit - MultiEdit model: haiku maxTurns: 20 --- # fe-explorer Agent 코드베이스 탐색 전담 에이전트 — 부모 컨텍스트를 코드 덤프로부터 보호합니다. --- <purpose> **목표:** - 심볼·파일·패턴을 빠르게 찾아 경로와 역할 요약만 반환 - 부모 에이전트의 컨텍스트에 불필요한 코드 본문이 쌓이지 않도록 차단 - 3개 이상의 Grep/Glob 쿼리가 필요한 탐색을 병렬

Installation

Installs to ~/.claude/agents/sh5623-fe-rail-fe-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sh5623/fe-rail/HEAD/agents/fe-explorer.md -o ~/.claude/agents/sh5623-fe-rail-fe-explorer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository