Home · Modules · Installation · Contributing · GitHub
Modules
Each module is self-contained and independently versioned.
Shmuelie.Git
Git repository, worktree, status, completion, and PSReadLine prediction helpers. Version 0.1.0. README
Highlights:
New-Repositoryclones into a standard<root>/<org>/<repo>/<branch>layout.- Worktree lifecycle:
New-Worktree,Add-Worktree,Set-Worktree,Remove-Worktree,Update-Worktrees. Get-GitStatusSummaryreturns a typed status object.- A bundled
WorktreePredictor.dllsuggests branch names for worktree commands.
Shmuelie.Copilot
GitHub Copilot CLI sessions, plugins, marketplaces, MCP servers, and the
Start-Copilot launcher. Version 0.1.0.
README
Highlights:
Start-Copilotadds session resume, a multi-session picker, safe git deny rules, and full Copilot CLI flag mapping.Start-Copilot -PassThrureturns the resolved launch plan without launching, so other tools can reuse the built arguments (-DeferResumealso skips the resume picker so an overlay owns session selection).- Path-aware MCP startup: a server’s
autoConnectvalue (true/absent,false, or an array of path globs) decides whetherStart-Copilotenables it for the current directory. See the module README. - Session tools:
Get-CopilotSession,Resume-CopilotSession,Merge-CopilotSession,Compress-CopilotSession,Repair-CopilotSessionEvents. - Plugin, marketplace, and MCP management wrap the public
copilotCLI.
Shmuelie.Node
Node.js, nvm-windows, npm package, and Azure DevOps npm credential helpers. Version 0.1.0. README
Highlights:
- Node version management via nvm-windows.
Get-NpmPackage/Update-NpmPackagefor global packages.Update-AdoNpmTokenrefreshes a token for an explicit Azure DevOps feed URL.
Shmuelie.Utilities
General developer utilities for PowerShell, .NET tools, Python packages, VS Code, Windows Terminal, services, applications, and WPR. Version 0.1.0. README
Highlights:
- Core helpers:
Test-IsElevated,Invoke-InLocation,Reset-TerminalModes. - Tool management for
dotnet,pip,uv, and VS Code extensions. Get-ServiceProcessresolves a service to its hosting process.