skills/smithery.ai/ac-workspace-manager

ac-workspace-manager

Installation
SKILL.md

AC Workspace Manager

Manage git worktrees for isolated autonomous development.

Purpose

Provides workspace isolation using git worktrees, enabling parallel development and safe rollback without affecting the main branch.

Quick Start

from scripts.workspace_manager import WorkspaceManager

manager = WorkspaceManager(project_dir)
worktree = await manager.create_worktree("feature-auth")
await manager.merge_completed(worktree)

Worktree Strategy

Installs
1
First Seen
Apr 4, 2026
ac-workspace-manager from smithery.ai