folder-structure

Manages DeskAgent project directories and configurations, including environment variables and network shares.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/deskagent-ai/community --skill folder-structure-deskagent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: folder-structure
Source: https://github.com/deskagent-ai/community/tree/main/cowork-plugin/skills/folder-structure
Command: npx skills add https://github.com/deskagent-ai/community --skill folder-structure-deskagent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage and organize your DeskAgent project by providing a clear directory structure and configuration guidelines.

Core Features & Use Cases

  • Central Path Management: Automates path management for scripts, configuration, and runtime data.
  • Directory Overview: Offers a comprehensive guide to the various directories within the DeskAgent project.
  • Environment Variables: Explains how to configure shared and workspace directories using environment variables.
  • Fallback Logic: Describes how user and system definitions are merged or replaced.
  • Network Share Setup: Provides instructions for setting up a network share for team collaboration.
  • Compiled Distribution Structure: Details the structure of compiled DeskAgent distributions for Windows, macOS, and Linux.
  • Security Considerations: Outlines security best practices for API keys and workspace data.

Quick Start

Run the start.bat script with the --shared-dir and --workspace-dir parameters to configure your DeskAgent project structure.

Frequently Asked Questions about folder-structure

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

FAQPage Schema
How do I configure shared and workspace directories for a DeskAgent project?

You can configure shared and workspace directories by running the `start.bat` script with the `--shared-dir` and `--workspace-dir` parameters to establish your project structure.

What is the recommended directory structure for compiled DeskAgent distributions?

The recommended directory structure for compiled DeskAgent distributions includes specific layouts tailored for Windows, macOS, and Linux to ensure proper runtime data and configuration placement.

How does fallback logic work when merging user and system definitions in DeskAgent?

Fallback logic in DeskAgent determines how user and system definitions are merged or replaced, ensuring that local workspace configurations properly inherit or override shared system settings.

Can I set up a network share for team collaboration in a DeskAgent project?

Yes, you can set up a network share for team collaboration by configuring the shared directory environment variables to allow multiple users to access and manage project resources centrally.

What security considerations are needed for API keys and workspace data?

Security considerations for API keys and workspace data involve following best practices to protect sensitive credentials and ensure workspace data integrity within the configured directory structure.

Why use centralized path management for scripts and runtime data?

Centralized path management automates the organization of scripts, configuration files, and runtime data, preventing path resolution errors and simplifying project maintenance across team environments.