.claude/skills/daily/SKILL.md
--- context: fork model: haiku --- # /daily Create today's daily note in the Obsidian vault. ## Instructions 1. Get today's date in YYYY-MM-DD format 2. Check if a daily note already exists at `+Daily/YYYY/YYYY-MM-DD.md` 3. If it exists, read it and proceed to step 5 4. If it doesn't exist, create it using the template at `Templates/Daily.md`. The template uses Templater syntax (`<% tp.date.now() %>`) which should be resolved to actual values when creating the note: - `<% tp.date.now("YYY
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/dailyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create today's daily note in the Obsidian vault.
Get today's date in YYYY-MM-DD format
Check if a daily note already exists at +Daily/YYYY/YYYY-MM-DD.md
If it exists, read it and proceed to step 5
If it doesn't exist, create it using the template at Templates/Daily.md. The template uses Templater syntax (<% tp.date.now() %>) which should be resolved to actual values when creating the note:
<% tp.date.now("YYYY-MM-DD") %> → today's date (YYYY-MM-DD)<% tp.date.now("dddd") %> → full day name (e.g., Monday)<% tp.date.now("D MMMM YYYY") %> → day and month (e.g., 5 January 2026)Search for tasks completed today:
completedDate: YYYY-MM-DD (today's date)- [x] [[Task - Title]] - Brief resolution summaryAdd focus areas from meetings:
- **Topic** - Brief description of focusConfirm the daily note path and summarise what was added
Daily notes use simple date-based naming in year folders: +Daily/YYYY/YYYY-MM-DD.md
Examples:
+Daily/2026/2026-01-21.md+Daily/2025/2025-12-25.mdThis keeps filenames clean and scales well over multiple years.
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi