用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill source-command-sync命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | source-command-sync |
| description | Check guide/landing synchronization status |
Use this skill when the user asks to run the migrated source command sync.
Run comprehensive sync verification between guide repository and landing site.
Execute ./scripts/check-landing-sync.sh and display results with enhanced formatting.
🔄 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.
🔄 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 ...]
═══════════════════════════════════════════════════════════
❌ Synchronization Issues Detected (1 issue)
Issues to Fix:
1. Templates Count Mismatch
Location: Codex-ultimate-guide-landing/index.html
Current: 63
Expected: 65
Action: Update badge and meta tags with correct count
Quick Fixes:
# Update landing templates count
cd /Users/florianbruniaux/Sites/perso/Codex-ultimate-guide-landing
# Edit index.html lines: 6, 9, 188, 204, 455
# Change "63 templates" → "65 templates"
git add index.html
git commit -m "fix: sync templates count (63 → 65)"
git push
Recommended:
Run /update-infos-release to automate synchronization
/update-infos-release - Automated sync + version management/version - View current versions/changelog - View recent CHANGELOG entries