install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/openai/skills/notion-meeting-intelligence" ~/.claude/skills/comeonoliver-skillshub-notion-meeting-intelligence-8ce1f3 && rm -rf "$T"
manifest:
skills/openai/skills/notion-meeting-intelligence/SKILL.mdsource content
Meeting Intelligence
Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research.
Quick start
- Confirm meeting goal, attendees, date/time, and decisions needed.
- Gather context: search with
, then fetch withNotion:notion-search
(prior notes, specs, OKRs, decisions).Notion:notion-fetch - Pick the right template via
(status, decision, planning, retro, 1:1, brainstorming).reference/template-selection-guide.md - Draft agenda/pre-read in Notion with
, embedding source links and owner/timeboxes.Notion:notion-create-pages - Enrich with Codex research (industry insights, benchmarks, risks) and update the page with
as plans change.Notion:notion-update-page
Workflow
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
- Add the Notion MCP:
codex mcp add notion --url https://mcp.notion.com/mcp
- Enable remote MCP client:
- Set
in[features].rmcp_client = true
or runconfig.tomlcodex --enable rmcp_client
- Set
- Log in with OAuth:
codex mcp login notion
After successful login, the user will have to restart codex. You should finish your answer and tell them so when they try again they can continue with Step 1.
1) Gather inputs
- Ask for objective, desired outcomes/decisions, attendees, duration, date/time, and prior materials.
- Search Notion for relevant docs, past notes, specs, and action items (
), then fetch key pages (Notion:notion-search
).Notion:notion-fetch - Capture blockers/risks and open questions up front.
2) Choose format
- Status/update → status template.
- Decision/approval → decision template.
- Planning (sprint/project) → planning template.
- Retro/feedback → retrospective template.
- 1:1 → one-on-one template.
- Ideation → brainstorming template.
- Use
to confirm.reference/template-selection-guide.md
3) Build the agenda/pre-read
- Start from the chosen template in
and adapt sections (context, goals, agenda, owner/time per item, decisions, risks, prep asks).reference/ - Include links to pulled Notion pages and any required pre-reading.
- Assign owners for each agenda item; call out timeboxes and expected outputs.
4) Enrich with research
- Add concise Codex research where helpful: market/industry facts, benchmarks, risks, best practices.
- Keep claims cited with source links; separate fact from opinion.
5) Finalize and share
- Add next steps and owners for follow-ups.
- If tasks arise, create/link tasks in the relevant Notion database.
- Update the page via
when details change; keep a brief changelog if multiple edits.Notion:notion-update-page
References and examples
— template picker and meeting templates (e.g.,reference/
,template-selection-guide.md
,status-update-template.md
,decision-meeting-template.md
,sprint-planning-template.md
,one-on-one-template.md
,retrospective-template.md
).brainstorming-template.md
— end-to-end meeting preps (e.g.,examples/
,executive-review.md
,project-decision.md
,sprint-planning.md
).customer-meeting.md