cs-sync

Synchronize CS documents to the updated CS-GUIDE.md template.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/younwony/TIL --skill cs-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cs-sync
Source: https://github.com/younwony/TIL/tree/main/.claude/skills/cs-sync
Command: npx skills add https://github.com/younwony/TIL --skill cs-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CS-GUIDE.md 업데이트에 따라 기존 CS 문서들을 새로운 가이드 형식에 맞춰 자동으로 동기화합니다. 수동 업데이트로 인한 불일치를 줄이고 문서의 일관성을 유지합니다.

Core Features & Use Cases

  • 자동 동기화: CS-GUIDE.md의 변경 사항을 탐지하고 기존 CS 문서에 반영합니다.
  • 검증 체크: 필수 섹션 존재 여부, 헤더 형식, 연관 문서 링크의 유효성 등을 확인합니다.
  • 안전한 업데이트 기록: 변경 보고서를 생성하고 수동 검토 후 적용할 수 있습니다.
  • Use Case: 템플릿이 업데이트되면 이 스킬로 cs/* 문서를 한 번에 업데이트합니다.

Quick Start

cs-sync 스킬을 사용해 cs/ 트리를 스캔하고 CS-GUIDE.md의 변경 필요 여부를 판단한 다음 동기화 워크플로를 실행합니다. 필요 시 범위를 지정하고 진행 여부를 확인합니다. 실행 결과와 변경 요약이 제공됩니다.

Frequently Asked Questions about cs-sync

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

FAQPage Schema
How do I automatically synchronize CS documents when the CS-GUIDE.md template changes?

CS synchronization detects changes to your CS-GUIDE.md template and automatically applies them across all documents in the cs/ directory. The Skill adds missing required sections, reorders content to match the standard template, transforms difficulty notation, validates links, and generates a comprehensive report of all changes made.

What does the cs-sync Skill check when validating CS documents?

The Skill validates required sections exist, verifies header format consistency, checks section order against the template, confirms difficulty notation is correct, and validates that all cross-references and links to related documents are functional and correctly formatted.

Can I run synchronization on specific categories instead of all CS documents?

Yes. cs-sync supports full synchronization across the entire cs/ directory, category-based synchronization to target specific document groups, or missing-section-only mode to update only documents lacking required sections. You can specify scope and confirm before changes are applied.

How do I review changes before the Skill updates my CS documents?

The Skill generates a detailed synchronization report showing all proposed changes before they're applied. You can review this report and choose manual review mode, which lets you approve or reject updates rather than applying them automatically.

What triggers the cs-sync workflow?

The Skill activates through keywords like 'CS synchronization', 'CS sync', or 'guide reflection' in your request. Once triggered, it scans the cs/ directory, compares documents against the current CS-GUIDE.md template, and executes the synchronization workflow you specify.