using-git-worktrees

using-git-worktrees is a skill for Claude Code, Codex from jchildree/Claud-itect-Skill. It costs 36 tokens per session (1,973 once invoked), scanned A, original, no licence file.

A workflow for creating an isolated Git worktree, which is a separate working directory linked to the same repository.

In plain words
What is it for?
Use it before feature implementation or when following a plan that needs its own workspace.
Why use it?
It keeps feature changes separate from the current workspace, reducing accidental changes to unrelated work.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/jchildree/claud-itect-skill/using-git-worktrees
Any agent
npx skills add jchildree/Claud-itect-Skill --skill using-git-worktrees
Clone the repo
git clone --depth 1 https://github.com/jchildree/Claud-itect-Skill

Made for: Claude Code, Codex.

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 using-git-worktrees

README.md
[![agentmods](https://agentmods.dev/badge/skills/jchildree/claud-itect-skill/using-git-worktrees.svg)](https://agentmods.dev/skills/jchildree/claud-itect-skill/using-git-worktrees)
Your own site
<a href="https://agentmods.dev/skills/jchildree/claud-itect-skill/using-git-worktrees"><img src="https://agentmods.dev/badge/skills/jchildree/claud-itect-skill/using-git-worktrees.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,973 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00036 $0.01973
Opus 5 $0.00018 $0.00986
Sonnet 5 $0.00007 $0.00395
Haiku 4.5 $0.00004 $0.00197

Measured 4d ago against content hash 22b3093282c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

using-git-worktrees 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 4d 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.

skills/using-git-worktrees/SKILL.md · 229 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 229 lines · 36 tokens per session scan A 22b3093282c0

Subscribe to this mod's changes

using-git-worktrees is a skill published in the GitHub repository jchildree/Claud-itect-Skill (3 stars, last pushed 1mo ago), with no licence file. It adds 36 tokens to every session and 1,973 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

compound-v

Use when superpowers:brainstorming is about to begin (pre-brainstorm recon), OR has produced a spec, OR when superpowers:writing-plans has produced a plan, OR when about to invoke superpowers:subagent-driven-development or superpowers:executing-plans. Sidekick that intercepts these four Superpowers transitions — runs…

procoders/superpowers-v · 103 tokens

backend-launcher

Use when Compound V's dispatcher needs to run one file-scoped job on a chosen backend (Claude subagent, headless Codex worker, headless Antigravity worker, headless Cursor worker, headless Devin worker, or headless opencode worker) and get back a canonical jobresult. The single jobspec → jobresult contract every…

procoders/superpowers-v · 91 tokens

pr-review

Use when the user wants to deeply review a pull/merge request or a local diff — "review this PR", "grill the MR", "stress-test this diff", "deep-dive code review", "code review before merge", or when they name a PR/MR URL, number, or feature branch. Works on GitHub (gh), GitLab (glab), or a plain local branch with no…

procoders/superpowers-v · 96 tokens

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session.

DollarDill/beads-superpowers · 17 tokens

write-documentation

Use when writing or substantially rewriting human-facing prose: documentation, README, guides, blog posts, emails, Slack messages, PR descriptions, release notes, or any text a human will read. Not for code comments, commit messages, or agent-to-agent communication.

DollarDill/beads-superpowers · 56 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

DollarDill/beads-superpowers · 37 tokens