agent-workspace

Coordinate long-running cross-codebase tasks into isolated workspaces.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/dxas90/opsy-bag --skill agent-workspace-dxas90
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-workspace
Source: https://github.com/dxas90/opsy-bag/tree/main/.claude/skills/agent-workspace
Command: npx skills add https://github.com/dxas90/opsy-bag --skill agent-workspace-dxas90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage long-running agent task workspaces to isolate cross-codebase tasks and prevent polluting individual repository histories.

Core Features & Use Cases

  • Workspace isolation: Each task gets its own dedicated workspace to track progress without affecting repos.
  • Cross-repo coordination: Manage tasks that span multiple repositories or organizations.
  • Resume and audit: Easily resume work and maintain a persistent tasklog and README for validation.

Quick Start

Create a new agent-workspace for a specific cross-codebase task and initialize its README with the task definition and an empty tasklist.

Frequently Asked Questions about agent-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage long-running tasks across multiple repositories without polluting repo histories?▼

To manage cross-repo tasks without polluting histories, create an isolated agent-workspace. Each task gets a dedicated directory with a README-driven definition and tasklist to track progress independently of the source repositories.

What is the best way to coordinate bulk operations across multiple codebases?▼

The best way to coordinate bulk operations across multiple codebases is using a dedicated cross-repo workspace. It isolates the task with a structured README, tasklist, and optional resource directories like scripts and references for tracking.

Can I resume work on a cross-codebase task after stopping it?▼

Yes, you can resume cross-codebase tasks by using the persistent tasklog and README maintained within the agent-workspace. This structured setup allows you to easily resume work and audit past progress across repositories.

Do I need any specific dependencies to set up a cross-repo task workspace?▼

No specific dependencies are required to set up a cross-repo task workspace. The skill operates independently to initialize an isolated environment with a README, tasklist, and optional directories for scripts, references, and assets.

When should I use an isolated workspace for cross-repo task management?▼

You should use an isolated workspace when starting a new cross-repo task, tracking bulk operations, or resuming work across repositories. It prevents polluting individual repository histories while maintaining a persistent tasklog for validation.