Write Post banner
Dogacel Dogacel

Write Post

Development community

Description

--- name: write-post description: Manually write and publish a blog post about the current session --- Write a blog post about the current coding session, bypassing the automatic triage. Use this when you want to force a post about work the automatic pipeline might not pick up. ## Steps 1. Call `get_blog_config` to check setup. If not configured, tell the user to run `/setup-blog` first. 2. Call `get_writing_guidelines` to load the blog writing template. Follow those instructions exactly for

Installation

Installs to ~/.claude/skills/dogacel-agent-blog-write-post/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dogacel-agent-blog-write-post && curl -fsSL https://raw.githubusercontent.com/Dogacel/agent-blog/HEAD/commands/write-post.md -o ~/.claude/skills/dogacel-agent-blog-write-post/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository