원클릭으로
setup
Install, upgrade, or verify ctx persistent memory system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install, upgrade, or verify ctx persistent memory system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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)
| 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.