omgskills Get the Mac app
Skill

ce-compound-refresh

@everyinc 23k stars Updated 2026-07-24 Author match: High

Refresh the repo's captured learnings against the current codebase. Use when auditing stale, overlapping, superseded, or drifted learnings; avoid general refactor, debugging, or code review unless the learnings store is explicit.

compoundengineering

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/EveryInc/compound-engineering-plugin /tmp/compound-engineering-plugin && ln -s /tmp/compound-engineering-plugin/skills/ce-compound-refresh ~/.claude/skills/ce-compound-refresh

View on GitHub

From README

Compound Refresh Maintain the quality of /solutions/ over time. This workflow reviews existing learnings against the current codebase, then refreshes any derived pattern docs that depend on them. Mode Detection Check whether the arguments you were invoked with contain mode:headless. If present, strip it from the arguments (use the remainder as a scope hint) and run in headless mode. | Mode | When | Behavior | |------|------|----------| | Interactive (default) | User is present and can answer questions | Ask for decisions on ambiguous cases, confirm actions | | Headless | mode:headless in arguments | No user interaction. Apply all unambiguous actions (Keep, Update, Consolidate, auto-Delete, Replace with sufficient evidence). Mark ambiguous cases as stale. Generate a summary report at the end. | Headless mode rules Skip all user questions. Never pause for input. Process all docs in scope. No scope narrowing questions — if no scope hint was provided, process everything.

More from this repo