skills/write-blog-post/SKILL.md
Write a blog post or article fast and in the author's real voice (not generic AI voice), through a conversation. The author says what they want to talk about and gives context (the codebase, repos, ideas they've been chewing on); the skill grounds the draft in the actual code, writes it in the author's voice, generates images, runs a "is this bullshit?" pass, and optionally produces an ElevenLabs voice-clone audio version. Use when the user says "write a blog post", "turn this into an article", "blog from my codebase", "write up what I built", "draft a post about this repo", "article in my voice".
npx skillsauth add RonanCodes/ronan-skills write-blog-postInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Write a blog post or article quickly, grounded in real code, in the author's own voice rather than the generic AI voice everyone can now smell. The method is Nicolas Torres's: have a conversation about what you want to say, pass the actual repos so the claims are real, draft and iterate, read it back with the eyes of "is this bullshit or do I actually understand what I'm conveying", tweak, add pictures, ship. Optionally clone the author's voice in ElevenLabs for an audio version.
This is faster than writing by hand. The whole point is that it stays fast without sounding like a machine wrote it.
Open a real back-and-forth. Do not ask the author for a finished brief and then run. Ask, listen, ask again. Pull out:
Ask 3 to 6 clarifying questions before drafting. If the author is vague on the angle, that's the most important thing to nail down: a post with a clear opinion writes itself; a post that just "covers a topic" reads like AI filler. Use AskUserQuestion for the decisions (angle, audience, length).
Before drafting, go read. Claims must be real, not invented.
README, CLAUDE.md/CONTEXT.md, the relevant source files, recent git log, design docs. If the author named a directory, read it.This is the heart of it. A draft in generic AI voice has failed even if every fact is right.
/ro:write-copy first and obey it. It's the anti-AI-tell bible (see the dedicated section below).vaults/llm-wiki-voice/scratchpad/voice-profile-state.json and the compiled voice-profile.md (run /ro:voice-profile path to get the canonical paths, /ro:voice-profile show to read it). The profile captures the author's refusals and habits: openers they'd never use, words they overuse or ban, sentence rhythm, contrarian takes. Draft to it.A post with one real diagram or image lands harder than a wall of text.
generate-image skill (the plugin's skills/generate-image/SKILL.md) for hero images, illustrations, and social cards.Read the whole thing back with one question in your head, the way Nicolas does it:
Is this bullshit, or do I actually understand and convey what I mean?
Go line by line:
This pass is where the post stops sounding generated. It's the most important step. Treat it as mandatory, not optional polish.
An audio version of the finished post in the author's own cloned voice.
skills/tts-elevenlabs/SKILL.md (text → mp3 via the ElevenLabs API). Reads ELEVENLABS_API_KEY from ~/.claude/.env.ELEVENLABS_VOICE_ID_RONAN (per author) in ~/.claude/.env and pass it as --voice "$ELEVENLABS_VOICE_ID_RONAN".--file)./ro:tts-elevenlabs --file path/to/post.md --voice "$ELEVENLABS_VOICE_ID_RONAN" --output path/to/post.mp3
open path/to/post.mp3
The single thing that makes this skill worth using is that the output does not sound AI-generated. /ro:write-copy is a hard dependency. The bans, applied here:
—, not –. Use a comma, a colon, a full stop, or parentheses for the real intent. Do not substitute a plain hyphen as punctuation.Beyond the general bans, watch for the punchy-fragment-listicle voice that screams AI blog post:
Run this over the draft (part of the step 5 BS-check). Every hit is a candidate for the knife:
rg -niE '—|–|\bdelve\b|\bleverage\b|\brobust\b|\bseamless\b|\btapestry\b|\blandscape\b|\belevate\b|\bempower\b|\bunlock\b|\bstreamline\b|here'\''s the thing|here'\''s the kicker|here'\''s what nobody|not only .* but also|it'\''s not just' path/to/post.md
/ro:write-copy (the plugin's skills/write-copy/SKILL.md) — the anti-AI-tell rules. Hard dependency; load it before drafting./ro:voice-profile (the plugin's skills/voice-profile/SKILL.md) — the portable voice profile. Load the author's compiled voice-profile.md to draft in their voice. State lives at vaults/llm-wiki-voice/scratchpad/voice-profile-state.json.generate-image (the plugin's skills/generate-image/SKILL.md) — images and graphics for the post./ro:tts-elevenlabs (the plugin's skills/tts-elevenlabs/SKILL.md) — text → mp3 for the audio version. Voice clone created at elevenlabs.io/app/voice-lab; voice ID stored as ELEVENLABS_VOICE_ID_RONAN.Walk this before the author hits send.
rg sweep is clean: no em/en-dashes, no AI vocabulary, no "Here's the thing", no "N people, M ideas, 1 weekend" cadence, no rhetorical reversals.testing
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".