Obsidian Project banner
eugeniughelbur eugeniughelbur

Obsidian Project

Productivity community

Description

--- description: Create or update a project note — adds to board and daily note automatically --- Use the obsidian-second-brain skill. Execute `/obsidian-project $ARGUMENTS`: The argument is a project name. Handle typos and partial matches. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Search the vault for an existing project matching the name (fuzzy — handle typos) 3. If found: show what was found, confirm with user, then update with new info from conversation 4. If not found:

Installation

Installs to ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-project/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-project && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-project.md -o ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-project/SKILL.md

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

Full documentation available on GitHub

View Source Repository