CLI Reference

ctxindex skills

Discover bundled, release-versioned agent skill documentation.

Bundled skills provide workflow guidance that ships with the ctxindex release. Registry-derived interface facts still come from ctxindex describe.

Usage

ctxindex skills list [--json]
ctxindex skills get [--inline] [--json] <name>
ctxindex skills path

Commands and flags

Command or flagPurpose
listList skill names and summaries.
get <name>Print one bundled skill.
--inlineInline files referenced by the selected skill.
pathPrint the bundled-skills location.
--jsonPrint JSON for list or get.

JSON output

skills list and skills get accept --json. skills path prints the filesystem location as text.

Stable exit codes

Exit codes are API: 0 success; 2 invalid usage; 10 needs_auth; 20 rate limited; 30 network/provider; 40 permission denied; 50 other sync failure; 130 cancelled by SIGINT.

On this page