con un clic
recent
Summarize recent activity in the note garden by reading breadcrumbs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Summarize recent activity in the note garden by reading breadcrumbs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
How to create agents that work with the agent-runner
Design and create a town — a group of agents that work together.
Multi-agent orchestration over a shared SQLite event queue.
Collide two random notes into new ideas using oblique-strategy thinking. Generates 3 new ideas in the idea-collider/ folder.
Capture text into the note garden pipeline. Paste a transcript or idea and it flows through the zettelkasten pipeline.
How to use the event queue CLI
| name | recent |
| description | Summarize recent activity in the note garden by reading breadcrumbs |
| user_invocable | true |
This skill summarizes recent activity in the note garden by reading the breadcrumb trail and producing an on-demand rollup.
When invoked with /recent (optionally with a number like /recent 5), this
skill provides a summary of what's been happening in the vault recently.
When the user invokes this skill:
Parse the command: Extract the optional number parameter (default to 5 if not provided)
/recent → look at 5 most recent breadcrumbs/recent 10 → look at 10 most recent breadcrumbsFind recent breadcrumbs: Use Glob to find all files in
breadcrumbs/*.md. Sort by filename (they're chronologically named with
timestamps). Take the most recent N entries.
Read the breadcrumbs: Read each breadcrumb file, following the linked
list via the previous frontmatter field if needed for additional context.
Read referenced notes: For each breadcrumb, read the notes listed in the
notes_touched frontmatter array to understand what was actually captured or
modified.
Produce a rollup summary that includes:
open_questions field if present)..md files in root, excluding hidden/internal
directories)questions/)breadcrumbs/)Present the summary: Output a nicely formatted text response to the user. DO NOT write this to a file—just return it as conversational output.
User input:
/recent 3
Expected behavior:
breadcrumbs/*.md filesResponse format (example):
# Recent Activity in Note Garden
## Timeline (Last 3 Breadcrumbs)
**2026-02-13 14:32** - Captured ideas about spaced repetition
- Added note: [[spaced-repetition-principles.md]]
- Connected to existing note on Zettelkasten method
**2026-02-13 10:15** - Processed transcript about learning systems
- Created 3 atomic notes
- Generated 2 exploratory questions
**2026-02-12 16:48** - Captured thought on emergence
- Added note: [[emergence-in-complex-systems.md]]
## Key Topics
- Learning systems and memory
- Complex systems
- Knowledge management
## Emerging Patterns
- Growing cluster around cognitive science topics
- Multiple notes now connecting to Zettelkasten methodology
## Active Threads
- Open question: How does spaced repetition relate to network effects?
- Follow-up needed: Explore connection between emergence and learning
## Vault Stats
- 47 notes
- 12 questions
- 8 breadcrumbs