new-workspace

Installation
SKILL.md

Create New Git Workspace

Create a branch or Git worktree without confusing project-level management with component-repo management.

Use this skill for:

  • code, experiment, baseline, feature, debug, or rebuttal implementation branches
  • paper venue branches such as NeurIPS, ICML, ICLR, CVPR, ACL, or EMNLP submissions
  • arXiv paper releases
  • camera-ready paper versions

In a full research project, code worktrees should live under <ProjectName>/code-worktrees/, and paper worktrees should live under <ProjectName>/paper-worktrees/.

Pair this skill with:

  • safe-git-ops for non-trivial Git state, conflicts, or sandbox write failures
  • research-project-memory to record worktree purpose and exit condition
  • remote-project-control when a code worktree will be used on an SSH/HPC server
  • run-experiment when the new workspace immediately launches jobs
Related skills
Installs
36
GitHub Stars
4
First Seen
Mar 8, 2026