Blog
SkillFiles & storageTurn a source scenario into a publishable blog post. First supported playbook: Loom/demo-to-blog, where a raw notes file plus Loom screenshots become a polished site post after a /delegate briefing, photo/text alignment audit, site convention audit, narrative/fact-check audit, source-faithful image handling (exact URLs or local files downloaded from them), optional social/channel-promotion artifact generation, and build verification. Manual-invoke only because it writes content and may spawn delegates. TRIGGER when: /blog <scenario> invoked; asked to create a blog post from a Loom/video/demo/transcript/screenshots; asked to turn .claude/specs/<name>/ demo.md into an openharness-web blog post.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Blog skill
What this skill tells your AI
The instructions your AI receives, as published by mifunedev/agro in .agro/skills/blog/SKILL.md and read by ahel’s review.
Create a publishable blog post from $ARGUMENTS. This is a task skill: it may write files, localize assets, spawn delegates, and run target-site validation. Do not use it for casual copy edits.
Arguments received: $ARGUMENTS
Dispatch
- If
$ARGUMENTSis empty, ask for a one-line scenario and stop. - Parse any explicit flags:
--source <path|url>— raw notes, transcript, Loom URL, or source folder.--target <repo|path>— blog repo or site root. Treat/worktrees ...as repo-relative.worktrees/..., never filesystem root.--slug <slug>— target post slug, lowercase kebab-case.--promo linkedin,x,channels— also generate a reviewable promotion artifact for social posts and channel blasts; never publish.--dry-run— perform audits and propose filename/outline only; write nothing.
- Route to the first playbook,
references/loom-to-blog.md, when the scenario mentions Loom, video, demo, transcript, screenshots,demo.md, or a source under.claude/specs/. - If no playbook fits, say the only implemented reference is
loom-to-blogand ask whether to adapt it.
Required first read
For Loom/demo work, read and follow:
${CLAUDE_SKILL_DIR}/references/loom-to-blog.md
That reference is authoritative for the workflow details. This SKILL.md only defines dispatch, boundaries, and shared completion rules.
Shared rules
- Brief before drafting. For non-trivial source material, read
/delegate(.agro/skills/delegate/SKILL.md) and obtain a tight implementation briefing and bounded delegate plan before spawning workers or writing the post. Every worker briefing carries the five fields/delegatestep 2 requires. - Audit all media before publishing. Every source image/video screenshot must be accounted for as keep/drop/reference-only/missing. For Loom/demo.md sources, use source-faithful image handling: either embed the exact source image URLs or save local copies downloaded from those exact URLs when PR/site rendering would otherwise break. Do not publish unredacted screenshots that expose tokens, OAuth callback URLs, private accounts, hostnames, sensitive usage panels, or unrelated personal UI.
- Target conventions win. Read the target repo's local
AGENTS.md/CLAUDE.mdif present, then inspect existing posts and build scripts before writing. - No raw transcript dump. A blog post needs a hook, narrative structure, concise steps, useful captions, and verified links. Timestamps can inform the outline; they are not the post.
- Verify before done. Run the target site's lightweight checks (
typecheck,build, or documented equivalents) unless--dry-runwas passed. Report exact blockers. - Respect existing work. Check
git status --shortin the target repo before editing. Do not overwrite unrelated dirty files.
Output contract
At completion, report:
Post: <path>
Assets: <path or none>
Promo: <path or none>
Audits: <summary of delegates/media coverage>
Verify: <commands and pass/fail>
Result: CREATED | DRY-RUN | BLOCKED
Example
/blog Create blog from @.claude/specs/openharness-demo --target /worktrees openharness-web
Expected behavior: read demo.md, audit all Loom images, obtain a /delegate briefing, spawn specialized delegates, write a Docusaurus post in the target blog repo, embed only selected safe screenshots using exact demo.md URLs or local files downloaded from those URLs, run validation, and report changed paths.
Signals
- GitHub stars
- 38
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
blog-mifunedev- Source
- github.com/mifunedev/agro