list

Display all configured artifacts and their current status.

Usage

agpm list

Output

Shows a table of:

  • Artifact identifier
  • Source repository
  • Installed version (SHA)
  • Lock status (locked/unlocked)
  • Installation status

Example

agpm list

Output:

Artifacts:
  anthropics/skills/pdf
    Source: anthropics/skills
    SHA: 69c0b1a0
    Status: Installed

  owner/repo/my-skill
    Source: owner/repo
    SHA: (not locked)
    Status: Not installed

Use Cases

  • Verify which artifacts are configured
  • Check if artifacts are installed
  • See which versions are currently locked

See Also

  • add - Add new artifacts
  • remove - Remove artifacts
  • update - Update to latest versions