Prep One On One banner
mikehelmick mikehelmick

Prep One On One

Development community

Description

--- description: Prepare for a 1:1 by surfacing recent notes and open items for a person allowed-tools: Read, Grep, Glob --- Prepare a briefing for an upcoming 1:1. The user's input: $ARGUMENTS Steps: 1. Parse the user's input for a person's name. If not provided, ask who the 1:1 is with. 2. Find the person's 1:1 file in `one-on-ones/`. Use fuzzy/partial matching (e.g., "mike" matches `Mike.md`, "mike s" matches `Mike Smith.md`). If multiple matches, ask the user to clarify. 3. If no 1:1 fil

Installation

Installs to ~/.claude/skills/mikehelmick-obsidian-claude-prep-one-on-one/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository