ce:compound-refresh

Identify documentation drift against the current codebase and generate a maintenance report.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jaydubya818/New_baseline --skill ce-compound-refresh-jaydubya818
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:compound-refresh
Source: https://github.com/jaydubya818/New_baseline/tree/main/skills/compound-engineering/plugins/compound-engineering/skills/ce-compound-refresh
Command: npx skills add https://github.com/jaydubya818/New_baseline --skill ce-compound-refresh-jaydubya818

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

ce:compound-refresh helps maintain the accuracy and relevance of docs/solutions by reviewing existing learnings and pattern docs against the current codebase, applying updates, consolidations, or replacements after refactors, migrations, or knowledge drift.

Core Features & Use Cases

  • Review learnings for drift against the codebase
  • Consolidate or refresh pattern docs when patterns have evolved
  • Generate a maintenance report with Applied and Recommended actions

Quick Start

Run the ce:compound-refresh skill to audit docs/solutions and refresh them against the current codebase.

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 documentation drift after refactoring my codebase?

Documentation drift is identified by reviewing existing learnings and pattern docs against the current codebase. This skill detects inconsistencies caused by refactors or migrations and applies updates, consolidations, or replacements to keep docs accurate.

How do I automatically consolidate outdated pattern docs?

Outdated pattern docs are consolidated and refreshed by auditing them against the current codebase. You can apply safe updates automatically without prompts by enabling mode:autofix in the arguments.

What is a maintenance report for codebase documentation?

A maintenance report for codebase documentation details Applied and Recommended actions after auditing for drift. It outlines executed updates and consolidations alongside suggested manual actions to keep learnings relevant.

Can I automatically apply safe documentation updates without manual prompts?

Yes, you can apply safe documentation updates without manual prompts by enabling autofix mode. Passing mode:autofix in the arguments executes safe actions automatically to refresh docs without requiring user confirmation.

When should I refresh my project's learnings and solutions docs?

You should refresh learnings and solutions docs after refactors, migrations, or when knowledge drift occurs. Running an audit ensures existing pattern documentation accurately reflects the current codebase state.