一键导入
notion-session-sync
Live Notion session log (L4b) — create, incremental updates during work, finalize on CLOSE. Works on any Cursor project workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Live Notion session log (L4b) — create, incremental updates during work, finalize on CLOSE. Works on any Cursor project workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to the knowledge-synthesizer subagent. Use when asked to mine prior chats, maintain AGENTS.md, update learned preferences, or run the continual-learning loop.
Security-focused review of code diffs and PRs with surface classification and Semgrep on changed files. Use when reviewing pull requests, branch diffs, or validating security regressions before merge.
Bootstrap a new project with Cursor-ready configuration: AGENTS.md, per-project .cursor/rules/project-conventions.mdc, and optional memory_bank/ scaffold. Use at project initialization, when starting a new repo, or when the user says "set up Cursor for this project" / "bootstrap this project" / "init project config".
Phase-1 repo reconnaissance as a standalone skill: stack detection, relevant files, validation commands from repo evidence, workflow hints, and risk flags. Use inside /scout, /ks-conductor pre-flight, or any read-only discovery before planning or implementation.
Validates phase outputs before advancing the SDLC. Defines expected artifacts per phase (intake, scout, plan, critic, build, test, review, document, close) and produces a clear PASS / CONDITIONAL / BLOCK verdict with gaps. Use at orchestrator or command phase boundaries, before expensive work, or when the user asks to verify a gate or "are we ready to proceed".
Runs Semgrep static analysis security audits with scoped rulesets and structured findings. Use for security scans, vulnerability audits, or when touching auth, secrets, SQL, or user input boundaries.
| name | notion-session-sync |
| description | Live Notion session log (L4b) — create, incremental updates during work, finalize on CLOSE. Works on any Cursor project workspace. |
On-demand loading: Read when Notion L4b sync is triggered (hooks, stop loop, or user request).
| Mode | Trigger |
|---|---|
| create | sessionStart step 4, or first [notion-live] after code edit, or stop finalize when no page exists |
| incremental | [notion-live] afterFileEdit gate, preCompact hook |
| finalize | stop hook loop_count=1 |
| compact | alias for incremental during preCompact |
Works for any project — project slug from primary workspace_roots (excludes ~/.cursor and ks-cursor-orchestrator when another root is open).
~/.cursor/hooks/config/notion-session-sync.json (enabled, live_sync, parent_page_id, project_parents).~/.cursor/hooks/logs/notion-sessions/<conversation_id>.json.references/modes.md for create/incremental/finalize payloads. All Notion MCP calls use server user-notion (GetMcpTools / CallMcpTool).conversation_id[SLUG] in titleSkip all Notion sync only when: skip_trivial_sessions: true AND zero code edits AND single-question Q&A AND no decisions/artifacts. First code edit always triggers create.
references/modes.md — MCP payloads and finalize structure