ce-compound-refresh

Audit docs/solutions against the codebase and apply drift-aware updates.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-compound-refresh-thisisryanswift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/thisisryanswift/zellij-agent-tools/tree/main/.opencode/skills/ce-compound-refresh
Command: npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-compound-refresh-thisisryanswift

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Automates the maintenance of learnings and pattern docs under docs/solutions by auditing them against the current codebase and applying drift-aware actions (update, consolidate, replace, or delete) to keep documentation accurate and actionable.

Core Features & Use Cases

  • Regularly audits learnings and patterns to identify drift between docs and code.
  • Applies targeted changes to improve accuracy, consolidate duplicate content, or retire obsolete guidance.
  • Generates a comprehensive maintenance report summarizing applied and recommended actions.

Quick Start

Trigger the drift refresh on demand to refresh docs/solutions with minimal prompts.

Frequently Asked Questions about ce-compound-refresh

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

FAQPage Schema
How do I automatically refresh stale documentation to match my current codebase?

To refresh stale documentation, audit learnings and pattern docs against the current codebase to detect drift, then apply targeted actions like update, consolidate, replace, or delete to keep docs accurate.

What is documentation drift and how do I identify it in pattern docs?

Documentation drift occurs when learnings and pattern docs become outdated relative to the codebase. You identify drift by auditing file references, frontmatter, and code context to flag inconsistencies during maintenance.

How do I clean up duplicate and obsolete learnings across multiple topics?

To clean up duplicate and obsolete learnings, execute a drift-aware audit across multiple topics that consolidates overlapping content, replaces outdated guidance, and deletes obsolete files while generating a structured report.

When should I run a documentation maintenance audit?

Run a documentation maintenance audit when drift is flagged during routine maintenance, immediately after significant code changes, or when users request a cleanup of stale docs to ensure guidance remains accurate.

Does the documentation refresh workflow scale across multiple topics?

Yes, the documentation refresh workflow scales across multiple topics by analyzing frontmatter, file references, and code context, executing drift-aware actions, and recording a provenance trail for review.