obsidian-capture
Use when the user says "capture", or wants to remember, save, or note something for later.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when the user says "capture", or wants to remember, save, or note something for later.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when the user says "closeday", "close my day", or "end of day". End-of-day consolidation appended to today's Inbox note.
Use when the user says "today", "morning plan", "plan my day", "what should I work on", or asks about their priorities for the day.
Use whenever `jj root` succeeds. Use `jj` for all version-control operations; do not use `git`.
Use when the user asks to create a GitHub issue, file a bug, or track a task. Also use when the user describes a problem they found and wants to capture it.
Use when the user asks to open a PR, create a PR, or push and create a pull request.
Use when parallel isolation is needed — multiple agents/sessions working on the same jj repo, or when the user asks to work in a separate workspace without disturbing their current @.
| name | obsidian-capture |
| description | Use when the user says "capture", or wants to remember, save, or note something for later. |
Capture something into Jonas's Obsidian vault with minimal friction.
Clarify if needed — Ask at most one clarifying question, and only if the classification is genuinely ambiguous.
Classify the capture as one of:
decision — something decided (architecture, process, priority)learning — something figured out or understoodobservation — something noticed (behaviour, pattern, quirk)question — an open or unanswered questiontodo — a task, reminder, or action itemRoute — decide whether this goes to a standalone note or the daily note:
Show the user what will be written — Present the formatted note and the destination, and ask for confirmation before writing.
5a. Create standalone note using:
obsidian vault=notes create name="<Title>" path="<Folder>/<Title>.md" content="<content>"
Folder is determined by type:
Work/Personal/Standalone note format:
# [Title]
#[type-tag] — YYYY-MM-DD
## What
[The observation, decision, or learning — stated clearly]
## Context
[Why this matters, what prompted it, what was happening]
## Connections
- [[Related Note]] — if any obvious links exist
## Open Questions
- [ ] [What's still unknown]
5b. Append to daily note using:
obsidian vault=notes daily:append content="<note content>"
Daily append format:
### [Brief title]
**Date:** YYYY-MM-DD **Type:** #type
**Context:** [Source]
[What happened]
**Why it matters:** [One sentence]
Use one of: #decision, #learning, #observation, #question, #todo
Work-specific tags (add when relevant):
#graphql #sap-bridge #ticket-service #equipment-service #spareparts #image-service #push-notifications #gateway #framework #maintainit-web #maintainit-mobile #aws #api-management #deployment #jira #sprint #team
- [ ] checkbox syntax in the note body.