setup-monorepo

Configure monorepo project structure

Content Preview
# Setup Monorepo

Configure monorepo project structure

## Instructions

1. **Monorepo Tool Analysis**
   - Parse monorepo tool from arguments: `$ARGUMENTS` (nx, lerna, rush, yarn-workspaces, pnpm-workspaces, turborepo)
   - If no tool specified, analyze project structure and recommend best tool based on:
     - Project size and complexity
     - Existing package manager
     - Team preferences and CI/CD requirements
   - Validate tool compatibility with existing codebase

2. **Workspace Structu
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-monorepo.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/setup/setup-monorepo.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/setup/setup-monorepo.md

Related Skills