Md Log banner
olafkrawczyk olafkrawczyk

Md Log

Documentation community

Description

--- description: Link a markdown file to this session — every prompt, lesson and quiz gets mirrored into it for rendered reading (Obsidian). argument-hint: <path-to-file.md> allowed-tools: Bash(python3 .claude/hooks/md-log.py:*), Bash(python3 $CLAUDE_PROJECT_DIR/.claude/hooks/md-log.py:*) --- Link the session log to `$ARGUMENTS` by running: ``` python3 "$CLAUDE_PROJECT_DIR/.claude/hooks/md-log.py" link $ARGUMENTS ``` Then tell the user, in one line, which file is now linked and that the sessi

Installation

Installs to ~/.claude/skills/olafkrawczyk-learn-claude-md-log/SKILL.md

Terminal
mkdir -p ~/.claude/skills/olafkrawczyk-learn-claude-md-log && curl -fsSL https://raw.githubusercontent.com/olafkrawczyk/learn-claude/HEAD/commands/md-log.md -o ~/.claude/skills/olafkrawczyk-learn-claude-md-log/SKILL.md

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

Full documentation available on GitHub

View Source Repository