ce:compound-refresh

Refresh documentation learnings and patterns against a codebase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of refreshing stale or drifting learnings and pattern documents in the 'docs/solutions/' directory, ensuring accuracy and relevance against the current codebase.

Core Features & Use Cases

  • Automated Refresh: Reviews and updates learnings and pattern documents to maintain accuracy post-code changes.
  • Autonomous and Interactive Modes: Offers both autonomous mode for batch processing and interactive mode for user guidance.
  • Scope Selection: Provides flexible scope selection, from individual files to entire directories.

Quick Start

Run the skill with the 'ce:compound-refresh' command and provide any optional scope hints as needed.

Frequently Asked Questions about ce:compound-refresh

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

FAQPage Schema
How do I automate documentation refresh for stale pattern docs against a current codebase?

Automating documentation refresh is done by running the 'ce:compound-refresh' command, which reviews and updates stale learnings and pattern documents in the 'docs/solutions/' directory to match your current codebase. It supports both autonomous batch processing and interactive user-guided modes.

When do I need to refresh learnings and pattern documentation in my software engineering workflow?

You need to refresh learnings and pattern documentation when post-code changes cause your existing docs to drift or become stale. This process ensures continuous documentation maintenance, keeping your recorded solutions accurate and relevant against the actively modified codebase.

Does this documentation refresh tool support interactive mode for user guidance?

Yes, the documentation refresh tool supports both autonomous mode for batch processing and an interactive mode for user guidance. This allows you to choose between fully automated updates or a guided process when refreshing stale learnings.

What is the best way to maintain accuracy of solution docs after code changes?

The best way to maintain solution doc accuracy is using continuous documentation maintenance automation. This approach automatically reviews and updates your learnings and patterns post-code changes, preventing drift and ensuring relevance without requiring manual intervention.

Can I target specific files instead of updating the entire docs directory during a refresh?

Yes, you can target specific files by using the scope selection feature with optional scope hints. This allows you to narrow the documentation refresh from the entire 'docs/solutions/' directory down to individual files as needed.