Loading...
Loading...
Check if the compound-engineering plugin is up to date and fix stale cache if not. Use when the user says "update compound engineering", "check compound engineering version", "ce update", "is compound engineering up to date", "update ce plugin", or reports issues that might stem from a stale compound-engineering plugin version. This skill only works in Claude Code — it relies on the plugin harness cache layout.
npx skill4agent add everyinc/compound-engineering-plugin ce-update${CLAUDE_PLUGIN_ROOT}echo "${CLAUDE_PLUGIN_ROOT}" 2>/dev/null || echo '__CE_UPDATE_ROOT_FAILED__'gh release list --repo Everyinc/compound-engineering-plugin --limit 30 --json tagName --jq '[.[] | select(.tagName | startswith("compound-engineering-v"))][0].tagName | sub("compound-engineering-v";"")' 2>/dev/null || echo '__CE_UPDATE_VERSION_FAILED__'ls "${CLAUDE_PLUGIN_ROOT}/cache/every-marketplace/compound-engineering/" 2>/dev/null || echo '__CE_UPDATE_CACHE_FAILED__'__CE_UPDATE_ROOT_FAILED__${CLAUDE_PLUGIN_ROOT}__CE_UPDATE_VERSION_FAILED____CE_UPDATE_CACHE_FAILED__rm -rf "<plugin-root-path>/cache/every-marketplace/compound-engineering"/plugin marketplace update