スキル一覧に戻る
lifegenieai

doc-sync

by lifegenieai

LifeGenie personal plugin marketplace for Claude Code

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: doc-sync description: > Documentation synchronization knowledge. Use when analyzing documentation patterns, understanding how code changes map to documentation needs, or determining documentation structure for different project types. allowed-tools:

  • Read
  • Glob
  • Grep metadata: author: erikb version: 1.0.0 category: documentation created: 2026-01-21

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 ChangeDocumentation Need
New featureFeature doc, routes, API reference
Architectural decisionADR (Architecture Decision Record)
New dependencyTech stack reference
Config changeGuides, deployment docs
Schema changeData 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です