About
This skill implements a daemon-based isolation pattern for Model Context Protocol (MCP) tools that return large datasets, such as LSP symbol lookups, database queries, or deep file searches. By offloading heavy JSON payloads to an external process and returning only high-density summaries to the LLM, it prevents context saturation and significantly reduces token costs. This architecture enables an efficient 'Explore-Locate-Read' workflow, allowing Claude to navigate massive codebases by identifying locations first and only reading specific code segments when necessary.