← ClaudeAtlas

straymark-ailoglisted

Create an AILOG (AI Action Log) document for the current changes. Quick shortcut for the most common document type.
StrangeDaysTech/straymark · ★ 3 · AI & Automation · score 59
Install: claude install-skill StrangeDaysTech/straymark
# StrayMark AILOG Skill Quickly create an AI Action Log (AILOG) document for the current changes. ## Instructions This is a shortcut skill that creates AILOG documents directly. ### 1. Gather Context ```bash # Get current date date +%Y-%m-%d # Get modified files git status --porcelain # Summarize the CURRENT work (staged + unstaged + untracked) — label each block. # Avoid `HEAD~1`: it summarizes the previous commit, not the work being logged. git diff --cached --stat # staged changes git diff --stat # unstaged changes git status --porcelain # includes untracked files ``` ### 2. Confirm with User **Always confirm before creating:** ``` ╔══════════════════════════════════════════════════════════════════╗ ║ StrayMark AILOG ║ ╠══════════════════════════════════════════════════════════════════╣ ║ ║ ║ 📊 Changes detected: ║ ║ • Files: [list of modified files] ║ ║ • Lines: [+X / -Y] ║ ║ ║ ║ 📝 Will create: ║ ║ AILOG-YYYY-MM-DD-NNN-[description].md ║ ║ ║ ║ Please provide a brief description of what w