Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.78 KB

File metadata and controls

42 lines (28 loc) · 1.78 KB

MCS Documentation

Documentation for Managed Claude Stack (mcs) — a configuration engine for Claude Code environments.

Getting Started

New to mcs? Start here:

  1. Install and Quick Start — Get your first pack running in under 2 minutes
  2. CLI Reference — Complete command reference (sync, pack, doctor, export, cleanup, check-updates, config)
  3. Troubleshooting — Common issues and fixes

Building Tech Packs

Creating your own shareable Claude Code configuration:

  1. Creating Tech Packs — Tutorial: build your first pack from scratch (includes mcs export shortcut)
  2. Tech Pack Schema — Complete techpack.yaml field reference

Understanding the Engine

How mcs works under the hood:

  1. Architecture — Package structure, sync flow, convergence model, safety guarantees, and extension points

Quick Links

Task Where to look
Install mcs README > Quick Start
Add a pack CLI > mcs pack add
Sync a project CLI > mcs sync
Create a pack Creating Tech Packs
Validate a pack CLI > mcs pack validate
Export your setup CLI > mcs export
Diagnose issues CLI > mcs doctor
Understand internals Architecture
Fix a problem Troubleshooting

Home | CLI Reference | Creating Tech Packs | Schema | Architecture | Troubleshooting