aam source scan¶
Source Management
Synopsis¶
Description¶
Scan a registered source for artifacts. Runs the artifact scanner on the cached clone and displays discovered skills, agents, prompts, and instructions.
Arguments¶
| Argument | Required | Description |
|---|---|---|
| SOURCE_NAME | Yes | Display name of the registered source |
Options¶
| Option | Short | Default | Description |
|---|---|---|---|
--type | -t | (all) | Filter by artifact type (repeatable) |
--json | false | Output as JSON |
Examples¶
Example 1: Scan all artifacts¶
Output:
openai/skills — 12 artifacts
Skills (8):
code-review Review code changes for quality issues
code-gen Generate code from natural language
test-writer Write unit tests for functions
...
Agents (3):
architect Design system architectures
...
Prompts (1):
summarize Summarize long documents
Example 2: Filter by type¶
See also¶
- aam source add - Add a source
- aam source candidates - List unpackaged candidates
- aam source enable-defaults - Enable default community sources