What problem does it solve? Agents and team members lose context that lives outside their current conversation. This Skill connects your sandbox to the org's central gbrain knowledge base so you can search org-wide knowledge and persist durable facts that outlive a single session. ## Core Features & Use Cases - Hybrid search and retrieval: Run gbrain search, gbrain get, and gbrain query --json to answer questions about people, projects, decisions, and history with server-side read isolation. - Write-fenced durable memory: Persist conclusions with gbrain put under your own emp-<slug>/ and chan-<channel>/ slug prefixes, and cross-reference pages with gbrain link. - Roster-driven provisioning: The included provision-scopes.sh script registers one OAuth client per employee, converges write fences to the roster, and flags offboarded credentials for revocation. - Use Case: Before answering "who decided our database choice and why", run gbrain search to pull the decision page, then write new findings back to chan-eng/decisions/ so the whole team can find them. ## Quick Start Ask the agent to search the company brain for who decided a specific technical choice and why before answering the question.