Back to Skills

doc-sync

verified

Documentation synchronization knowledge. Use when analyzing documentation patterns, understanding how code changes map to documentation needs, or determining documentation structure for different project types.

View on GitHub

Marketplace

lifegenie-marketplace

lifegenieai/lifegenie-claude-marketplace

Plugin

doc-sync

documentation

Repository

lifegenieai/lifegenie-claude-marketplace

plugins/doc-sync/skills/doc-sync/SKILL.md

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/lifegenieai/lifegenie-claude-marketplace/blob/main/plugins/doc-sync/skills/doc-sync/SKILL.md -a claude-code --skill doc-sync

Installation paths:

Claude
.claude/skills/doc-sync/
Powered by add-skill CLI

Instructions

# Doc-Sync Skill

Knowledge base for documentation synchronization, covering patterns for
different project types and how code changes typically map to documentation
needs.

## When This Skill Applies

- Analyzing documentation structure in a project
- Determining what documentation is needed for code changes
- Understanding common documentation patterns by project type
- Mapping code changes to documentation categories

## Core Concepts

### Documentation as Code

Good documentation:

- Lives near the code it documents
- Updates when the code updates
- Has consistent structure and style
- Is discoverable and navigable

### The Documentation Gap Problem

Documentation drift happens when:

- Features are implemented but not documented
- Architecture changes without ADRs
- Dependencies are added without noting them
- Status markers (PLANNED, IMPLEMENTED) become stale

### Change-to-Doc Mapping

Different types of code changes require different documentation updates:

| Code Change            | Documentation Need                 |
| ---------------------- | ---------------------------------- |
| New feature            | Feature doc, routes, API reference |
| Architectural decision | ADR (Architecture Decision Record) |
| New dependency         | Tech stack reference               |
| Config change          | Guides, deployment docs            |
| Schema change          | Data model docs                    |

## Reference Materials

For detailed patterns and mappings, see:

- `references/doc-patterns.md` - Documentation patterns by project type
- `references/change-mapping.md` - How code changes map to doc types

## Integration Points

This skill supports the `/update-docs` command and its agents:

- `git-change-analyzer` - Uses change mappings
- `doc-gap-analyzer` - Uses doc patterns
- `doc-updater` - Uses both for context

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1724 chars