/shipstar:write-blog-post turns shipped work into a published article:
brainstorm angles from the commits, generate a draft in your project’s
voice, revise together, publish when you say so.
Install
Via the official Claude Code plugin (bundles the MCP connection):curl -fsSL <APP_URL>/agent-skills/install.sh | sh -s -- <APP_URL>).
When to use it
Say “write a blog post about what we’ve been building”, “dev-blog entry for this month’s work”, or name the exact angle you want covered.What the agent does
- Calls
generate_blog_post_ideasfor the commit window and lets you pick an angle (or takes the one you stated). - Generates with
generate_blog_post, choosingblog_optionswith you — short vs long, SEO mode with a target keyword, single-feature deep-dive vs multi-feature roundup — plus any audience or scope guidance. - Polls
get_generation_status, shows you the draft, and iterates withupdate_contentuntil it reads right. - Publishes to your blog destination only on your explicit confirmation
via
approve_content/publish_content.
Requirements
- Shipstar MCP server connected (see Set up Shipstar)
- GitHub connected with at least one tracked repository
SKILL.md.