One On One banner
mikehelmick mikehelmick

One On One

Productivity community

Description

--- description: Take 1:1 notes for a person and link from today's daily note allowed-tools: Read, Write, Edit, Glob, Grep --- Take 1:1 notes for a person and link from today's daily note. 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. Determine today's date. 3. 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

Installation

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

Terminal
mkdir -p ~/.claude/skills/mikehelmick-obsidian-claude-one-on-one && curl -fsSL https://raw.githubusercontent.com/mikehelmick/obsidian-claude/HEAD/commands/one-on-one.md -o ~/.claude/skills/mikehelmick-obsidian-claude-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