workspace-bootstrap

Your one-stop shop for news, sports, and weather in one place.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The bootstrapping skill automates the initialization of a DocMason repository for local operation. It creates the required directories, sets up a repo-local virtual environment, and records readiness state to ensure a safe, repeatable starting point.

Core Features & Use Cases

  • Create and validate the repo-local environment, including a dedicated virtual environment and necessary runtime state.
  • Run a governed preflight to verify capabilities and prepare the workspace for production use.
  • Repair and recover degraded or moved workspace states, ensuring repeatable bootstrapping across machines.

Quick Start

Run the workspace bootstrap to initialize the repo-local environment and create the required runtime state.

Frequently Asked Questions about workspace-bootstrap

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

FAQPage Schema
How do I bootstrap a local workspace environment with a virtual environment and preflight checks?

Bootstrapping a local workspace environment is automated by creating a repo-local .venv, running preflight capability checks, and recording runtime state via docmason doctor, prepare, and status commands to ensure deterministic shell execution.

What is a preflight check in environment setup?

A preflight check in environment setup is a governed verification process that validates system capabilities and prepares the workspace for production use, ensuring all runtime requirements are met before operations begin.

How do I repair a degraded or moved workspace state across machines?

Repairing a degraded or moved workspace state involves re-running the bootstrap process to recover and validate the repo-local environment, ensuring repeatable setup and structured readiness reporting across different machines.

Does workspace bootstrap work without external dependencies?

Workspace bootstrap works without external dependencies, relying solely on internal scripts to create directories, set up the virtual environment, and record readiness state for safe, repeatable local operation.

What's the best way to ensure deterministic shell execution in a local workspace?

Ensuring deterministic shell execution is achieved by running docmason prepare and status commands, which validate capabilities and record structured runtime state within a dedicated repo-local virtual environment.

When do I need to initialize a new DocMason workspace?

Initializing a new DocMason workspace is needed when starting local operation from scratch, requiring the creation of necessary directories, a virtual environment, and runtime state to establish a safe starting point.