npx claudepluginhub zate/cc-plugins --plugin ctxThis skill is limited to using the following tools:
Install, upgrade, or verify the ctx persistent memory system.
Automatically installs, configures, or upgrades ClaudeMemory Ruby gem with status checks, database init, doctor runs, and config verification. Use for fresh setups or updates in Claude Code.
Configures Context Hub dependencies: installs Serena and Context7 plugins, sets up Forgetful MCP server (standard or custom). For new dev environments or MCP troubleshooting.
Explains claude-mem's observation capture from Read/Edit/Bash actions, memory injection starting second session, and local storage in ~/.claude-mem. Activates on 'how does it work?' queries.
Share bugs, ideas, or general feedback.
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.