til
Installation
SKILL.md
TIL (Today I Learned) Capture
Turn a session into a durable, engaging knowledge note. The goal is a note future-you will actually want to read — not a dry changelog.
Step 1 — Identify the Topic
Use $ARGUMENTS if provided. Otherwise infer from:
- Current working directory (
pwd) - Git repo name (
git remote get-url origin) - Dominant topic from the conversation
Step 2 — Check for an Existing TIL Today
obsidian read path="3 - Resources/TIL/til-$(date +%Y-%m-%d).md" 2>/dev/null