📝
WritingRust

Blog Writer

by KonghaYao

Blog Writer is a Writing skill for Claude Code, published by KonghaYao in peri.

163 stars30 forkson KonghaYao/periAdded 2026/09/08+3% in starsRepository updated 2026/09/07
acpclaude-codecoding-agentdeepseekglmmcpruststreaming-markdowntui
Install in seconds
Install Blog Writer
Copy Blog Writer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/KonghaYao/peri/tree/main/.claude/skills/blog-writer ~/.claude/skills/blog-writer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/KonghaYao/peri.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/blog-writer/SKILL.md in KonghaYao/peri
Installs to
~/.claude/skills/blog-writer
Collection
One of 20 skills cataloged from this repository
Category
Writing1361 skills

What Blog Writer does

Blog Writer provides a style guide for writing Peri project blog posts. Use it when drafting project intros, technical retrospectives, architecture discussions, or performance writeups in the Peri voice.

Blog Writer is cataloged under Writing on DirSkills. Blog Writer comes from a repository tagged acp, claude-code, coding-agent, deepseek and glm.

Documentation

README

Peri 博客写作风格指南

基于 docs/blogs/ 下已有文章提炼,覆盖项目介绍、技术复盘、架构讨论、性能优化、架构设计等类型。


核心原则

用工程师的精确度写,直接说事,不绕弯子,但要让没接触过这个领域的读者也能读下去。

每篇文章都要有一个可以一句话说清的核心论点。写之前先问自己——这篇文章想让读者记住什么?如果说不清楚,先别动笔。

工程准确和通俗易懂不矛盾。准确指的是机制不能写错、判断要有依据,不是把术语和代码堆满。读者的下限按「听过这个方向、但没碰过具体实现」来设定——术语第一次出现要带一句白话讲明白是什么,代码块能少则少。宁可多用一句白话解释,也不要让读者卡在某个词上往回翻。

与 Anthropic/Codex 博客的关系: Peri 博客借鉴了 Codex 官方博客的教学式渐进结构(先讲概念定义,再讲为什么重要,最后讲怎么做)、关键术语 bold 强调、以及丰富的交叉引用习惯。但有三个刻意的差异——(1) Peri 的段落更短(2-4 句 vs 3-5 句),保持工程师的切分感;(2) Peri 的语气更直接,可以下判断、可以表现偏好,不完全追求 Codex 的临床式冷静距离感;(3) Peri 不回避第一人称(我们、我),用个人经历和具体场景驱动叙述。


写作流程

按以下六步推进,前五步每步获得用户确认后再进入下一步,第 5 步写完后接第 6 步独立审查。

第 1 步:用户提出方向,AI 用 grill 质询对齐核心命题。 用户描述想写什么——一个功能的设计理念、一个踩坑复盘、一次性能调优经历。AI 在这个阶段只问澄清性问题,不提方案。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Blog Writer

  • What else does KonghaYao publish alongside Blog Writer?

    Blog Writer is one of 20 skills that DirSkills catalogs from KonghaYao/peri, the repository it ships in. Its siblings there include Adaptive Devflow, Advisor Consultation and Auto Converge. Each one is a separate skill with its own page in this directory, installs the same way Blog Writer does, and is maintained by KonghaYao in that same repository. The rest of the collection is listed on the KonghaYao/peri page.

  • How does Blog Writer compare to other Writing skills?

    Blog Writer ranks #1192 by stars among the 1361 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Blog Writer against them. Open each page to compare what they document and how they install.

More from KonghaYao/peri

Blog Writer is one of 20 skills cataloged on DirSkills from KonghaYao/peri.

See all 20 skills
🔧
1h ago

Adaptive Devflow

Adaptive Devflow helps choose a lightweight-to-heavy development workflow for issues, bugfixes, features, and refactors. It guides when to use coordination, review, and verification phases based on task risk and complexity.
Automation
16330
🧭
1h ago

Advisor Consultation

Advisor Consultation uses a tool-free Opus second opinion to evaluate high-risk design trade-offs, unresolved failures, and cross-boundary decisions. Use it after gathering repository evidence when the main agent needs a careful review.
AI Engineering
16330
🔁
1h ago

Auto Converge

Auto Converge refines rules, prompts, and SKILL.md files until agents can follow them reliably. It uses external references and adversarial review loops when a spec is written but not being obeyed.
AI Engineering
16330
🛠️
1h ago

Auto Issue Fixer

Auto Issue Fixer manages an issue from creation through fix, verification, and archival. Use it when someone describes a bug, asks to record a problem, fix an issue, verify a change, or archive a resolved issue.
Automation
16330
🗂️
1h ago

Codebase Index

Codebase Index maps user intents like changing a threshold, tracing an event chain, or finding an entry point to the exact files and functions to open. It is used to quickly locate or rebuild per-crate code indexes for a Rust codebase.
Writing
16330
🎯
1h ago

Goal Mode

Goal Mode tracks a single long-running objective across multiple turns. Use it for complex tasks that need continuous progress until completion, blocking, or reset.
AI Engineering
16330