new-space

Generate Anteroom space YAML files with validated schema and inline comments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/troylar/anteroom --skill new-space
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-space
Source: https://github.com/troylar/anteroom/tree/main/src/anteroom/cli/default_skills/new-space
Command: npx skills add https://github.com/troylar/anteroom --skill new-space

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a guided process to generate a new Anteroom space YAML file with guided setup experience.

Core Features & Use Cases

  • Guided space creation: generate a portable YAML workspace that bundles repos, packs, instructions, and config overrides.
  • Validation and clarity: ensures schema structure and comments to help future maintenance.
  • Quick adaptation: supports optional sections like repos, pack_sources, packs, sources, and config overrides.

Quick Start

Answer the guided prompts to generate a new-space YAML file.

Frequently Asked Questions about new-space

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

FAQPage Schema
How do I generate a portable workspace YAML that bundles repos and config overrides?

To generate a portable workspace YAML, you can use a guided setup process that prompts you for repos, packs, sources, and config overrides, then validates the schema and outputs a structured YAML file with inline comments for easy maintenance.

What is an Anteroom space YAML file used for?

An Anteroom space YAML file defines a portable workspace configuration that bundles multiple repos, pack sources, packs, and config overrides into a single structured file, allowing teams to quickly replicate or share their development environment setup.

Can I include optional sections like pack_sources and config overrides in my workspace setup?

Yes, the workspace setup supports optional sections including repos, pack_sources, packs, sources, and config overrides, allowing you to tailor the generated YAML file to your team's specific project structure and configuration requirements.

What's the best way to ensure my workspace YAML schema is valid before sharing it with my team?

The best way to ensure a valid workspace YAML schema is to use a guided generation tool that automatically validates the structure as you input your repos, packs, and config overrides, preventing schema errors before the file is created.

Does the generated workspace YAML file include comments for future maintenance?

Yes, the generated workspace YAML file includes inline comments that explain the schema structure and optional sections, helping team members understand and maintain the configuration over time without needing external documentation.

How do I create a structured setup workflow for a new team workspace?

You can create a structured setup workflow by answering guided prompts that collect your required repos, packs, and instructions, which are then automatically assembled and validated into a clear, portable YAML workspace definition.