ce-compound-refresh

Refresh stale docs in docs/solutions by comparing them against the current codebase.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill ce-compound-refresh-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/compound-engineering/skills/ce-compound-refresh
Command: npx skills add https://github.com/xotong/claude-marketplace --skill ce-compound-refresh-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Maintain the quality of docs/solutions by reviewing learnings against the current codebase and refreshing drifted pattern docs.

Core Features & Use Cases

  • Continuously audit learnings for accuracy against code and update, consolidate, replace, or delete drifted content.
  • Generate a final, actionable report detailing applied and recommended changes in the document set.
  • Support interactive and autofix modes to adapt to user needs and permissions.

Quick Start

Run ce-compound-refresh to audit and refresh docs/solutions; optionally use mode:autofix to apply unambiguous changes.

Frequently Asked Questions about ce-compound-refresh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect and fix documentation drift in my codebase?

Documentation drift is detected by comparing pattern docs and learnings in docs/solutions against the current codebase. The ce-compound-refresh audit identifies stale content and proposes updates, consolidations, replacements, or deletions to realign docs with code.

Can I automatically apply safe updates to stale pattern docs?

Yes, stale pattern docs can be automatically updated using mode:autofix. This mode applies unambiguous, safe changes directly to the document set and generates a final actionable report detailing all applied and recommended modifications.

What is the best way to maintain knowledge management docs against evolving code?

Maintaining knowledge management docs requires continuously auditing learnings for accuracy against the current codebase. Interactive mode asks for decisions on each proposed change, ensuring documentation stays aligned through manual review of updates, consolidations, or deletions.

Does ce-compound-refresh work without external dependencies?

Yes, ce-compound-refresh operates without external dependencies. It relies internally on ce-compound governance to review docs/solutions and propose updates, requiring no additional packages to audit and refresh drifted pattern documentation.

Why are my pattern docs showing outdated solutions after code changes?

Pattern docs show outdated solutions because of documentation drift, where learnings have not been updated to reflect codebase changes. Running an audit compares the docs against current code and generates a report recommending updates or deletions to fix the stale content.

Related Skills