Meeting Notes banner
mikehelmick mikehelmick

Meeting Notes

Productivity community

Description

--- description: Take notes for a meeting and link it from today's daily note allowed-tools: Read, Write, Edit, Glob, Grep --- Take meeting notes and link them from today's daily note. The user's input: $ARGUMENTS Steps: 1. Parse the user's input for a meeting name/topic. If not provided, ask what the meeting is about. 2. Determine today's date (use the system date context). 3. Find today's daily note at `journal/YYYY-MM-DD-Day.md`. If it doesn't exist, create it first using the daily-note t

Installation

Installs to ~/.claude/skills/mikehelmick-obsidian-claude-meeting-notes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mikehelmick-obsidian-claude-meeting-notes && curl -fsSL https://raw.githubusercontent.com/mikehelmick/obsidian-claude/HEAD/commands/meeting-notes.md -o ~/.claude/skills/mikehelmick-obsidian-claude-meeting-notes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository