Install
$ agentstack add skill-aegntic-cldcde-ae-ltd-worktree-mesh ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
AE.LTD Worktree Mesh
What This Skill Does
Manages parallel Git worktrees for isolated feature work, hotfixes, and review fixes without context switching. Niche gem source: create-worktrees plugin from awesome-claude-code-toolkit.
- Create isolated worktrees for parallel tasks
- Map branch ownership across worktrees
- Clean up merged/obsolete worktrees safely
Quick Start
User: "I need to work on two features in parallel"
→ git worktree list → git worktree add ../repo-feature -b feature main
Workflow
- Inspect current worktrees.
Run git worktree list and map branch ownership.
- Create targeted worktree.
git worktree add ../- -b
- Isolate runtime config.
Do not duplicate secrets. Keep per-worktree local env overrides where needed.
- Keep each worktree single-purpose.
One task or ticket per worktree. Avoid mixed commits.
- Clean only when safe.
Remove merged/obsolete worktrees, then run git worktree prune.
Guardrails
- Never remove worktrees with uncommitted changes.
- Use
git branch -d, not force delete, unless user explicitly approves. - Keep worktrees outside the main repo directory.
- Use descriptive branch names tied to the task.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aegntic
- Source: aegntic/cldcde
- License: MIT
- Homepage: https://cldcde.cc
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.