home/dot_agents/skills/jrnl/SKILL.md
Log accomplishments, learnings, and notes using the `jrnl` CLI. Use this skill whenever the user asks to journal, log, note, jot down, or record what they did, learned, or accomplished — e.g. "journal that I fixed the deploy", "log this", "note that I learned X", "add to my journal". Always write via the `jrnl` command, never to a plain file, and apply the right tag.
npx skillsauth add deferred/dotfiles jrnlInstall 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.
When the user asks to journal/log something, write it with the jrnl CLI to the default journal. Pick the tag from intent and append it to the end of the entry text.
@did — something done or accomplished ("shipped the retry fix", "deployed v2")@til — today I learned / a new fact or insight@work — work-related; add alongside @did/@til when the entry is about the jobTags combine. A work learning gets @til @work. A work accomplishment gets @did @work.
jrnl <entry text> <tags>
Pass the entry as command args (no editor). jrnl uses the default journal, timestamps automatically.
End the entry sentence with a period before the tags. jrnl treats the first sentence as the title, so a period keeps tags out of the title and listings clean.
Input: journal that I fixed the flaky deploy pipeline at work
Command: jrnl Fixed the flaky deploy pipeline. @did @work
Input: note that I learned k8s readiness probe failures evict pods silently
Command: jrnl k8s readiness probe failures evict pods silently — check events first. @til
Input: log that I learned about jrnl tagging while setting up my work journal
Command: jrnl Learned jrnl tagging while setting up my journal. @til @work
jrnl @til, jrnl @did @work, jrnl --tags.testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Remove git worktrees using the Worktrunk CLI `wt`. Use this skill when the user asks to "remove a worktree", "delete a worktree", "clean up a worktree", "remove branch worktree", or wants to get rid of a parallel development environment. Also trigger when the user mentions removing or deleting worktrees in any form.
testing
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
development
Write and revise Markdown so it is clean, scannable, and consistent. Use this skill whenever you are about to produce Markdown of any kind, including READMEs, docs, guides, notes, reports, issue bodies, pull request text, or comments, even if the user did not explicitly ask for Markdown formatting.