بنقرة واحدة
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."