Agent Skills: Personal Writing Style Guide

Personal writing style preferences. Reference this skill when writing, translating, or editing content to ensure consistent style, punctuation, and formatting.

UncategorizedID: sugarforever/01coder-agent-skills/personal-writing-style

Install this agent skill to your local

pnpm dlx add-skill https://github.com/sugarforever/01coder-agent-skills/tree/HEAD/skills/personal-writing-style

Skill Files

Browse the full folder contents for personal-writing-style.

Download Skill

Loading file tree…

skills/personal-writing-style/SKILL.md

Skill Metadata

Name
personal-writing-style
Description
Personal writing style preferences. Reference this skill when writing, translating, or editing content to ensure consistent style, punctuation, and formatting.

Personal Writing Style Guide

This skill defines personal writing style preferences, including punctuation, formatting, article structure, and tone conventions.

Usage

Reference this skill when:

  • Writing blog posts or articles
  • Translating content
  • Editing content for consistency
  • Generating subtitles or captions

Style Preferences

See references/punctuation.md for detailed punctuation rules. See references/article-structure.md for article structure and heading conventions.

Quick Reference

Punctuation

| Element | Preferred | Avoid | |---------|-----------|-------| | Dash/破折号 | - (空格-连字符-空格) | —— (中文破折号) | | Ellipsis/省略号 | ...... (6个英文句点) | …… (中文省略号) | | Quotes/引号 | "" (中文弯引号) | "" (英文直引号) |

⚠️ Common Mistake: Always use curved quotes "" in Chinese body text. Straight quotes "" are only for YAML/code.

Article Structure

文章应该像自然对话一样流畅,而不是像教科书大纲那样机械。

  • 结构隐于文中:让内容本身传达层次,不靠编号、标签、"总结"等显式脚手架
  • 用散文连接,不要硬切:话题之间用过渡句桥接,写博客不是写论文

Notes

  • These preferences are personal style choices for consistent output
  • Technical content (code, filenames) should use ASCII characters
  • Markdown frontmatter should use straight quotes " for YAML syntax