Meeting Todos banner
adelaidasofia adelaidasofia

Meeting Todos

Productivity community

Description

--- description: "Extract action items from a meeting note and route them to the right to-do file" --- The user typed `/meeting-todos`. Invoke the `meeting-todos` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `meeting-todos` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-meeting-todos/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-meeting-todos && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/meeting-todos.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-meeting-todos/SKILL.md

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

Full documentation available on GitHub

View Source Repository