agentskills.codes
LI

list-repositories

>

Install

mkdir -p .claude/skills/list-repositories && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15129" && unzip -o skill.zip -d .claude/skills/list-repositories && rm skill.zip

Installs to .claude/skills/list-repositories

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

List all Git repositories in an Azure DevOps project. Use when you need to discover repository names or IDs before fetching pull request details.
145 chars✓ has a “when” trigger

About this skill

List Repositories

Platform Note

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

Arguments

#NameRequiredDescription
1organizationYesAzure DevOps organization
2projectYesProject name or ID

Examples

go run ./.github/tools/skills-go/cmd/skills-go list-repositories myorg MyProject

Output

Returns JSON with a value array of repository objects, each containing id, name, defaultBranch, and project info.

Search skills

Search the agent skills registry