New Person banner
mikehelmick mikehelmick

New Person

Productivity community

Description

--- description: Create a new person's 1:1 file and optionally a person note allowed-tools: Read, Write, Edit, Glob --- Set up files for a new person you're starting to meet with. The user's input: $ARGUMENTS Steps: 1. Parse the user's input for the person's full name. If not provided, ask for it. 2. Check if a file already exists in `one-on-ones/` matching this name (fuzzy match). Also check top-level `.md` files. If they already exist, tell the user and stop. 3. Create the 1:1 file at `on

Installation

Installs to ~/.claude/skills/mikehelmick-obsidian-claude-new-person/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository