원클릭으로
quick-capture
Capture text into the note garden pipeline. Paste a transcript or idea and it flows through the zettelkasten pipeline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture text into the note garden pipeline. Paste a transcript or idea and it flows through the zettelkasten pipeline.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Summarize recent activity in the note garden by reading breadcrumbs
How to use the event queue CLI
| name | quick-capture |
| description | Capture text into the note garden pipeline. Paste a transcript or idea and it flows through the zettelkasten pipeline. |
| user_invocable | true |
This skill captures text into the busytown-notes pipeline for processing into atomic Zettelkasten notes.
When invoked with /quick-capture <text>, this skill will:
capture.request event to the busytown event queueThe text may be a voice memo transcript, an idea, a thought, or any content.
When the user invokes this skill:
/quick-capture commandbusytown events push --worker user --type capture.request --payload '{"content":"<escaped text>"}'
busytown events list --tail 10User input:
/quick-capture I was thinking about how spaced repetition and the Zettelkasten method share a common principle.
Action:
busytown events push --worker user --type capture.request --payload '{"content":"I was thinking about how spaced repetition and the Zettelkasten method share a common principle."}'
Response:
Capture submitted! Your text has been pushed to the note garden pipeline.
Watch progress with: busytown events list --tail 10