skill
skill install
Install the pega-dx agent skill into the right location for your AI tool. Note: --profile is ignored — this command makes no API calls.
Usage
bash
pega skill install [flags]Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
--target | option | No | claude-code | Where to install the skill |
--dest | option | No | Destination path (required when --target dir) | |
--force | boolean | No | Overwrite existing destination |
Examples
sh
pega skill installsh
pega skill install --target cursorsh
pega skill install --target dir --dest ./skills/pega-dxsh
pega skill install --target claude-code --forceskill list
List available skill targets and resolved install paths
Usage
bash
pega skill list [flags]Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
Examples
sh
pega skill listskill show
Print the SKILL.md body or a named reference to stdout
Usage
bash
pega skill show [section] [flags]Arguments
| Argument | Required | Description |
|---|---|---|
section | No | Reference section name (e.g. case-lifecycle) |
Flags
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--format | option | No | json | Output format (json, compact, yaml, table) |
--fields | option | No | Comma-separated top-level fields to include in output | |
--dry-run | boolean | No | Print HTTP request details and exit without executing | |
--quiet | boolean | No | Suppress all stderr progress/warning output | |
--verbose | boolean | No | Emit full HTTP request/response details to stderr | |
--no-cache | boolean | No | Bypass token file cache; perform fresh OAuth exchange | |
--profile | option | No | default | Named config profile |
Examples
sh
pega skill showsh
pega skill show case-lifecycle