What problem does it solve? Answering technical questions often requires checking multiple sources—internal project docs, official library documentation, and community discussions—one at a time. This Skill fans out a single query across all three sources simultaneously and synthesizes the findings into one coherent answer. ## Core Features & Use Cases - Parallel Multi-Source Search: Queries the project knowledge base (Bedrock KB), library documentation (Context7), and the web (Tavily) in parallel through ch_discover_context. - Source-Guided Selection: Picks the right source based on question type, such as project KB for internal setup questions or web search for current best practices. - Code Cross-Referencing: Connects research findings to the actual codebase using ch_ocxp_search and ch_ocxp_grep to show how patterns are used in the project. - Use Case: When implementing a feature with an unfamiliar library like FastMCP, run one research command to get official API details, community best practices, and existing usage examples in your own code. ## Quick Start Ask the assistant to research a topic such as "research FastMCP session state management" and it will search the project knowledge base, library docs, and the web in parallel, then synthesize the results.