Git Under Contention
TAKEOFF69/codex-skills-kitOperate Git safely when multiple humans or coding agents may share a repository, checkout, index, branches, or worktrees. Use before staging, committing, pushing, merging, rebasing, creating or removing worktrees, recovering apparently lost edits, handling staged files you did not touch, or preserving unfinished agent work under parallel-session contention.
At a glance
This skill is for Coding and helps you resolve git merge conflicts, manage concurrent git operations, and prevent accidental file overwrites in shared repos.
git clone --depth 1 https://github.com/TAKEOFF69/codex-skills-kit
cp -r codex-skills-kit/skills/git-under-contention ~/.claude/skills/git-under-contention
Setup, runtime and requirements describe TAKEOFF69/codex-skills-kit, the repo this skill ships in.
gitMerge ConflictsConcurrent DevelopmentGit WorktreescollaborationVersion Control
Also in TAKEOFF69/codex-skills-kit
View the repoGenerate structured, self-contained Codex task prompts. Use when the user asks for a Codex prompt, delegation task, fix, build, audit, ops/t...
Design, implement, review, or repair durable quality gates such as linters, CI checks, tripwires, corpus detectors, contract suites, and sna...
Run a self-distillation retrospective on recent OpenAI Codex sessions (or any Agent-Skills-compatible agent). Use when the user says 'retro,...
Close a coding-agent session with durable repository state, proportional verification, documentation reconciliation, and a useful handoff. U...
Choose proportional verification and write evidence-bounded completion claims for coding-agent work. Use before saying work is fixed, done,...
Other Coding skills
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...