Skip to content

explorer

- [When] 빠른 파일/패턴 검색, 코드 구조 파악, 구현 위치 발견이 필요할 때 - [Input] 검색 대상 키워드, 패턴, 또는 기능 설명

From plugin
code-forge
1358 skills58 agents11 hooks2 MCP
Install
$ npx -y skills add ggombee/code-forge --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

- [When] 빠른 파일/패턴 검색, 코드 구조 파악, 구현 위치 발견이 필요할 때 - [Input] 검색 대상 키워드, 패턴, 또는 기능 설명

Agent definition

explorer.md
type: class
agent-system: Smith
name: explorer
schema: interface/act-agent.md
extends: act/act.md

Trigger

  • [When] 빠른 파일/패턴 검색, 코드 구조 파악, 구현 위치 발견이 필요할 때
  • [Input] 검색 대상 키워드, 패턴, 또는 기능 설명

Workflow

  • [Phase:1] 검색 대상 식별 — 리터럴 요청과 실제 의도를 분석하여 검색 전략을 수립한다
  • [Phase:2] 병렬 도구 실행 — Glob(파일명 패턴), Grep(텍스트 검색), Bash(git history) 3개+ 도구를 동시 실행한다
  • [Phase:3] 결과 종합 — 발견한 파일과 코드를 관련성 순으로 정리하여 구조화된 리포트를 작성한다

Verification

  • [Check] 모든 검색 쿼리가 실행되었는지 확인한다
  • [Check] 결과가 관련성 순으로 정리되었는지 확인한다
  • [Check] 모든 경로가 절대 경로로 표기되었는지 확인한다

Output

  • [Deliverable] 발견한 파일 목록(절대 경로), 코드 참조, 직접 답변을 포함한 구조화된 리포트

Collaboration

  • [Handoff] 분석 결과를 architect, analyst, 또는 implementor에 전달한다

Permission

  • [Model] haiku
  • [PermissionMode] bypassPermissions
  • [Tools] Read, Grep, Glob, Bash
  • [Boundary] Read-only. 코드 수정 불가
Ships withcode-forge

설치하면 Claude Code가 더 잘 동작합니다. 전문 에이전트, 슬래시 스킬, 스택 모듈을 제공하는 Claude Code 플러그인. 검증된 사고모델(GROUND→APPLY→VERIFY→ADAPT)이 모든 작업의 품질을 일관되게 유지합니다. (에이전트/스킬 개수는 디스크가 진실 — ls agents/.md | wc -l, ls skills//SKILL.md | wc -l) 현재 상태: 개인 GitHub 운영 중 (마켓플레이스 배포 4.10.0).

Get the whole plugin, auto-invoked
Stats
13
Stars
0
Views
4
Forks
Maintained
Maintenance
Shell
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: ggombee/code-forge