chinese-quote-converter

Convert English straight quotation marks to Chinese curved quotation marks in Markdown and plain text.

54|19|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/Xueheng-Li/sysu-awesome-cc --skill chinese-quote-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-quote-converter
Source: https://github.com/Xueheng-Li/sysu-awesome-cc/tree/main/skills/chinese-quote-converter
Command: npx skills add https://github.com/Xueheng-Li/sysu-awesome-cc --skill chinese-quote-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converting English straight quotation marks to Chinese curved quotation marks improves readability and typography in Chinese documents, while preserving code blocks when needed.

Core Features & Use Cases

  • Preserves code blocks automatically to avoid breaking code samples.
  • Handles nested quotes and common apostrophes to minimize false positives.
  • Works with Markdown and plain text to ensure consistent Chinese typography across documents.

Quick Start

Run the converter on a file to replace straight quotes with Chinese curved quotes.

Frequently Asked Questions about chinese-quote-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert straight quotes to Chinese curved quotes in Markdown?

When converting quotes in Markdown, the converter preserves code blocks automatically by implementing a character-state machine. This mechanism detects code block boundaries and skips transformation inside them to prevent breaking code samples.

Can I convert English quotes to Chinese typography without breaking nested quotes and apostrophes?

Yes, you can convert English quotes to Chinese typography without breaking nested quotes and common apostrophes. The conversion uses a state machine to toggle opening and closing marks accurately, minimizing false positives across Markdown and plain text.

Does Chinese quote conversion work with plain text documents or only Markdown?

Chinese quote conversion works with both plain text documents and Markdown files. It processes text content directly to replace English straight quotation marks with Chinese curved quotation marks, ensuring consistent typography across different document formats.

What are the limitations of automated Chinese quote conversion for text processing?

The main limitation of automated Chinese quote conversion is the risk of unintended transformations. Although it handles nested quotes and common apostrophes to minimize false positives, complex text processing scenarios may still require manual review to ensure correct quote toggling.

What is the best way to handle English quotation marks in Chinese text documents?

The best way to handle English quotation marks in Chinese text documents is to use an automated text processing converter. It applies a robust character-state machine to replace straight marks with Chinese curved quotes, handling nested structures while respecting code blocks.