worktree-hygiene
Safety rules for git worktrees: verified removal, explicit handovers, one branch per worktree, shared-config hazards, and per-file ownership for parallel actors.
By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 3, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install worktree-hygiene for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add worktree-hygiene@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Vivswan/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/worktree-hygiene/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "worktree-hygiene",
"description": "Safety rules for git worktrees: verified removal, explicit handovers, one branch per worktree, shared-config hazards, and per-file ownership for parallel actors.",
"author": {
"name": "Vivswan Shah",
"email": "[email protected]",
"url": "https://vivswan.github.io/"
},
"homepage": "https://github.com/Vivswan/skills/tree/main/skills/worktree-hygiene",
"repository": "https://github.com/Vivswan/skills",
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"agent-skills",
"git",
"worktrees",
"handover",
"parallel-agents",
"plugin-ready"
],
"skills": "./",
"interface": {
"displayName": "Worktree Hygiene",
"shortDescription": "Safe removal, handover, and sharing of git worktrees.",
"longDescription": "Fires when a session creates, removes, hands over, or shares git worktrees. Gates removal on fresh status codes, content-verified landings, and live-writer checks; makes handovers explicit ownership transfers; enforces one branch per worktree; and names the shared-.git and file-ownership hazards of parallel actors.",
"developerName": "Vivswan",
"category": "Developer Tools",
"capabilities": [
"Read",
"Bash",
"Git"
],
"websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/worktree-hygiene",
"defaultPrompt": [
"Remove this worktree safely once its branch has landed.",
"Hand this worktree over to a fresh agent without a live-writer clobber.",
"Two agents share this repo through worktrees; what must they not touch concurrently?"
],
"brandColor": "#166534"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[worktree-hygiene on Agent Plugins Marketplace](https://pluginsmp.com/plugins/worktree-hygiene)