Company Brain (Team Knowledge Base)
A team-shared, AI-ready markdown knowledge base of people, companies, meetings, SOPs and decisions that Claude can query on your team's behalf.
Docs & OfficeIntermediate★ 654⑂ 53AI score 8/10Last updated: Aug 12, 2026
What it does
Turns scattered team knowledge into a structured markdown vault Claude can reason over.
- Structured raw dirs:
people/,companies/,meetings/,sops/,decisions/,customer-language/,recurring-questions/,sales-objections/— captures are auto-routed by content type - Seven modes: capture (fast intake) / compile (build interlinked wiki pages + INDEX.md) / query (answer from the corpus, saved to outputs/) / review (triage: verify / deprecate / supersede) / lint (13 checks for orphans, staleness, contradictions, gaps) / connect (wikilink suggestions) / search
- Multi-author discipline: every file stamps
author,captured,trust,sensitivity; append and attribute rather than overwrite - Trust levels: unreviewed / verified / deprecated / superseded, so wrong info never gets full weight as context — deprecate instead of delete
- Optional auto-sync: Fathom/Gong/Granola transcripts, Slack/email exports, CRM (HubSpot/Attio/Pipedrive)
Who it's for
- Startup teams whose call notes, customer quotes and objections live scattered across Slack and Notion
- Sales, CS and ops groups constantly asking "who's the internal expert on this?"
- Teams already in Obsidian or Git-backed markdown who want a Claude-native alternative to Glean or Notion AI
- Anyone running personal
second-brainwho needs a separate team-scoped vault
Examples
/cb capture— paste a call transcript and it lands inmeetings/2026-06-15-acme-discovery.mdwith author, date andtrust: unreviewed./cb query what does the team know about Acme's pricing objection?— cross-references the company profile, meeting notes and objection library, and warns "low confidence" when sources are unreviewed./cb review— walks the unreviewed queue one file at a time (verify / deprecate / supersede) and recompiles affected wiki pages with an audit trail in outputs/./cb lint— surfaces customer files untouched for 6+ months, questions asked 5+ times with no SOP, and single-contributor bus-factor risk.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/coreyhaines31/makerskills/HEAD/skills/company-brain/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/company-brain folder from the GitHub repo coreyhaines31/makerskills into my ~/.claude/skills/company-brain/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/coreyhaines31/makerskills.git && mkdir -p ~/.claude/skills && cp -r makerskills/skills/company-brain ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/coreyhaines31/makerskills.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r makerskills/skills/company-brain ~/.claude/skills/(also copysecond-brain,loopify, anddeep-researchif you want the composed workflows). - Pick a vault location. The default is
~/Documents/CompanyBrain; to change it, addexport COMPANY_BRAIN_VAULT="$HOME/your/path"to your shell profile. - Restart Claude Code, then run
/cb captureor say "log this meeting in the team brain" to create your first entry. - To lock in your team's schema, create a
CLAUDE.mdinside the vault — it takes precedence over the skill's bundled default schema.
View source on GitHub ↗License: MIT