blog-post-writer

blog-post-writer is a skill for Claude Code, Codex from JayRHa/AgentSkills. It costs 122 tokens per session (1,331 once invoked), scanned A, original, MIT.

A writing guide for producing technical blog posts with a clear main idea, useful examples, and a practical conclusion. It can shape tutorials, engineering stories, opinion pieces, release announcements, and explainers.

In plain words
What is it for?
Use it to draft, outline, rewrite, or edit a technical article for platforms such as a company blog, dev.to, Medium, or Hashnode.
Why use it?
It helps turn scattered notes or a broad topic into an article with a focused purpose and readable structure. It keeps the post grounded in examples that readers can use.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jayrha/agentskills/blog-post-writer
Any agent
npx skills add JayRHa/AgentSkills --skill blog-post-writer
Clone the repo
git clone --depth 1 https://github.com/JayRHa/AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blog-post-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayrha/agentskills/blog-post-writer.svg)](https://agentmods.dev/skills/jayrha/agentskills/blog-post-writer)
Your own site
<a href="https://agentmods.dev/skills/jayrha/agentskills/blog-post-writer"><img src="https://agentmods.dev/badge/skills/jayrha/agentskills/blog-post-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,331 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00122 $0.01331
Opus 5 $0.00061 $0.00665
Sonnet 5 $0.00024 $0.00266
Haiku 4.5 $0.00012 $0.00133

Measured 5d ago against content hash 9af94283d96a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blog-post-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/readability.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

blog-post-writer/SKILL.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blog Post Writer

Overview

This skill produces publishable technical blog posts that readers actually finish: a hook that earns the first scroll, a spine of clear sections, runnable examples, and a takeaway the reader can act on. Keywords: blog post, technical article, dev blog, tutorial, write-up, engineering blog, Medium, dev.to, Hashnode, announcement, essay, headline, hook, SEO.

Use it for tutorials, deep dives, "how we built X" stories, opinion/architecture pieces, release announcements, and concept explainers.

When To Use

  • "Write a blog post about ."
  • "Turn these notes / this PR / this RFC into an article."
  • "I need a catchy intro and outline for a post on ."
  • "Edit / tighten this draft."

Process

Follow these steps in order. Do not skip step 1 — most weak posts fail on audience and angle, not prose.

  1. Clarify the brief. Establish (ask only if unknown): topic, target reader and their skill level, the single takeaway, desired length, tone, and platform. If the user gave a draft or notes, infer these and confirm the angle in one line.
  2. Find the angle. Pick ONE controlling idea (the "so what"). Reject topics that are really 3 posts; split them. Write a one-sentence thesis you can defend.
  3. Outline. Produce a section skeleton (H2s) before prose. Use templates/outline.md. Aim for 4-7 sections plus intro and conclusion.
  4. Write the hook. Draft the opening using a pattern from references/hooks.md. The first two sentences must create tension or promise a payoff. No "In today's fast-paced world."
  5. Draft body. One idea per section. Lead each section with its point, then support with example/code/data. Keep paragraphs 2-4 sentences.
  6. Add examples. Every abstract claim gets a concrete instance: code, a command, a number, a before/after, or a short scenario. Code must be minimal, correct, and runnable.
  7. Write the takeaway. End with what the reader should now do or believe — a checklist, next step, or crisp summary. Never end on "In conclusion."
  8. Title + meta. Generate 3-5 headline options (see references/headlines.md) and a 150-160 char meta description.
  9. Edit. Run the pass in references/editing-checklist.md. Then run scripts/readability.py on the draft for objective metrics. Cut 10%.

Read the full file on GitHub · 81 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 81 lines · 122 tokens per session scan A 9af94283d96a

Subscribe to this mod's changes

blog-post-writer is a skill published in the GitHub repository JayRHa/AgentSkills (4 stars, last pushed 1mo ago), licensed MIT. It adds 122 tokens to every session and 1,331 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

reverse-engineering-tools

Guide for reverse engineering protected games and anti-cheat components across user mode, kernel mode, and hypervisor-aware environments. Use this skill when analyzing drivers, IOCTL protocols, callback registration, injected-code artifacts, integrity checks, protected binaries, or debugging security-sensitive game…

gmh5225/awesome-game-security · 60 tokens

frontend-patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

hashgraph-online/awesome-codex-plugins · 24 tokens

browser-qa

自动化视觉测试与 UI 交互验证。部署功能后使用浏览器自动化验证关键页面、核心路径和发布前回归。 当任务需要真实浏览器验证渲染、导航、交互或前端上线风险时使用。.

hashgraph-online/awesome-codex-plugins · 58 tokens

codex-skin-pack-installer

Install Codex themes and Codex skin packs with npx skills. Use this skill when a user wants Codex to find, download, validate, apply, switch, remix, or restore Codex desktop themes such as caishen-readable, caishen-lite, mythic-guardian-noir, global-founder-bright, export-night, or caishen-max. It stages verified…

hashgraph-online/awesome-codex-plugins · 125 tokens

eval-harness

正式评估框架,实现 eval-driven development (EDD) 原则。 用于定义 pass/fail 标准、测量 pass@k 指标、创建回归测试套件。.

hashgraph-online/awesome-codex-plugins · 43 tokens

gitnexus

将 GitNexus 作为受控可选代码智能能力接入,用于 brownfield MCP 查询、影响面分析、 detectchanges、多仓分析和更深代码图谱证据。输出必须回落到 /team- 主链和 artifacts。.

hashgraph-online/awesome-codex-plugins · 58 tokens