ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月27日 19:14
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill syncコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | sync |
| description | Check guide/landing synchronization status |
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️⃣ Claude Code 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: claude-code-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/claude-code-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