workspace-environment

Enforce file-writing rules directing deliverables to the output/ subdirectory.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/ganoro/equiforte-workspaces-local-2 --skill workspace-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-environment
Source: https://github.com/ganoro/equiforte-workspaces-local-2/tree/main/df1ef9f0-3138-4b76-8be9-a0e40bc4ccef/claude-plugin/skills/workspace-environment
Command: npx skills add https://github.com/ganoro/equiforte-workspaces-local-2 --skill workspace-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces critical rules for file creation and saving within the containerized agent environment, ensuring that all output is correctly collected and preventing errors caused by forbidden paths.

Core Features & Use Cases

  • Mandatory Output Directory: Guarantees all deliverable files are saved to the output/ subdirectory.
  • Forbidden Path Prevention: Blocks attempts to write files to restricted system directories like /home/user/ or /tmp/.
  • Relative Path Enforcement: Promotes the use of relative paths for reliable file operations.
  • Use Case: Ensures that any report, data file, or generated artifact is correctly placed in output/ so the agent can retrieve it.

Quick Start

Ensure all files are saved to the output directory.

Frequently Asked Questions about workspace-environment

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

FAQPage Schema
How do I ensure files are saved to the correct output directory in a containerized agent environment?

To ensure files are saved to the correct output directory, you need workspace file-writing rules that automatically enforce all deliverables go to the `output/` subdirectory. This guarantees correct file collection and retrieval in a containerized agent environment.

What is the best way to prevent an agent from writing files to forbidden absolute paths?

Preventing an agent from writing to forbidden absolute paths requires enforcing mandatory workspace file-writing rules that block restricted system directories like `/home/user/` or `/tmp/`. This actively promotes the use of relative paths for reliable file operations.

Why does my generated report fail to appear in the agent's output directory?

Generated reports fail to appear in the output directory because they were likely written to forbidden paths instead of the `output/` subdirectory. Enforcing relative path writing rules redirects all generated artifacts to the correct location for retrieval.

Can I use absolute paths for file creation within a containerized agent workspace?

No, you cannot use absolute paths for file creation within this containerized agent workspace. Forbidden path prevention actively blocks attempts to write files to restricted system directories, instead guaranteeing all deliverables are directed to the `output/` subdirectory.

When do I need workspace environment rules for file writing operations?

You need workspace environment rules for file writing whenever an agent creates, saves, or generates files in a containerized environment. This ensures that any report, data file, or generated artifact is correctly placed in the `output/` subdirectory.