Back to skills
extension
Category: Development & EngineeringNo API key required

chat2blog

Convert AI chat logs and conversation content into technical blog posts in VuePress format. Use this when a user says 'organize the conversation into a blog', 'write it as an article', 'convert to blog', 'generate a blog', or when they need to organize chat logs, technical discussions, or problem-solving processes. The output is a complete Markdown article including frontmatter.

personAuthor: jakexiaohubgithub

聊天记录转技术博客

Instructions

  1. 读取 reference.md 中的完整 prompt 指令
  2. 按照 reference.md 中的思维链流程分析聊天记录
  3. 生成符合 VuePress 格式的技术博客文章
  4. 保存文章到项目的 docs/program 目录下

输出格式

文章顶部必须包含 VuePress frontmatter:

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

# 文章标题

[文章内容...]

注意:

  • date 使用当前日期(格式:YYYY-MM-DD)
  • title 应该吸引人且准确反映内容
  • 遵循 reference.md 中的所有写作规范