What problem does it solve? Writing project announcements, release notes, and technical blog posts requires re-reading the codebase and git history, which is time-consuming. This Skill automates that by reading the project source, completed-feature logs, and backlog, then producing a structured markdown article. ## Core Features & Use Cases - Codebase-Driven Writing: Reads agent.yaml, README.md, DONE.md, BACKLOG.md, git history, and key source files to ground the article in what was actually built. - Configurable Tone: Uses the blogger.mood setting (e.g., technical deep-dive, casual, marketing-forward, tutorial) to control voice, structure, and code-snippet depth. - Dated Output Files: Writes the article to a configurable output directory as blog-<project>-<YYYY-MM-DD>.md. - Use Case: After shipping a feature in a Rust MIDI sequencer project, run the Skill to produce a developer blog post covering the architecture, shipped work, and roadmap without writing it manually. ## Quick Start Ask the agent to read this project and write a blog post about the recently completed features using the blogger skill.