ce-compound-refresh

Review and refresh docs/solutions/ documents against the current codebase.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Zeptiny/opencode-setup --skill ce-compound-refresh-zeptiny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound-refresh
Source: https://github.com/Zeptiny/opencode-setup/tree/main/skills/ce-compound-refresh
Command: npx skills add https://github.com/Zeptiny/opencode-setup --skill ce-compound-refresh-zeptiny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining the accuracy and relevance of learning and pattern documents within the 'docs/solutions/' directory by reviewing and updating them against the current codebase.

Core Features & Use Cases

  • Review and Refresh: Automatically reviews and refreshes learning and pattern documents in 'docs/solutions/'.
  • Mode Detection: Operates in interactive or autofix mode based on user input.
  • Action Recommendations: Recommends actions like Keep, Update, Consolidate, Replace, or Delete based on the document's relevance.
  • Documentation Quality: Ensures the documentation aligns with the current codebase and is up-to-date.

Quick Start

Run the ce-compound-refresh skill to refresh the learning and pattern documents in 'docs/solutions/'.

Frequently Asked Questions about ce-compound-refresh

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

FAQPage Schema
How do I refresh learning and pattern documents to align with my current codebase?

You can refresh pattern documents by automating the review process against your current codebase, which evaluates relevance and accuracy to determine whether to Keep, Update, Consolidate, Replace, or Delete them.

What is the best way to maintain pattern recognition documentation accuracy?

Maintaining pattern recognition documentation is best achieved by automating document reviews against the actual codebase, ensuring all pattern descriptions align with current implementation logic and remain up-to-date.

Do I need Python to automate document maintenance for learning management files?

Yes, you need Python installed to automate document maintenance, as it requires Python for scripting and analysis to evaluate document relevance and execute the refresh logic.

Can I automatically update docs/solutions/ files without manual review?

Yes, you can automatically update docs/solutions/ files by running the process in autofix mode, which applies recommended actions like Update or Delete directly without requiring interactive user confirmation.

When should I consolidate pattern documents during a codebase alignment review?

You should consolidate pattern documents during a codebase alignment review when the automated analysis detects overlapping content or multiple documents describing similar patterns, recommending consolidation to streamline documentation.

Why does document refresh recommend deleting learning files instead of updating them?

Document refresh recommends deleting learning files when the automated analysis determines the patterns or learnings they describe no longer exist or have no relevance in the current codebase.