Write blog posts for the Hugo + PaperMod Agent series. Use when the user asks to create, draft, or write a new Agent blog post, or when they want to add content to the Agent section of the blog.
This skill helps write blog posts for the Agent series on a Hugo + PaperMod blog at /Users/hex4c59/Code/personal/Hex4C59.
content/agent/<slug>/index.mdarchetypes/agent.mdassets/css/extended/agent.csslayouts/agent/list.htmlhugo.tomlEvery Agent post uses TOML front matter (+++):
+++
title = "标题:用副标题补充说明核心问题"
date = <ISO 8601, +08:00 timezone>
draft = false
author = "Hex4C59"
description = "一句话概括文章核心内容与价值"
summary = "用于列表页展示的精炼摘要"
tags = ["Agent", "<topic-specific tags>"]
categories = ["Agent"]
series = ["agent-engineering"]
series_order = <next integer after existing max>
difficulty = "beginner|intermediate|advanced"
article_type = "concept|tutorial|practice|review|eval"
topics = ["agent", "<1-3 more specific topics>"]
frameworks = ["<if applicable>"]
ShowToc = true
+++
series is always ["agent-engineering"]series_order must be the next number (check existing articles with grep series_order content/agent/*/index.md)date uses Beijing timezone +08:00categories is always ["Agent"]"Agent"Follow the established voice: direct, opinionated, first-person, with clear judgment calls upfront.
[文章标题](/agent/slug/).openai SDK style). Include type hints, async patterns, and practical examples.*上一篇:[title](/agent/slug/)*openai SDK, async/await, type hintsgpt-4o as default model in examplesindex.md*图 N:说明*Link to other articles in the series using relative paths:
在 [Tool Use](/agent/tool-use-core-of-agent/) 那篇里...
content/agent/<slug>/index.md with TOML front matterhugo server -D locallyAll content is written in Simplified Chinese (zh-cn). Code comments are also in Chinese.