← Back to list

ghost
by xavierfuentes
Technical leadership blog content management system for xavierfuentes.com - GitHub-based Ghost CMS workflow
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: ghost description: Publish and manage content in Ghost CMS. Use for publishing posts, validating frontmatter, and understanding the Ghost sync workflow. Includes /publish and /validate commands.
Ghost Skill
Publish content to Ghost CMS and manage the sync workflow.
When to Use
- Publishing posts to Ghost (
/publishcommand) - Validating frontmatter before publishing (
/validatecommand) - Promoting drafts to published (
/promotecommand) - Understanding Ghost sync behaviour
Quick Reference
Source of truth: This repo (not Ghost Admin)
Publish flow:
- Edit in
content/drafts/*.mdorcontent/posts/*.md - Run
/validateto check frontmatter - Run
/publishto sync to Ghost
Ghost will be overwritten by the repo on every publish.
Context Files
context/sync.md- How repo ↔ Ghost sync workscontext/api.md- Ghost Admin API reference
Commands
| Command | Purpose |
|---|---|
/publish | Sync all content to Ghost |
/validate | Check frontmatter validity |
/promote [slug] | Move draft to posts and publish |
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon