using-git-worktrees

using-git-worktrees is a skill for Claude Code, Codex from takaakit/superpowers-uml. It costs 36 tokens per session (2,234 once invoked), scanned A, original, no licence file.

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

In plain words
What is it for?
Use it before isolated feature development or an implementation plan that should not modify the current working directory.
Why use it?
It keeps feature work or an implementation plan separate from the current workspace and its uncommitted changes.

Skill for Claude CodeCodex

Part of the superpowers-uml plugin — 14 skills, 1 hook, 1 MCP server shipped together

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/takaakit/superpowers-uml/using-git-worktrees
Any agent
npx skills add takaakit/superpowers-uml --skill using-git-worktrees
Clone the repo
git clone --depth 1 https://github.com/takaakit/superpowers-uml

Made for: Claude Code, Codex.

Or install superpowers-uml, the plugin that ships this one along with the rest of its 14 skills, 1 hook, 1 MCP server.

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/takaakit/superpowers-uml/using-git-worktrees.svg)](https://agentmods.dev/skills/takaakit/superpowers-uml/using-git-worktrees)
Your own site
<a href="https://agentmods.dev/skills/takaakit/superpowers-uml/using-git-worktrees"><img src="https://agentmods.dev/badge/skills/takaakit/superpowers-uml/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 2,234 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.02234
Opus 5 $0.00018 $0.01117
Sonnet 5 $0.00007 $0.00447
Haiku 4.5 $0.00004 $0.00223

Measured 4d ago against content hash 895b2426ca10, 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.

plugins/superpowers-uml/skills/using-git-worktrees/SKILL.md · 218 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 · 218 lines · 36 tokens per session scan A 895b2426ca10

Subscribe to this mod's changes

using-git-worktrees is a skill published in the GitHub repository takaakit/superpowers-uml (12 stars, last pushed 20d ago), with no licence file. It adds 36 tokens to every session and 2,234 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-30.

Related

Other skills, from other repositories

uml-diagramming

Produces Mermaid or PlantUML diagram code from user specifications for UML, architecture, and flow diagrams. Use when the user asks for diagram code or output for the generateuml MCP tool. Supports Kroki-renderable output.

antoinebou12/uml-mcp · 50 tokens

uml-mcp-diagrams

Creates diagrams via the uml-mcp MCP server (generateuml, validateuml, listdiagramtypes, generateumlbatch) and returns shareable Kroki URLs. Use when the user wants diagrams, PlantUML/Mermaid/D2/UML, URLs, Kroki, or diagramtype.

antoinebou12/uml-mcp · 69 tokens

mcp-python

Create and extend MCP (Model Context Protocol) servers in Python using FastMCP and the official SDK. Covers tools, resources, prompts, STDIO vs HTTP transports, logging rules for STDIO, and production best practices. Use when building or modifying MCP servers in Python, adding tools/resources/prompts, debugging MCP…

antoinebou12/uml-mcp · 76 tokens

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