Technical Blog Style Rewriting

VerifiedSafe

Transforms existing technical blogs into a more natural and warm style. Generates rewritten versions in VuePress format with improved readability and engagement.

Sby Skills Guide Bot
ContentIntermediate
306/2/2026
Claude Code
#blog-rewriting#content-style#vuepress-formatting#technical-writing

Recommended for

Our review

Rewrites existing tech blog posts into a more natural, warm style, following a reference style guide and outputting VuePress-formatted markdown.

Strengths

  • Humanizes technical content without sacrificing accuracy
  • Uses multi-search aggregation to enrich explanations
  • Automatically includes VuePress frontmatter

Limitations

  • Requires a well-defined reference.md for style consistency
  • Depends on the quality of multi-search results
  • May not suit very formal or academic articles
When to use it

When you want to make a technical blog post more relatable and engaging while keeping its technical integrity.

When not to use it

When the original tone is already appropriate for the target audience (e.g., highly technical docs) or if you lack a suitable style guide.

Security analysis

Safe
Quality score75/100

The skill only rewrites local blog files and saves them to the project docs directory. The mention of a search agent is for information gathering, not execution. No destructive commands, exfiltration, or network risks beyond search.

No concerns found

Examples

Rewrite a blog post about Kubernetes
重写这篇关于Kubernetes入门的技术博客,让它更有人情味,适合初学者阅读。
Optimize article style to be warmer
优化这篇文章的风格,让语言更自然温暖,保留所有技术细节。输出为VuePress格式。

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