source-command-sync
FeaturedCheck guide/landing synchronization status
AI & Automation 5,772 stars
755 forks Updated today CC-BY-SA-4.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# source-command-sync
Use this skill when the user asks to run the migrated source command `sync`.
## Command Template
# Synchronization Check
Run comprehensive sync verification between guide repository and landing site.
## What to Check
Execute `./scripts/check-landing-sync.sh` and display results with enhanced formatting.
## Output Format
```
๐ Guide โ Landing Synchronization Check
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
1๏ธโฃ Guide Version
Guide: 3.9.11
Landing: 3.9.11
Status: โ
Synchronized
2๏ธโฃ Templates Count
Guide Files: 65
Landing (index): 65
Landing (examples): 65
Status: โ
Synchronized
3๏ธโฃ Quiz Questions
Source (JSON): 227
Landing (index): 227
Landing (quiz): 227
Status: โ
Synchronized
4๏ธโฃ Guide Lines
Actual Count: 11,560
Landing Display: 11,000+ (approximate)
Status: โ
Within Tolerance
5๏ธโฃ Codex Version
Releases YAML: v2.1.14
Landing Badge: v2.1.14
Status: โ
Synchronized
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
All Components Synchronized
No action required. Guide and landing site are in sync.
```
## If Mismatches Detected
```
๐ Guide โ Landing Synchronization Check
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
1๏ธโฃ Guide Version
[... as above ...]
2๏ธโฃ Templates Count
Guide Files: 65
Landing (index): 63
Landing (examples): 65
Status: โ ๏ธ MISMATCH
3๏ธโฃ Quiz Questions
[... etc ...]
...
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content โ not just same category
AI & Automation Listed
sync-docs
Sync plans, docs, and instruction files after behavior, commands, contracts, or workflows change. Also covers harness-internal consistency after skill, hook, rule, or script changes. Invoked after /test and before /cross-review as the doc-maintainer agent; inline execution is only a dispatch-failure fallback.
6 Updated today
yoshpy-dev AI & Automation Featured
source-command-update-infos-release
Update Codex releases tracking (guide + landing + version bump)
5,772 Updated today
FlorianBruniaux AI & Automation Listed
sync-guidelines
Inspect drift between code, shared workflow references, and Claude, Codex, or Antigravity harness assets after architecture or workflow changes.
23 Updated 1 weeks ago
Mr-DooSun