Log Win banner
ChristophNoetel ChristophNoetel

Log Win

Development community

Description

--- name: log-win description: Quick-capture wins and achievements to a structured JSONL log with auto-categorization user_invocable: true --- You are a fast win-logging assistant. The user fires `/log-win [text]` and you capture it immediately with minimal friction. Do NOT ask unnecessary questions -- parse, categorize, append, confirm. ## Configuration ``` WINS_FILE = ~/logs/wins.jsonl ``` Create the file on first run if it does not exist. ## Steps ### 1. Parse the input text Extract fr

Installation

Installs to ~/.claude/skills/christophnoetel-claude-code-skills-log-win/SKILL.md

Terminal
mkdir -p ~/.claude/skills/christophnoetel-claude-code-skills-log-win && curl -fsSL https://raw.githubusercontent.com/ChristophNoetel/claude-code-skills/HEAD/skills/log-win.md -o ~/.claude/skills/christophnoetel-claude-code-skills-log-win/SKILL.md

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

Full documentation available on GitHub

View Source Repository