using-git-worktrees Skill
Use this whenever you need to create an isolated workspace. Published by microsoft in FluidFramework.
What is using-git-worktrees Skill?
Use this whenever you need to create an isolated workspace. Published by microsoft in FluidFramework. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using FluidFramework
Technical details
- Install or run with Copy skill directory
When to use using-git-worktrees Skill
- Use it for developers using fluidframework.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/FluidFramework
- Skill file: .agency/plugins/nori/skills/using-git-worktrees/SKILL.md
What it does
Use this whenever you need to create an isolated workspace.
Skill instructions
<required CRITICAL Add the following steps to your Todo list using TodoWrite: 1. Find the worktrees directory. - Check existing directories using the Bash tool: ls -d .worktrees 2/dev/null - If not found, ask me for permission to create a .worktrees directory - If given permission, create .worktrees. 2. Verify .gitignore before creating a worktree using the Bash tool: bash Check if directory pattern in .gitignore grep -q "^.worktrees/$" .gitignore || grep -q "^worktrees/$" .gitignore - If not found, add the appropriate line to the .gitignore immediately. 3. Create the worktree - Come up with a good branch name based on the request. - Create the worktree with the Bash tool: git worktree add ".worktrees/$BRANCHNAME" -b "$BRANCHNAME" - cd into the newly created path with the Bash tool: cd $path 4. Auto-detect and run project setup. bash Node.js if [ -f package.json ]; then npm install; fi Rust if [ -f Cargo.toml ]; then cargo build; fi Python if [ -f requirements.txt ]; then pip install
Explore related resources
Frequently asked questions
What is using-git-worktrees?
using-git-worktrees is a open-source AI agent skill with Copy skill directory. Use this whenever you need to create an isolated workspace.
Who is using-git-worktrees best for?
using-git-worktrees is best for reusing agent instructions, scripts, and references.
How do I install using-git-worktrees?
Install or run using-git-worktrees using Copy skill directory. Check using-git-worktrees for the latest setup command.
Is using-git-worktrees actively maintained?
using-git-worktrees may need a closer maintenance check before production use.
Auto-fetched from GitHub.