initialise-workspace

Create a documentation repository and configure project settings from a template.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/themachinagod/andgasm-claude-orchestration-project --skill initialise-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initialise-workspace
Source: https://github.com/themachinagod/andgasm-claude-orchestration-project/tree/main/.claude/skills/initialise-workspace
Command: npx skills add https://github.com/themachinagod/andgasm-claude-orchestration-project --skill initialise-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a new project workspace, setting up essential documentation repositories and configuration files so you can start building immediately.

Core Features & Use Cases

  • Project Scaffolding: Creates a dedicated documentation repository from a template.
  • Configuration Management: Moves and configures agent settings (.claude/, CLAUDE.md) to the workspace root.
  • Use Case: When starting a new software project, use this Skill to quickly establish the project's documentation hub, including status tracking, repository definitions, and initial READMEs, all pre-populated with your project's details.

Quick Start

Run the initialise-workspace skill from an empty directory to set up your new project.

Frequently Asked Questions about initialise-workspace

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

FAQPage Schema
How do I bootstrap a new project workspace with documentation and configuration files?

To bootstrap a new project workspace, you can use an automated scaffolding tool that creates a documentation repository from a template and migrates configuration files like `.claude/` and `CLAUDE.md` to your workspace root for immediate development.

Do I need GitHub CLI and Git installed for project scaffolding?

Yes, project scaffolding requires GitHub CLI for repository operations and Git for version control to automate repository creation and configuration file migration during workspace initialization.

What is the best way to set up a documentation repository for AI-orchestrated development?

The best way to set up a documentation repository for AI-orchestrated development is using an automated workspace initialization tool that pre-populates status tracking, repository definitions, and initial READMEs from a template.

Can I run workspace initialization in an existing directory with files?

Workspace initialization is designed to run from an empty directory to establish a new project's documentation hub, creating dedicated repositories and moving configuration files without conflicting with existing project structures.

What configurations are moved during workspace initialization?

During workspace initialization, the tool moves and configures agent settings, specifically the `.claude/` directory and `CLAUDE.md` file, migrating them to the workspace root to configure essential project settings.

Why does project setup require a dedicated documentation repository?

Project setup requires a dedicated documentation repository to establish a central hub for status tracking, repository definitions, and initial READMEs, ensuring structured documentation for AI-orchestrated development workflows.