用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/seaworld008/Commonly-used-high-value-skills --skill notion-meeting-intelligence命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
Design production-grade multi-agent orchestration systems. Covers five core patterns (sequential pipeline, parallel fan-out/fan-in, hierarchical delegation, event-driven, consensus), platform-specific implementations, handoff protocols, state management, error recovery, context window budgeting, and cost optimization.
App Store Optimization toolkit for researching keywords, optimizing metadata, and tracking mobile app performance on Apple App Store and Google Play Store.
基于 SOC 职业分类
正在显示 SKILL.md
| name | notion-meeting-intelligence |
| description | 用于基于 Notion 上下文准备会议材料。 |
| zh_description | 用于基于 Notion 上下文准备会议材料。 |
| version | 1.0.0 |
| author | seaworld008 |
| source | in-house |
| source_url | |
| tags | ["intelligence", "meeting", "notion"] |
| created_at | 2026-03-04 |
| updated_at | 2026-03-20 |
| quality | 3 |
| complexity | intermediate |
| metadata | null |
| short-description | Prep meetings with Notion context and tailored agendas |
Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research.
Use this skill when the user needs to:
Use a different skill when:
notion-knowledge-capturenotion-research-documentationNotion:notion-search, then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions).reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming).Notion:notion-create-pages, embedding source links and owner/timeboxes.Notion:notion-update-page as plans change.Typical output should include:
Minimal create flow:
search relevant meeting context
-> fetch prior notes/specs
-> choose template
-> create or update the prep page
-> link follow-up tasks
codex mcp add notion --url https://mcp.notion.com/mcp[features].rmcp_client = true in config.toml or run codex --enable rmcp_clientcodex mcp login notionAfter 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.
Notion:notion-search), then fetch key pages (Notion:notion-fetch).reference/template-selection-guide.md to confirm.reference/ and adapt sections (context, goals, agenda, owner/time per item, decisions, risks, prep asks).Notion:notion-update-page when details change; keep a brief changelog if multiple edits.Meeting prep is complete when:
Notion:notion-search -> find prior notes and specs
Notion:notion-fetch -> read the most relevant pages
Notion:notion-create-pages -> create the agenda or pre-read
Notion:notion-update-page -> refine as the meeting plan changes
reference/ — template picker and meeting templates (e.g., 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).examples/ — end-to-end meeting preps (e.g., executive-review.md, project-decision.md, sprint-planning.md, customer-meeting.md).