public-sample-workspace

Copy the ICO and GCS public sample corpus into original_doc/ with overwrite confirmation.

135|36|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/JetXu-LLM/DocMason --skill public-sample-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: public-sample-workspace
Source: https://github.com/JetXu-LLM/DocMason/tree/main/skills/optional/public-sample-workspace
Command: npx skills add https://github.com/JetXu-LLM/DocMason --skill public-sample-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill materializes the tracked ICO + GCS public sample corpus into a live original_doc/ workspace inside the canonical source repository for contributor testing and validation.

Core Features & Use Cases

  • Local bootstrapping: Copy the public sample corpus into original_doc/ to provide a ready-to-test workspace.
  • Safety checks: Inspect existing original_doc/ content and require explicit confirmation before overwriting non-empty directories.
  • Guided materialization: Leverage the canonical sample preset to bootstrap a reproducible testing environment.

Quick Start

Use this skill to copy the ICO+GCS public sample corpus into original_doc/ for contributor testing.

Frequently Asked Questions about public-sample-workspace

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

FAQPage Schema
How do I copy a public sample corpus into a local workspace for contributor testing?

To copy a public sample corpus into a local workspace, this skill materializes the tracked ICO and GCS data into the original_doc directory to provide a ready-to-test environment. It leverages the canonical sample preset to bootstrap a reproducible testing setup.

Can I materialize a sample corpus into a non-empty original_doc directory safely?

Yes, you can safely materialize a sample corpus into a non-empty original_doc directory because the skill includes safety checks that detect existing content. It requires explicit confirmation before overwriting any non-empty directories to prevent accidental data loss.

What is local workspace bootstrapping with ICO and GCS data?

Local workspace bootstrapping with ICO and GCS data is the process of copying a tracked public sample corpus into a local original_doc folder. This creates a live, reproducible testing environment inside the canonical source repository for contributor validation.

Do I need shell or Python command execution to set up a local testing workspace?

Yes, you need shell or Python command execution to set up the local testing workspace because the skill requires local file access to copy corpus files. These execution environments handle the guided materialization and directory safety checks.

What happens if the original_doc directory already contains files when bootstrapping a sample corpus?

When the original_doc directory already contains files during sample corpus bootstrapping, a guard mechanism detects the existing content and pauses. The process requires your explicit confirmation before overwriting to ensure existing local files are protected.

Why does local corpus materialization require explicit confirmation before overwriting?

Local corpus materialization requires explicit confirmation before overwriting to serve as a safety guard against unintended data loss. This precaution ensures contributors do not accidentally replace existing original_doc content during the workspace bootstrapping process.