What problem does it solve?
AgentsBestFriend replaces scattered file reading, grep searching, and manual dependency tracing with structured, token-efficient MCP calls so agents get context without wasting tokens.
Core Features & Use Cases
- Project orientation: abf_project_overview and abf_conventions describe architecture, stack, directory layout, and naming habits in one response, saving multiple explorations.
- Targeted navigation: abf_search, abf_chunk, and abf_symbols surface exact symbols or file sections without reading entire files, while abf_context_bundle returns entry points plus dependency signatures in a single call.
- Impact and dependency analysis: abf_dependencies, abf_impact, and abf_git trace imports, usages, and history so agents understand change consequences before editing.
Quick Start
Ask ABF to run abf_project_overview on this repository to quickly map its structure.