Technical Blog Rewriting

VerifiedSafe

Rewrites technical blog posts in a natural, conversational style, following the style guide in reference.md. Optionally searches for related material, and outputs in VuePress format with frontmatter. Helps humanize technical content while preserving accuracy.

Sby Skills Guide Bot
ContentIntermediate
606/2/2026
Claude Code
#blog-rewriting#style-enhancement#vuepress#tech-content

Recommended for

Our review

Rewrites existing tech blog posts into a more natural, engaging style following a specified style guide.

Strengths

  • Transforms technical content into more human-friendly tone
  • Integrates with VuePress frontmatter for consistent formatting
  • Optionally researches technical concepts using multi-search aggregation for accuracy

Limitations

  • Requires a reference.md style guide to be present in the project
  • Only works with content in the same language as the style guide (likely Chinese)
  • May need manual review to ensure technical accuracy is preserved
When to use it

Use when you have a dry technical blog post and want to make it more relatable and warm.

When not to use it

Do not use if the original content is already informal, or if you need to strictly maintain a formal academic or corporate tone.

Security analysis

Safe
Quality score85/100

The skill instructs to rewrite blog posts and use a search agent for reference, with no destructive actions, no system command execution or data exfiltration.

No concerns found

Examples

Rewrite a blog post on machine learning
Rewrite this blog about machine learning to make it more natural and warm. Use the style from reference.md and save to docs/program.
Make technical article more engaging
I have a technical article on Docker best practices. Please rewrite it in a more human-friendly style. Research any concepts you're unsure about.
Optimize blog for VuePress
Rewrite the blog post at blog.md following the style guide in reference.md. Add proper VuePress frontmatter with today's date and an improved title.

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