with one click
setup
Install, upgrade, or verify ctx persistent memory system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Install, upgrade, or verify ctx persistent memory system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | setup |
| description | Install, upgrade, or verify ctx persistent memory system |
| when_to_use | Installing or upgrading the ctx binary and database |
| argument-hint | None required |
| user-invocable | true |
| allowed-tools | ["Bash","AskUserQuestion"] |
Install, upgrade, or verify the ctx persistent memory system.
Check if ctx binary is in PATH and get current version:
command -v ctx && ctx version
Check for updates from GitHub releases:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-update.sh
If binary not found OR an update is available, install/upgrade from GitHub releases:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/install-binary.sh
Verify database exists:
ls -la ~/.ctx/store.db
If database missing, initialize:
ctx init
Show current status:
ctx status
Report results to user: binary location, version, database path, node count, tier breakdown. If an upgrade was performed, mention the old and new versions.
Create or update the project security baseline, profile, suppressions file, and gitignore entries for security scans
Fix or guide remediation for a specific security finding from the latest scan report
Run a security assessment using deterministic static analysis tools with LLM-powered triage
Inspect and optionally install security scanning tools for the security plugin
Query ctx memory and inject results into context
Show ctx memory status (node counts, types, tiers, tokens)