원클릭으로
summarize-note
Compress a note significantly while preserving provenance markers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compress a note significantly while preserving provenance markers
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create or edit recurring cron-based tasks, optionally delivering only when a condition is met.
Save new memories to memory.md when user asks to remember something
Extract insights from conversations into structured notes. Propose at conversation end.
Organize notes by finding connections and consolidating AI content.
Search and retrieve information from your accumulated notes.
Read and summarize content from URLs the user shares.
| name | summarize-note |
| description | Compress a note significantly while preserving provenance markers |
Compress a note file significantly while preserving the provenance of the original content.
Read the note using read_file to get its current content
Identify content types:
&[[chat^...]] markers - these are user-written&[[chat^...]] markers - these were AI-generatedSummarize following these rules:
Write the summarized note using write_file (user will approve the diff)
Before:
# Project Ideas
Build a CLI tool &[[chat^msg-a1b2]]
This is my core thesis on productivity.
Consider using Rust for performance &[[chat^msg-a1b2]]
Could also try Go for simplicity &[[chat^msg-c3d4]]
TypeScript is another option &[[chat^msg-e5f6]]
Need to research market size.
Added initial brainstorm about features &[[chat^msg-a1b2]]
The key features would be: speed, simplicity, extensibility &[[chat^msg-c3d4]]
After:
# Project Ideas
Build a CLI tool (Rust/Go/TypeScript options) &[[chat^msg-a1b2]]
This is my core thesis on productivity.
Need to research market size.
Key features: speed, simplicity, extensibility &[[chat^msg-c3d4]]
Notice:
After calling write_file, respond briefly: "Summarized [filename] from X to Y lines."