with one click
dotfiles
dotfiles contains 3 collected skills from kriansa, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use whenever the user wants to create, remove, or list git worktrees, work on a branch in parallel without disturbing the current checkout, or clean up / prune / garbage-collect / tidy merged or closed branches and their worktrees (including resetting the main worktree back to the default branch and syncing it). The user has a custom wrapper called `git-wt` - always use it (`git wt add` / `rm` / `list` / `gc`) instead of `git worktree` directly.
Use when the user wants to ship/land the current worktree's branch end-to-end — commit, push, open a PR, wait for CI, merge, then delete the worktree and sync main. Trigger phrases include "ship it", "ship this worktree", "land this branch", "commit push wait for CI and merge", "merge and clean up the worktree".
Copy or format text for Slack with rich formatting preserved. Use this whenever the user wants to copy something to Slack, paste into Slack, send a message to Slack, or format or prepare any text or message for Slack — phrases like copy this to Slack, copy for Slack, format for Slack, paste into Slack, make it Slack-ready, or slackify this. Converts markdown to Slack rich text on the clipboard so bold, italic, lists, code blocks, links, and quotes survive the paste.