From qe-framework
Checks installed version of codex-plugin-cc, compares with latest available, and updates on confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QCodexUpdateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Checks the installed version of `codex-plugin-cc` and updates it if outdated or missing.
Checks the installed version of codex-plugin-cc and updates it if outdated or missing.
Read the codex plugin info from ~/.claude/plugins/installed_plugins.json via getCodexPluginInfo() from scripts/lib/codex_bridge.mjs.
Display status:
Codex Plugin Status
Installed: {yes / no}
Version: {version or n/a}
Path: {installPath or n/a}
Installed: {date or n/a}
Commit: {sha or n/a}
If installed, check if a newer version is available:
claude plugin marketplace search codex or check the marketplace cache at ~/.claude/plugins/marketplaces/ for latest available version.Use AskUserQuestion to confirm before proceeding.
If not installed:
/plugin install codex@openai-codexIf update available:
/plugin install codex@openai-codex (reinstall updates to latest)If already up to date:
After install/update:
installed_plugins.json to confirm new version.npm run qe:validate to verify SIVS config is valid./Qinit for that)/Qupdate for that)npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.