Agent skill
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ghost
SKILL.md
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 |
Didn't find tool you were looking for?