Session Journal
This skill should be used at the start of every session, at meaningful milestones during the session, and at the end of every session. Creates and maintains a journal entry file per session documenting goals, progress, decisions, and outcomes.
Session Log
>-
Gitignore Init
Apply when first exploring or reading files in a repo. Checks if a .gitignore file exists and creates one with required entries if it does not.
Session Report
Generate an explorable HTML report of Claude Code session usage (tokens, cache, subagents, skills, expensive prompts) from ~/.claude/projects transcripts.
Gitignore Checker
Apply when reading, creating, or editing any .gitignore file. Ensures required entries are always present.
Meetgeek To Md
Convert a MeetGeek DOCX transcript export to a clean, well-formatted markdown file with corrected speaker attribution, agenda, and Key Takeaways. Use when given a .docx file exported from MeetGeek.
Breakdown To Decide
Walk the user through a set of decisions one at a time — each as a structured choice (issue, why it matters, options with implications and trade-offs, a recommendation) captured via the AskUserQuestion tool. Use this whenever the user faces multiple decisions/findings/issues to resolve and would benefit from deciding on them one by one instead of all at once — e.g. after a code review, audit, or…