sync-docs

Installation
SKILL.md

Documentation Sync

ドキュメント(docs/)を実装コードと照合し、乖離を検出・修正する。

Usage

/sync-docs [target]
  • target: 対象ディレクトリ(省略時: docs/)

Workflow

Phase 1: 対象特定

find <target> -name "*.md" -type f
Installs
2
First Seen
Apr 9, 2026
sync-docs — bigdra50/dotfiles