finishing-a-development-branch

finishing-a-development-branch is a skill for Claude Code from Ibrahim-3d/orchestrator-supaconductor. It costs 44 tokens per session (1,382 once invoked), scanned A, original, AGPL-3.0.

A guide for finishing a development branch after implementation and tests are complete. A development branch is a separate line of code used to make a change safely.

In plain words
What is it for?
It helps compare options such as merging the branch, opening a pull request, or cleaning up the finished work.
Why use it?
It helps developers choose what to do with completed work instead of leaving the branch, pull request, or cleanup decision unclear.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orchestrator-supaconductor plugin — 42 skills, 38 commands, 15 agents, 1 hook shipped together

Good fit It helps compare options such as merging the branch, opening a pull request, or cleaning up the finished work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch
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 Ibrahim-3d/orchestrator-supaconductor --skill finishing-a-development-branch
Clone the repo
git clone --depth 1 https://github.com/Ibrahim-3d/orchestrator-supaconductor

Made for: Claude Code.

Or install orchestrator-supaconductor, the plugin that ships this one along with the rest of its 42 skills, 38 commands, 15 agents, 1 hook.

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 finishing-a-development-branch

README.md
[![agentmods](https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch/github.svg)](https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch)
Your own site
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for finishing-a-development-branch

Your own site · 80×15
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/finishing-a-development-branch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,382 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.
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.1 $0.00044 $0.01382
Opus 5 $0.00022 $0.00691
Sonnet 5 $0.00009 $0.00276
Haiku 4.5 $0.00004 $0.00138

Measured 9d ago against content hash 26e00da3d589, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

finishing-a-development-branch 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 9d 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/finishing-a-development-branch/SKILL.md · 227 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 9d ago First seen · 227 lines · 44 tokens per session scan A 26e00da3d589

Subscribe to this mod's changes

finishing-a-development-branch is a skill published in the GitHub repository Ibrahim-3d/orchestrator-supaconductor (377 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 44 tokens to every session and 1,382 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-09-03.

Related

Other skills, from other repositories

subagent-driven-branch-ref-froze-stranded-commits

Diagnose and recover from "PR merged, but half my work is missing from main" cases in superpowers:subagent-driven-development (or similar one-fresh-subagent-per-task) sessions, where committed work survives in the worktree's HEAD chain but never makes it into the pushed branch ref. Use when ANY of these appears: (1)…

wan-huiyan/agent-traffic-control · 545 tokens

git-add-u-after-async-post-commit-hook

Prevent (and recover from) git add -u + git commit --amend + git push --force-with-lease catastrophically rolling thousands of unrelated tracked-file deletions into an amended commit when the project has an async post-commit hook that mutates tracked files (e.g. regenerates docs/site/.html, docs/site/index.html…

wan-huiyan/agent-traffic-control · 398 tokens

async-post-commit-hook-commit-orphaned-by-squash-merge

In a repo with an ASYNC/background post-commit hook (one that fires after a commit and creates its OWN follow-up commit — [auto-docs] …, a docs/site regen, a changelog/checkbox tick), the hook's commit can land LOCAL-ONLY after your git push already captured just your work commit, so it is never in the PR and gets…

wan-huiyan/agent-traffic-control · 409 tokens

working-tree-edits-stranded-on-squash-merge

Diagnose and prevent "I made the fix but it's not on main" cases where the fix was applied in the working tree via Edit / Write but never git added before the squash-merge. Use when: (1) you squash-merged a PR and the user reports the issue is back, (2) git status after the merge shows uncommitted changes for files…

wan-huiyan/agent-traffic-control · 236 tokens

git-amend-hits-async-post-commit-hook-commit

Use when a git commit --amend silently rewrites the WRONG commit in a repo that has an async/background post-commit hook. Trigger: after a normal commit, git log shows an unexpected extra commit on top that a background hook created ([auto-docs] ..., a docs/site regen, a changelog/checkbox tick) — and a later --amend…

wan-huiyan/agent-traffic-control · 184 tokens

commit

Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Python files, and…

ReflexioAI/claude-smart · 122 tokens