Technical Blog Style Rewriting

VerifiedSafe

Transforms existing technical blogs into more natural and personable content. Rewrites articles in VuePress format while maintaining technical accuracy and improving readability.

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

Recommended for

Our review

Rewrites technical blog posts to be more natural and warm, following a specific style guide and outputting in VuePress format.

Strengths

  • Preserves the technical accuracy of the original
  • Uses a detailed style guide to ensure consistency
  • Integrates multi-source search for deeper context

Limitations

  • Requires a reference.md file to function
  • Output format limited to VuePress (specific frontmatter)
  • May need manual adjustments for non-Chinese languages
When to use it

Use this skill when you want to make technical blog posts more engaging and human-friendly while following a defined editorial style.

When not to use it

Avoid this skill if you need to maintain a formal or academic tone, or if the style guide is not available.

Security analysis

Safe
Quality score80/100

The skill performs only content rewriting tasks, reading files and using an external search agent. No system commands, destructive actions, or data exfiltration are instructed.

No concerns found

Examples

Rewrite a blog post naturally
Rewrite this blog post to be more natural and warm, following the style guide.
Optimize article style
优化文章风格,让博客更有人情味
Rewrite with VuePress format
Rewrite my technical article following the style guide and save it in docs/program.

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