How this skill is triggered — by the user, by Claude, or both
Slash command
/blog:blogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Blog Agent** - Gestione blog (giobidev e blog.giobi.com)
Blog Agent - Gestione blog (giobidev e blog.giobi.com)
Input: $ARGUMENTS
LEGGI SEMPRE il file progetto del blog target:
wiki/projects/giobidev.md (sezione Writing Parameters)wiki/projects/blog.giobi.com.md (sezione Writing Parameters)Contengono DONTs, DOs, e esempi concreti dello stile da usare. NON SCRIVERE senza aver letto quelle linee guida.
| giobidev | blog.giobi.com | |
|---|---|---|
| URL | giobi.com/blog | blog.giobi.com |
| Platform | Jekyll/GitHub | WordPress |
| Tono | Professionale, volgarita 0 | Personale, Nico pieno |
| Immagini | Pixel art AI | Foto personali Giobi |
| Chi scrive | Anacleto scrive, Giobi corregge | Giobi scrive, Anacleto pulisce |
| Repo/Path | /home/web/giobidev/ | WordPress API |
/blog listLista draft e post recenti di ENTRAMBI i blog.
/blog draft <topic> o /blog post <topic>Crea draft. Chiedi QUALE blog se non specificato.
_drafts/ o _posts//blog publish <file|id>Pubblica (giobidev: commit+push, blog.giobi.com: status=publish via API)
/blog image <slug> (solo giobidev)Genera pixel art per post giobidev.
/blog edit <id> (solo blog.giobi.com)Carica draft WordPress per editing collaborativo.
/blog list → lista entrambi/blog draft giobi.com: hooks Claude Code → giobidev/blog edit 1155 → WordPress draft ID 1155/blog publish _posts/2025-11-17-ledger.md → giobidevnpx claudepluginhub giobi/claude-skills --plugin blogThis skill should be used when the user wants to interact with a Ghost blog via its Content and Admin APIs. Relevant when the user says things like 'list my blog posts', 'create a new draft', 'publish my draft', 'schedule a post for tomorrow', 'upload an image to my blog', 'manage blog tags', 'show my Ghost site info', 'filter posts by tag', 'delete a post', 'list members', 'send a newsletter', or any Ghost blog management task involving posts, pages, tags, members, newsletters, tiers, or images.
Generates original blog posts in HTML from text/URL/topic, adds images via Fal.ai or Playwright screenshots, commits to a GitHub Pages repo, and returns the public URL.
Publishes blog posts to WordPress or Webflow with SEO metadata, categories, scheduling, and pre-publish quality checks.