workspace-manager

Automate workspace initialization and cleanup for multi-agent environments.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill workspace-manager-arendon1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-manager
Source: https://github.com/arendon1/agent-skills/tree/main/workspace-manager
Command: npx skills add https://github.com/arendon1/agent-skills --skill workspace-manager-arendon1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates workspace setup and organization to minimize friction when moving between different AI agents and to maintain a clean "shipping state" repository.

Core Features & Use Cases

  • Workspace Initialization: Sets up a standardized directory structure that supports multiple agent workflows, IDE configurations, and essential project files.
  • Automated Cleanup: Optimized .gitignore management and automated auditing of "orphan" files at the root level, moving them to a .review folder for later inspection.
  • Multi-Agent Support: Deploys a robust .agent/ hierarchy to consolidate context, rules, and skills for any LLM agent.

Quick Start

Initialize the workspace with the provided /workspace-init command, then run /workspace-cleanup to audit and maintain the structure.

Frequently Asked Questions about workspace-manager

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

FAQPage Schema
How do I automate workspace setup for multiple AI agents?

Workspace initialization for multi-agent environments deploys a standardized .agent/ hierarchy to consolidate context, rules, and skills. This Skill uses deterministic Python scripts to establish consistent directory structures across different models and deployments.

What is the best way to maintain a clean repository shipping state when switching between LLM agents?

Maintaining a clean repository shipping state when switching LLM agents requires automated cleanup to optimize .gitignore management and audit orphan files. This Skill moves orphaned root-level files into a .review folder, minimizing friction during transitions.

How do I initialize and organize an agent workspace using Python scripts?

To initialize and organize an agent workspace, execute the /workspace-init command to establish the directory structure, followed by /workspace-cleanup to audit the hierarchy. These commands run deterministic Python scripts located under the scripts/ directory.

Does workspace-manager require any specific dependencies to manage multi-agent environments?

Managing multi-agent environments with workspace-manager requires no external dependencies. It operates solely using deterministic Python scripts included within the scripts/ component to handle initialization, cleanup, and deployment of the .agent hierarchy.

What happens to orphan files at the root level during automated workspace cleanup?

During automated workspace cleanup, orphan files at the root level are audited and automatically moved to a .review folder for later inspection. This process ensures the root directory maintains a clean shipping state alongside optimized .gitignore management.

When should I use an automated workspace organization tool for devops and tooling?

An automated workspace organization tool should be used when managing multi-agent environments requiring consistent workspace structures across models and deployments. It minimizes friction and maintains clean project states during automated devops workflows.