← ClaudeAtlas

from-things-mmwlisted

Create a blog post from i-did-a-thing evidence logs - turn your wins into stories
brennacodes/brenna-plugs · ★ 1 · Data & Documents · score 70
Install: claude install-skill brennacodes/brenna-plugs
<references> <reference name="things-bridge" path="references/things-bridge.md" /> <reference name="media-guide" path="../add-media/references/media-guide.md" /> </references> <purpose> Source a blog post from one or more i-did-a-thing evidence logs. Each log already contains a Blog Seed, narrative structure, and potential angles -- this skill transforms them into engaging posts. </purpose> <steps> <step id="load-config" number="1"> <description>Load Configuration</description> <load-config> <action>Resolve the user's home directory.</action> <command language="bash" output="home" tool="Bash">echo $HOME</command> <constraint>Never pass `~` to the Read tool.</constraint> <read path="<home>/.things/config.json" output="config" /> <if condition="config-missing">Tell the user: "Run `/things:setup-things` first." Then stop.</if> <read path="<home>/.things/mark-my-words/preferences.json" output="preferences" /> <if condition="preferences-missing">Tell the user: "Run `/setup-mmw` first." Then stop.</if> </load-config> <action>Read `platform` from preferences.json (default to `quartz` if not set). Read the platform template from `../../platforms/<platform>.md` (relative to this skill's directory). This template defines all platform-specific formatting rules -- frontmatter fields, content syntax, image format, callouts, code blocks, and file naming conventions.</action> <action>Load voice profile.</action>