원클릭으로
sync
Use when I say "sync" or "sync my notes" — pull meeting / 1:1 notes from my external notes provider into the local vault.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when I say "sync" or "sync my notes" — pull meeting / 1:1 notes from my external notes provider into the local vault.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when I say "plan my day" or "let's plan today".
Use when I share an article, podcast, video, or talk and say "review this against my notes" or "what's new here?".
Use when I say "<trigger phrase>" — one line on what this skill is for.
Use at the start or end of the week, or when I say "weekly review" or "let's review the week".
Use when I say "<trigger phrase>" — one line on what this skill is for.
| name | sync |
| description | Use when I say "sync" or "sync my notes" — pull meeting / 1:1 notes from my external notes provider into the local vault. |
Some of my notes live in a shared third-party tool (so I can share them with others), but my vault is my agent's long-term memory. This skill pulls those notes into the vault as local markdown so everything is searchable here and nothing gets lost. It must be safe: it creates or appends, it never blindly overwrites my local edits.
This skill needs a way to read pages from your notes/docs provider. Wire in whatever YOU already use — there is no single required vendor. Pick one:
.env as a fallback — never in the repo).Replace the bracketed placeholder below with the concrete instruction for your setup. A couple of vendor-neutral examples of how that line might read:
Example A: "My meeting notes live in a workspace-style docs tool. Use the connected
<your-docs> MCPto list pages under the database/folder called Meeting Notes, then read each page as markdown."
Example B (manual): "I've exported my notes to
working/sync-inbox/. Read the markdown files there."
[CONNECT YOUR SOURCE HERE — replace this line with the instruction above that matches your setup.]
meetings/ — a
predictable name so the same source page always lands in the same file, e.g.
meetings/<person>.md for an ongoing 1:1, or
meetings/<yyyy-mm-dd>-<short-title>.md for a one-off.## Synced <yyyy-mm-dd>). Never rewrite or delete what's already there..env only as a
fallback), never committed.This is a deliberately simple v1 — it appends everything new under a dated heading. Once it earns its keep, consider:
last_synced timestamp, and use it to bring in only what changed
since last time (a true delta) rather than re-appending.> ⚠️ Conflict from source <date>: block to resolve
yourself.concepts/).meta/sync-log.md of when you last synced each source.