source

Manage source repositories for artifact discovery.

Commands

source add

Add a source repository to your configuration.

agpm source add <repo>

source list

List all configured source repositories.

agpm source list

source remove

Remove a source repository.

agpm source remove <repo>

source discover

Show available artifacts in a source repository.

agpm source discover <repo>

Examples

Add a source and discover its artifacts:

agpm source add anthropics/skillsagpm source discover anthropics/skills

Output:

Discovering artifacts in anthropics/skills...

Available artifacts:
  - pdf: PDF manipulation toolkit
  - web-search: Web search integration
  - image-gen: Image generation skill

Source Formats

The <repo> argument accepts:

  • owner/repo - GitHub shorthand
  • owner/repo#subpath - With subpath
  • https://github.com/owner/repo - Full URL

See Also

  • Sources - Learn about source formats
  • Discovery - How artifacts are discovered
  • add - Add specific artifacts