docs-refresh

Audit and regenerate project documentation from source files with Notion context.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/s0lci700/OVERLAYS --skill docs-refresh-s0lci700
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-refresh
Source: https://github.com/s0lci700/OVERLAYS/tree/main/.claude/skills/docs-refresh
Command: npx skills add https://github.com/s0lci700/OVERLAYS --skill docs-refresh-s0lci700

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and regenerates project documentation to reflect the latest source files and architecture.

Core Features & Use Cases

  • Freshness audit: compares codebase content with docs and flags drift.
  • Regeneration workflow: re-creates docs from source, applying the project's formatting rules.
  • Notion-aware planning: leverages sprint context from Notion to align docs with current scope.

Quick Start

Run the docs-refresh skill to audit and regenerate documentation from the current codebase.

Frequently Asked Questions about docs-refresh

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

FAQPage Schema
How do I audit project documentation for drift against a codebase?

A documentation freshness audit compares codebase content with existing docs to flag drift. It identifies mismatches between current source files and outdated documentation before any regeneration occurs, ensuring alignment with the latest architecture.

What is the best way to regenerate docs from source files?

Regenerating docs from source files involves re-reading the latest codebase content before writing and applying the project's formatting rules. This controlled regeneration workflow produces format-compliant outputs reflecting the current source architecture.

Does docs-refresh work with Notion-backed sprint planning?

Yes, it supports Notion-backed sprint planning. The workflow leverages Notion context to align documentation regeneration with current sprint scope, pulling planning data before re-creating docs from source files.

Can I refresh documentation across multiple directories in my project?

Yes, you can refresh documentation across multi-directory docs. The regeneration workflow re-reads sources across multiple directories and outputs docs in the defined structure, maintaining format compliance throughout the project.

When should I run a documentation freshness audit?

Run a documentation freshness audit when your codebase has changed significantly and docs may no longer reflect the latest source files. It is essential before sprint planning to ensure docs align with the current architecture.