vibing-worktree-list

vibing-worktree-list is a skill for Claude Code, Codex from shabaraba/vibing.nvim. It costs 62 tokens per session (339 once invoked), scanned A, original, MIT.

A way to list Git worktrees, which are separate working directories connected to one repository, for vibing.nvim chats. It shows their paths, branches, and optionally the latest commit message.

In plain words
What is it for?
Checking what worktrees and branches exist, seeing where each work area is stored, and reviewing the latest recorded change before choosing one.
Why use it?
It makes parallel coding work easier to see without opening a separate interface or relying on extra metadata files. You can identify which isolated work area is in progress.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the vibing-nvim plugin — 12 skills, 1 agent shipped together

Good fit Checking what worktrees and branches exist, seeing where each work area is stored, and reviewing the latest recorded change before choosing one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shabaraba/vibing.nvim/vibing-worktree-list
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shabaraba/vibing.nvim --skill vibing-worktree-list
Clone the repo
git clone --depth 1 https://github.com/shabaraba/vibing.nvim

Made for: Claude Code, Codex.

Or install vibing-nvim, the plugin that ships this one along with the rest of its 12 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibing-worktree-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/shabaraba/vibing.nvim/vibing-worktree-list.svg)](https://agentmods.dev/skills/shabaraba/vibing.nvim/vibing-worktree-list)
Your own site
<a href="https://agentmods.dev/skills/shabaraba/vibing.nvim/vibing-worktree-list"><img src="https://agentmods.dev/badge/skills/shabaraba/vibing.nvim/vibing-worktree-list.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 339 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.00339
Opus 5 $0.00031 $0.00169
Sonnet 5 $0.00012 $0.00068
Haiku 4.5 $0.00006 $0.00034

Measured 8d ago against content hash 8e1cb24f9073, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

vibing-worktree-list scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude-plugin/skills/vibing-worktree-list/SKILL.md · 35 lines

What it actually says

vibing-worktree-list

Git worktrees provide isolated working directories for parallel development. This skill uses plain git commands — no bespoke helper script, no metadata file. A worktree's existence on disk is its entire state.

Directory convention

Worktrees created for isolated work go under .vibing/worktrees/<branch-name>/ at the git root — flat, one worktree per directory, nothing else stored alongside it. This convention is also stated in every vibing.nvim chat's system prompt.

List — "what worktrees exist?"

git worktree list --porcelain

For a one-line hint of what was last done on a given worktree's branch:

git log -1 --format=%s <branch>

This shows every worktree registered against the repo, not just ones under .vibing/worktrees/ — including ones created outside vibing.nvim entirely (a bare git worktree add, or claude --worktree run directly in a terminal). Present branch, path, and (if you fetched it) the last commit message so the user can pick one, whether they're asking out of curiosity or as a lead-in to attaching (see the vibing-worktree-attach skill).

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 35 lines · 62 tokens per session scan A 8e1cb24f9073

Subscribe to this mod's changes

vibing-worktree-list is a skill published in the GitHub repository shabaraba/vibing.nvim (13 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 339 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.