en un clic
dotfiles
dotfiles contient 6 skills collectées depuis ferdinandyb, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Load this skill when performing git operations that modify repository state: add, commit, amend, rebase, merge, stash, worktree, reset, checkout, switch, branch create/delete.
Use tuicr's review CLI to read and add comments in active TUI review sessions, and launch tuicr in the host neovim (or a tmux pane) when a user needs an interactive review pane.
Read or control a neovim instance this opencode process is running under (embedded terminal, floaterm, or similar) via nvim's native --server/--remote* flags -- cursor position, visual selection, open a file at a line, list buffers, load a quickfix list, or run/send anything else. Use when editor context matters (the user says "the cursor", "my selection", "what I'm looking at") or a task should open a location or populate the quickfix list in their running neovim. Do nothing if $NVIM is unset -- there is no attached neovim to talk to.
Run Tecton plan and tests via Pants in the data-science repo. Handles long-running commands with proper output capture to avoid truncation.
Load before ANY taskagent operation, or when you read a file referencing taskagent (org/projects, plan files, docs). taskagent is the human-facing backlog and durable cross-session memory — not in-session working memory. For steps you'll finish this session, use TodoWrite + the plan file.
MUST load before ANY git or yadm operation — reading, writing, branching, committing, diffing, logging, rebasing, or anything else git-related. No exceptions.