Skip to content

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

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile
--targetoptionNoclaude-codeWhere to install the skill
--destoptionNoDestination path (required when --target dir)
--forcebooleanNoOverwrite existing destination

Examples

sh
pega skill install
sh
pega skill install --target cursor
sh
pega skill install --target dir --dest ./skills/pega-dx
sh
pega skill install --target claude-code --force

skill list

List available skill targets and resolved install paths

Usage

bash
pega skill list [flags]

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega skill list

skill show

Print the SKILL.md body or a named reference to stdout

Usage

bash
pega skill show [section] [flags]

Arguments

ArgumentRequiredDescription
sectionNoReference section name (e.g. case-lifecycle)

Flags

FlagTypeRequiredDefaultDescription
--formatoptionNojsonOutput format (json, compact, yaml, table)
--fieldsoptionNoComma-separated top-level fields to include in output
--dry-runbooleanNoPrint HTTP request details and exit without executing
--quietbooleanNoSuppress all stderr progress/warning output
--verbosebooleanNoEmit full HTTP request/response details to stderr
--no-cachebooleanNoBypass token file cache; perform fresh OAuth exchange
--profileoptionNodefaultNamed config profile

Examples

sh
pega skill show
sh
pega skill show case-lifecycle