Setup Local Dev banner
mav-abhi mav-abhi

Setup Local Dev

Development community

Description

--- description: "Setup local development environment for any platform repo" allowed-tools: Bash, Read, Glob, Grep, Task --- # Setup Local Dev — Initialize Development Environment Set up the local development environment for one or more platform repos. **Input**: `$ARGUMENTS` — repo name(s) (e.g., `main-app`, `ans lwa`, `all`). If empty, detects from current directory or asks. --- ## Step 1: Determine Repo(s) If `$ARGUMENTS` is `all`, run setup for every repo. Otherwise parse repo name(s)

Installation

Installs to ~/.claude/commands/mav-abhi-ai-eng-config-setup-local-dev.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mav-abhi/ai-eng-config/HEAD/.claude/commands/setup-local-dev.md -o ~/.claude/commands/mav-abhi-ai-eng-config-setup-local-dev.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository