skills/worklog/SKILL.md
Unified worklog system. Synthesizes session work into daily markdown files with clean bullet points. Supports weekly rollups for Slack #progress sharing. Replaces fragmented checkpoint/session-state/weekly-notes systems.
npx skillsauth add astoreyai/claude-skills worklogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One command to rule them all. Synthesizes your Claude sessions into shareable daily worklogs.
/worklog # Today's work summary (aggregated across all sessions)
/worklog --morning # Yesterday's comprehensive rollup (for morning standup)
/worklog --weekly # Weekly rollup since last Monday
/worklog --yesterday # Yesterday's summary
/worklog --slack # Discord/Slack-optimized format
Every session end automatically appends to ~/worklog/YYYY-MM-DD.md:
/worklog command)~/worklog/YYYY-MM-DD.md/worklog)# 2026-01-12 (Sunday)
## Completed
- Built unified /worklog skill for worklog system
- Investigated hook configurations across plugins
## In Progress
- PhD thesis experiments (85% ready)
## Files Modified
- ~/.claude/skills/worklog/SKILL.md
- ~/.claude/skills/worklog/worklog.py
## Decisions
- Consolidated 3 overlapping systems into single worklog
## Blockers
- None
/worklog --weekly)# Week 2, 2026 (Jan 6-12)
## Summary
5 days active, 23 tasks completed, 3 projects touched
## By Project
### xai
- Thesis experiments 6.1-6.3 in progress
- Committee feedback incorporated
### ww
- Memory consolidation tests passing
## Key Decisions
- ...
## Next Week
- ...
Worklog Location: ~/worklog/ (git-tracked)
Source Data:
~/.claude/worklogs/{project}/worklog-*.json~/.claude/session-state/{project}/session-*.json~/Documents/Obsidian/Aaron/Session-Logs/Cron job posts to Discord #progress at 5pm daily:
0 17 * * * python3 ~/.claude/skills/worklog/post_to_discord.py
python3 ~/.claude/skills/worklog/post_to_discord.py --setup
python3 ~/.claude/skills/worklog/post_to_discord.py # Today
python3 ~/.claude/skills/worklog/post_to_discord.py --yesterday # Yesterday
python3 ~/.claude/skills/worklog/post_to_discord.py --dry-run # Preview
Webhook URL: ~/.config/worklog/discord-webhook
tools
# YouTube Transcriber Pipeline - Claude Code Skill **Version**: 1.0.0 | **Status**: Ready for Claude Code Integration ## Overview Complete 4-skill pipeline for extracting, formatting, organizing, and archiving YouTube transcripts. Integrates with Claude Code CLI using the system's configured API keys (no manual key management needed). ## Capabilities This skill provides a complete workflow: 1. **Extract Facts** - AI-powered fact extraction from transcripts (uses Claude API via Claude Code)
content-media
# YouTube Transcriber Skill Extract transcripts from YouTube videos, playlists, and channels with automatic intelligent processing. ## Overview One unified command that intelligently assesses input and handles everything—single videos, batch files, playlist expansion, channel extraction. No need to choose between commands; it figures out what to do. ## Capabilities - **Auto-Detect Input**: Single URL, file of URLs, playlist, channel - **Smart Expansion**: Automatically expands playlists/cha
development
# Trading Analysis Skill **Version**: 1.0.0 **Category**: Financial Analysis / Trading **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Comprehensive trading performance analysis and edge identification system for Interactive Brokers accounts. Analyzes CSV statements to identify trading patterns, position sizing issues, time-of-day edges, and risk management problems. ## Features ### 1. **CSV Statement Parsing** - Parse Interactive Brokers activity statements (CSV for
development
# System Health Check & Cleanup Skill **Version**: 1.0.0 **Category**: System Administration / Performance Optimization **Author**: Claude Code **Last Updated**: November 22, 2025 ## Overview Automated system health monitoring and cleanup workflow. Diagnoses performance issues, identifies resource bottlenecks, fixes orphaned services, kills stale processes, and cleans cache bloat. Designed for archimedes (32c/125GB) but works on any Linux system. ## Features ### 1. **System Diagnostics** -