Initialize monorepo configuration and activate working-in-monorepos skill
Initialize monorepo configuration by detecting subprojects and generating .monorepo.json. Use this first to enable enhanced monorepo navigation and cross-project operations.
/plugin marketplace add technicalpickles/pickled-claude-plugins/plugin install working-in-monorepos@technicalpickles-marketplaceRun monorepo-init script to detect subprojects and generate .monorepo.json.
Preview detection:
~/.claude/plugins/working-in-monorepos/skills/working-in-monorepos/scripts/monorepo-init --dry-run
Write configuration:
~/.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.