List

GitNexus List

Roxabi 0873d5c 887 B Updated

File contents

GitNexus List

List all repositories registered in the GitNexus global registry.

Entry

/gitnexus-list

Step 1 — Run List

gitnexus list

Step 2 — Parse JSON Output

{
  "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

Roxabi/roxabi-plugins/tree/main/plugins/gitnexus/skills/list commit 0873d5c12a

Frequently asked questions

npx skillmds@latest add roxabi/list