List all GitNexus-indexed repositories. Triggers: "list repos" | "gitnexus list" | "what repos are indexed" | "show indexed repos".
Scanned 9/23/2026
Install to Claude Code
npx -y skills add Roxabi/roxabi-plugins --skill list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/roxabi-list)More formats (shields.io, HTML) on the badges page.
---
name: gitnexus-list
argument-hint: ''
description: List all GitNexus-indexed repositories. Triggers: "list repos" | "gitnexus list" | "what repos are indexed" | "show indexed repos".
version: 0.1.0
allowed-tools: Bash
---
# GitNexus List
List all repositories registered in the GitNexus global registry.
## Entry
```
/gitnexus-list
```
## Step 1 — Run List
```bash
gitnexus list
```
## Step 2 — Parse JSON Output
```json
{
"repos": [
{
"name": "my-project",
"path": "/home/user/projects/my-project",
"indexed_at": "2024-01-15T10:30:00Z",
"last_commit": "abc123",
"stats": {
"symbols": 1234,
"relationships": 5678
}
}
]
}
```
## Step 3 — Present Results
| Repo | Path | Symbols | Relationships | Last Indexed |
|------|------|---------|---------------|--------------|
| my-project | ~/projects/my-project | 1,234 | 5,678 | 2024-01-15 |
| lyra | ~/projects/lyra | 2,456 | 12,345 | 2024-01-14 |
**No repos indexed** → suggest: `/gitnexus-analyze` in a project directory.
$ARGUMENTS
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!