Sub-skill of git-worktree-workflow: Headless Mode in Worktrees.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill headless-mode-in-worktrees --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Headless Mode In Worktrees?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-headless-mode-in-worktrees-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: git-worktree-workflow-headless-mode-in-worktrees
description: 'Sub-skill of git-worktree-workflow: Headless Mode in Worktrees.'
version: 1.1.0
category: development
type: reference
scripts_exempt: true
---
# Headless Mode in Worktrees
## Headless Mode in Worktrees
```bash
# Automate worktree operations
WORKTREE="../project-auto-$(date +%s)"
git worktree add -b auto-task "$WORKTREE" main
cd "$WORKTREE"
claude -p "Complete the task in task.md" --output result.md
# Collect results
cp result.md ../results/
git worktree remove "$WORKTREE"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!