Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:36 +08:00
commit fa5f444aac
13 changed files with 1103 additions and 0 deletions

18
commands/monorepo-init.md Normal file
View File

@@ -0,0 +1,18 @@
---
name: monorepo-init
description: Initialize monorepo configuration and activate working-in-monorepos skill
---
Run monorepo-init script to detect subprojects and generate .monorepo.json.
Preview detection:
```bash
~/.claude/plugins/working-in-monorepos/skills/working-in-monorepos/scripts/monorepo-init --dry-run
```
Write configuration:
```bash
~/.claude/plugins/working-in-monorepos/skills/working-in-monorepos/scripts/monorepo-init --write
```
After writing the configuration, activate the working-in-monorepos skill to enable enhanced monorepo navigation.