ctx7@0.4.4
upstash/context7ctx7@0.4.4May 22, 2026by github-actions[bot]
AI Summary
Added a machine-parseable JSON output format to the 'ctx7 skills list' command, aligning it with other CLI commands.
Key Highlights
- Added '--json' flag to 'ctx7 skills list'.
- Output includes 'name', 'path', and 'source' fields.
- Source indicates agent type (universal, claude, cursor, etc.).
- Path is absolute.
New Features
- JSON output for skills list
Full Release Notes
### Patch Changes
- 7cacc94: Add `--json` flag to `ctx7 skills list` for machine-parseable output. Emits `{ skills: [{ name, path, source }] }` where `path` is absolute and `source` is the agent type (`universal`, `claude`, `cursor`, `antigravity`). Matches the existing `--json` pattern on `ctx7 library` and `ctx7 docs`.