new-workspace

Scaffold a mini-repo or monorepo workspace with starter code and setup artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cuongnm-dev/team-ai-config --skill new-workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-workspace
Source: https://github.com/cuongnm-dev/team-ai-config/tree/main/cursor/skills/new-workspace
Command: npx skills add https://github.com/cuongnm-dev/team-ai-config --skill new-workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a new project workspace with a choice between mini-repo and monorepo, providing ready-to-run starter code and presets to accelerate initial setup.

Core Features & Use Cases

  • Centralized template registry with MCP-based loading and local fallback to accelerate bootstrap.
  • Phase-driven scaffold with pre-flight checks, environment templates, and docs generation for immediate development.
  • Monorepo-ready structures and starter configurations that scale from single-service to multi-service projects.

Quick Start

Run /new-workspace to scaffold a ready-to-run workspace.

Frequently Asked Questions about new-workspace

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

FAQPage Schema
How do I scaffold a new project workspace with ready-to-run starter code?

Scaffolding a project workspace involves selecting between mini-repo and monorepo structures to generate ready-to-run starter code. This process utilizes centralized MCP templates with local fallback to provide immediate development configurations.

What is the difference between a mini-repo and a monorepo when setting up a new workspace?

A mini-repo targets single-service projects, whereas a monorepo provides structures and starter configurations that scale to multi-service projects. Selecting between them allows tailoring the workspace structure to current and future project scope.

Can I generate monorepo starter code that scales from single-service to multi-service projects?

Yes, you can generate monorepo-ready structures and starter configurations designed to scale from single-service to multi-service projects. This ensures the workspace architecture supports future expansion without requiring structural rewrites.

How do I bootstrap project documentation and environment templates during workspace setup?

Bootstrapping project documentation and environment templates occurs during the phase-driven scaffold process. It automatically emits reproducible setup artifacts including AGENTS.md, docs, and .env templates to support immediate development and team handoff.

Does the workspace scaffolding pipeline still work if centralized MCP templates are unavailable?

Yes, the workspace scaffolding pipeline functions if centralized MCP templates are unavailable by utilizing a local fallback mechanism. It enforces phase-driven pre-flight checks to guarantee a usable scaffold and reproducible setup plan.