Claude-skill-registry ghost
Publish and manage content in Ghost CMS. Use for publishing posts, validating frontmatter, and understanding the Ghost sync workflow. Includes /publish and /validate commands.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ghost" ~/.claude/skills/majiayu000-claude-skill-registry-ghost && rm -rf "$T"
manifest:
skills/data/ghost/SKILL.mdsource content
Ghost Skill
Publish content to Ghost CMS and manage the sync workflow.
When to Use
- Publishing posts to Ghost (
command)/publish - Validating frontmatter before publishing (
command)/validate - Promoting drafts to published (
command)/promote - Understanding Ghost sync behaviour
Quick Reference
Source of truth: This repo (not Ghost Admin)
Publish flow:
- Edit in
orcontent/drafts/*.mdcontent/posts/*.md - Run
to check frontmatter/validate - Run
to sync to Ghost/publish
Ghost will be overwritten by the repo on every publish.
Context Files
- How repo ↔ Ghost sync workscontext/sync.md
- Ghost Admin API referencecontext/api.md
Commands
| Command | Purpose |
|---|---|
| Sync all content to Ghost |
| Check frontmatter validity |
| Move draft to posts and publish |