azure-initlisted
Install: claude install-skill Saturate/agents
# Azure DevOps Project Initialization
Initialize a local development environment from an Azure DevOps project by cloning all repositories.
## Table of Contents
1. [Overview](#overview)
2. [Arguments](#arguments)
3. [Instructions](#instructions) - Steps 0-8
4. [Optional Flags](#optional-flags)
5. [Example Usage](#example-usage)
6. [Example Output](#example-output)
7. [Error Handling](#error-handling)
8. [Prerequisites](#prerequisites)
9. [Reference Materials](#reference-materials)
## Overview
This skill helps users quickly set up a local development environment by:
- Finding an Azure DevOps project by name or ID
- Listing all repositories in that project
- Cloning all repositories to a local directory
- Organizing them in a clean folder structure
## Arguments
When invoked, parse the arguments as follows:
- **First argument** (required): Project name or ID
- **Second argument** (optional): Target directory path (auto-detected from current location if not provided)
## Instructions
Follow these steps when this skill is activated.
**Copy this checklist to track progress:**
```
Azure DevOps Initialization Progress:
- [ ] Step 0: Verify prerequisites (Git, Azure CLI/MCP)
- [ ] Step 1: Parse arguments
- [ ] Step 2: Find the project
- [ ] Step 3: List repositories
- [ ] Step 4: Determine target directory
- [ ] Step 5: Create directory structure
- [ ] Step 6: Clone repositories
- [ ] Step 7: Verify and report
- [ ] Step 8: Handle any failures
```
### 0. Verify Prerequisites