Workspace SOP

Manages sandboxed filesystem and metadata for safe code execution.

850|114|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/wentorai/Research-Claw --skill workspace-sop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace SOP
Source: https://github.com/wentorai/Research-Claw/tree/main/skills/workspace-sop
Command: npx skills add https://github.com/wentorai/Research-Claw --skill workspace-sop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Prevents accidental data loss and enforces consistent, recoverable file operations inside the Research-Claw local workspace.

Core Features & Use Cases

  • Git-backed workspace management: Automatically initializes a local-only Git repository and creates commits for workspace saves, enabling history-based recovery.
  • Strict directory conventions: Establishes clear separation of inputs in sources/ and outputs in outputs/ to keep research artifacts organized.
  • Safe write discipline: Requires pre-checks before overwrites, distinguishes append versus overwrite, and guides recovery via restore after deletes.
  • Tool-driven operations: Standardizes how to save, read, list, diff, restore, move, export formats, delete, append, and download binaries into the workspace.

Quick Start

Ask the AI to save your draft to outputs/drafts/paper.md using the safe overwrite rules and commit history guidance.

Frequently Asked Questions about Workspace SOP

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

FAQPage Schema
How do I safely manage research workspace files with Git versioning?

Safely manage research workspace files with Git versioning by initializing a local-only repository that automatically commits saves, enabling history-based recovery and preventing accidental data loss.

How do I restore deleted files or recover previous drafts in a local workspace?

Restore deleted files or recover previous drafts through workspace_restore and commit history, which provides history-based recovery guarantees for research artifacts within the local workspace structure.

Can I enforce strict directory conventions for separating research inputs and outputs?

You can enforce strict directory conventions by separating research inputs in the sources directory and outputs in the outputs directory, keeping research artifacts organized and preventing file path errors.

How do I prevent accidental overwrites when saving research artifacts?

Prevent accidental overwrites by using safe write discipline, which requires pre-checks via workspace_read or workspace_list before saving, distinguishing between append and overwrite operations.

Does Git-backed workspace management work for thesis writing and paper drafting workflows?

Git-backed workspace management works for thesis writing, paper drafting, and citation management workflows by enforcing directory conventions and providing recovery guarantees for research artifacts.

What is the best way to execute commands safely within a local research workspace?

Execute commands safely within a local research workspace by following Git-backed conventions for saving, reading, listing, diffing, restoring, and exporting artifacts to prevent accidental data loss.