sync-docs-structure

Sync CLAUDE.md's Documentation section with the docs/content/{en,uk} file tree.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/djimontyp/task-tracker --skill sync-docs-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-docs-structure
Source: https://github.com/djimontyp/task-tracker/tree/main/.claude/skills-old/sync-docs-structure
Command: npx skills add https://github.com/djimontyp/task-tracker --skill sync-docs-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates documentation drift between your project files and AI assistant by automatically maintaining structural consistency when documentation changes occur.

Core Features & Use Cases

  • Automatic Structure Sync: Scans bilingual documentation directories and updates the AI assistant's knowledge base
  • Title Extraction: Automatically pulls titles from markdown frontmatter for accurate representation
  • Use Case: When your team adds new API documentation in both English and Ukrainian, this Skill automatically updates the AI assistant's knowledge structure without manual intervention

Quick Start

Use the sync-docs-structure skill to update the documentation structure in CLAUDE.md after recent changes to the docs folder.

Frequently Asked Questions about sync-docs-structure

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

FAQPage Schema
How do I keep documentation and AI assistant knowledge in sync automatically?

Documentation drift occurs when your docs folder changes but your AI assistant's knowledge base doesn't update. This Skill scans your bilingual markdown documentation directories, extracts titles from frontmatter, and automatically updates CLAUDE.md to maintain structural consistency whenever files are added, reorganized, or renamed.

Can I sync multilingual documentation structures automatically?

Yes. This Skill handles bilingual documentation by scanning both your en and uk content directories, extracting structured metadata from markdown files, building a complete file tree for each language, and updating CLAUDE.md with synchronized language-specific sections while preserving all other documentation.

When should I trigger documentation structure synchronization?

Trigger sync when you add new markdown files, reorganize your docs folder structure, rename documentation files, or want to refresh your AI assistant's awareness of current documentation. The Skill can run automatically on file changes or on explicit user request to report updated file counts and language coverage.

What metadata does the Skill extract from markdown files?

The Skill uses scan_docs.py to extract titles from markdown frontmatter, building an accurate representation of your documentation structure. It preserves all non-generated content while automatically reporting language counts and file inventory to reflect current documentation state.

Does this Skill preserve existing CLAUDE.md sections outside documentation?

Yes. The Skill updates only the Documentation section of CLAUDE.md while preserving all other sections intact. It skips generated sites and maintains your existing configuration, ensuring documentation sync doesn't overwrite unrelated content.