# List Projects

> List all projects in an Azure DevOps organization. Use when you need to discover project names or IDs before fetching repository or pull request details.

- Skill: `sasky80/list-projects` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sasky80/list-projects`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sasky80/list-projects/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: sasky80 (https://skillmd.com/u/sasky80)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sasky80/list-projects

---


# List Projects

## Platform Note

- Clean-install path: use the Go command from `.github/tools/skills-go`.

## Arguments

| # | Name | Required | Description |
|---|------|----------|-------------|
| 1 | organization | Yes | Azure DevOps organization |

## Examples

```bash
go run ./.github/tools/skills-go/cmd/skills-go list-projects myorg
```

## Output

Returns JSON with a `value` array of project objects, each containing `id`, `name`, `description`, and `state`.

