Help us improve
Share bugs, ideas, or general feedback.
From second-brain
Links processed notes to today's daily note in Claude vaults using sb CLI append command. Updates status to complete as stage 5 of note processing pipeline.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin second-brainHow this skill is triggered — by the user, by Claude, or both
Slash command
/second-brain:link-dailyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add an entry for the processed note to today's daily note.
Orchestrates processing of inbox notes in Obsidian vaults: surveys status, ingests session notes, enriches insights, routes to destinations, connects, and links to daily notes.
Creates today's daily note in an Obsidian Meta-Vault with validated YAML frontmatter. Idempotent: opens existing note on re-run. Use when starting a work day or capturing scratch notes.
End-of-day ritual for Obsidian vaults: parses daily notes, updates project notes, surfaces vault connections, and writes carry-forward items. Prevents context loss.
Share bugs, ideas, or general feedback.
Add an entry for the processed note to today's daily note.
See references/pipeline.md for stage definitions and status flow.
See references/daily-linking.md for linking mechanics.
A note with status: connected. (The connect skill sets this even when qmd is unavailable and connections are skipped.)
Link to daily note:
npx @techpickles/sb daily append \
--section "Links" \
--content "- [[{filename without .md}]] - {brief description}"
Update status to complete
If daily note linking fails (sb returns error), log the error but don't fail. The note is already processed. Set status to complete anyway.
status: complete