Technical Blog Style Rewriting

VerifiedSafe

Transforms existing technical blogs into a more natural and warm writing style. Generates reformatted articles in VuePress format with optimized content while maintaining technical accuracy.

Sby Skills Guide Bot
ContentIntermediate
206/2/2026
Claude Code
#blog-rewriting#content-optimization#vuepress#technical-writing#style-guide

Recommended for

Our review

Rewrites existing technical blog posts into a more natural, warm style following a reference style guide, and saves them in VuePress format.

Strengths

  • Transforms dry technical content into engaging, human-readable prose
  • Leverages multi-search aggregation to deepen technical explanations
  • Outputs ready-to-use VuePress frontmatter and structure

Limitations

  • Requires a reference.md file with the desired style guidelines
  • Quality depends heavily on the clarity of the provided style guide
  • Does not handle embedded images or media content
When to use it

When you have a technically accurate blog post that needs a warmer, more conversational tone.

When not to use it

When the original formal tone must be preserved without any stylistic adjustments.

Security analysis

Safe
Quality score85/100

The skill only reads a style guide, analyzes a blog, optionally invokes a search agent, and writes a rewritten blog file. No destructive or exfiltrating actions are instructed.

No concerns found

Examples

Rewrite intro to be more relatable
Rewrite this blog post about Docker networking to be more conversational and relatable. Save it under docs/program.
Humanize a comparison article
Make this comparison between React and Vue feel more like a friendly chat between developers.
Add personality to a tutorial
Rewrite the following Kubernetes tutorial so it reads like I'm explaining it to a colleague over coffee.

name: blog2blog description: 将现有技术博客重写为更自然、有温度的风格。当用户说"重写这篇博客"、"优化文章风格"、"让博客更有人情味"时使用。输出符合 VuePress 格式的重写版本。

博客风格重写

Instructions

  1. 读取 reference.md 中的完整风格指南
  2. 分析现有博客的技术内容和结构
  3. 如果文章涉及技术概念介绍,使用 multi-search-aggregator agent 搜索相关资料
  4. 按照 reference.md 中的风格要求重写文章
  5. 保存重写后的文章到项目的 docs/program 目录下

输出格式

文章顶部必须包含 VuePress frontmatter:

---
title: 文章标题
date: YYYY-MM-DD
---

# 文章标题

[文章内容...]

注意:

  • 保留原文的技术准确性
  • date 使用当前日期(格式:YYYY-MM-DD)
  • title 可以优化得更吸引人
  • 遵循 reference.md 中的所有写作规范
Related skills