synthesize
Scan recent vault notes for unnamed patterns across sources — create synthesis pages linking back to evidence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Scan recent vault notes for unnamed patterns across sources — create synthesis pages linking back to evidence
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
| name | synthesize |
| version | 1.0.0 |
| description | Scan recent vault notes for unnamed patterns across sources — create synthesis pages linking back to evidence |
| trigger | synthesize|find patterns|connect dots|what themes|what patterns|connect the dots|emerging trends|what's recurring |
| tools | ["web","read_file","edit_file","memory_write"] |
When triggered, perform a cross-source pattern analysis on recent vault notes.
Gather — Fetch recent notes from the vault:
GET /api/notes?orderBy=updatedAt&order=desc&limit=50Cluster — Group notes by:
Identify patterns — Look for:
Create synthesis pages — For each identified pattern:
POST /api/syntheses with:
title: "<pattern name>"
pattern: "<description of the pattern>"
evidence: JSON array of note IDs that support this pattern
evidenceCount: <number>
confidence: "high" | "medium" | "low"
patternType: "theme" | "trend" | "tension" | "gap" | "convergence"
timeWindow: "<N> days"
Update cross-references — Add synthesis ID to the related_notes of all evidence notes.
Report — Summarize findings:
SYNTHESIS PASS: <date range>
NOTES SCANNED: <N>
PATTERNS FOUND: <N>
- THEME: <name> (supported by <N> notes)
- TREND: <name> (emerged in last <N> days)
- TENSION: <name> (unresolved between <note A> and <note B>)
- GAP: <topic> (user has <N> notes but <M> open questions)