Favicon of using-git-worktrees

using-git-worktrees Skill

AI Agent SkillTypeScriptOpen source

Use this whenever you need to create an isolated workspace. Published by microsoft in FluidFramework.

Decision snapshot

Is this a fit?

Best for

Developers using FluidFramework, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
92/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using FluidFramework

Declared skill metadata

  • Source file: .agency/plugins/nori/skills/using-git-worktrees/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use using-git-worktrees Skill

  • Use it for developers using fluidframework.

Built with

TypeScriptCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
4,934
Forks
581
Last commit
2 months ago
Last verified
Aug 25, 2026
Metadata fetched
Aug 25, 2026
Repository age
7 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to using-git-worktrees