Install
mkdir -p .claude/skills/cm-git-worktrees && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18582" && unzip -o skill.zip -d .claude/skills/cm-git-worktrees && rm skill.zipInstalls to .claude/skills/cm-git-worktrees
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
[Deprecated] worktree management is part of execution. Use `cm-execution` instead.Key capabilities
- →Manage git worktrees (deprecated)
- →Migrate from cm-git-worktrees to cm-execution
- →File an issue for missing capabilities
How it works
This skill is a deprecated placeholder that directs users to an alternative skill for worktree management. It provides migration instructions.
Inputs & outputs
When to use cm-git-worktrees
- →Manage git worktrees (deprecated)
About this skill
cm-git-worktrees — Deprecated
⚠️ This skill is deprecated as of CodyMaster v6.0.0 and will be removed in v6.1.0.
Use
cm-executioninstead. worktree management is part of execution.See docs/migration-v2.md for the full mapping.
The original content is preserved at SKILL.archive.md for reference.
Migration
# Old: cm <use this skill>
# New (v6.0+): cm execution <equivalent action>
If you depend on a capability that didn't carry over, please file an issue: https://github.com/tody-agent/codymaster/issues
When not to use it
- →Any new worktree management tasks
Limitations
- →Skill is deprecated
- →Will be removed in v6.1.0
- →Worktree management is part of execution
How it compares
This skill explicitly states its deprecation and provides a direct migration path, unlike simply removing a feature.
Compared to similar skills
cm-git-worktrees side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cm-git-worktrees (this skill) | 0 | 2mo | Review | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| openspec-onboard | 10 | 5mo | Review | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by tody-agent
View all by tody-agent →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.