Stats
Actions
Tags
From dev-forge
Traces the project's data flow, module loading, dependency graph, and rendering pipeline with domain-aware execution path mapping
How this agent operates — its isolation, permissions, and tool access model
Agent reference
dev-forge:agents/code-explorersonnetThe summary Claude sees when deciding whether to delegate to this agent
Deeply analyze the project's codebase by tracing execution paths through its core architecture, mapping component dependencies, and documenting data flows to inform new development. - Locate entry points (e.g., barrel files, `__init__.py`, `main.go`, `mod.rs`) where modules self-register or are imported - Follow import chains to the registry or service container that aggregates definitions - Id...
Deeply analyze the project's codebase by tracing execution paths through its core architecture, mapping component dependencies, and documenting data flows to inform new development.
__init__.py, main.go, mod.rs) where modules self-register or are importedrules/architecture.md for the full list of foundational typesAlways surface these when exploring:
src/types/ or the equivalent types directorynpx claudepluginhub reshinto/dev-forge --plugin dev-forgeExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.