chinese-output
中文句子中使用的标点符号必须是全角标点,包括以下这些标点:
Works with
Installation Guide
How to use chinese-output on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- ›Cursor installed and configured on your machine
- ›Node.js 16+ with npm — verify with
node --version - ›Active project directory where you want to add
chinese-output
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches chinese-output from lostabaddon/headlessknight and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate chinese-output. Access via /chinese-output in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
- 输出包含任何中文字符(汉字、中文标点)
- 需要使用中文标点符号
- 回复用中文提问的用户
- 中英文混排内容
中文句子中使用的标点符号必须是全角标点,包括以下这些标点:
,。;:‘’“”《》?!、~()【】「」——……
尤其注意:
- 中文后的逗号必须是全角逗号
,而不能是半角逗号, - 中文后的句号必须是全角句号
。而不能是半角句号. - 中文后的问号必须是全角问号
?而不能是半角问号? - 中文后的惊叹号必须是全角惊叹号
!而不能是半角惊叹号! - 中文后的冒号必须是全角冒号
:而不能是半角冒号:,尤其在一段文字的最后时 - 中文后的分号必须是全角分号
;而不能是半角分号; - 中文后的波浪号必须是全角波浪号
~而不能是半角波浪号~ - 中文后的顿号必须是全角顿号
、而不能是半角逗号, - 中文后的破折号必须是两个一组的全角破折号
——而不能是半角破折号---- - 中文后的省略号必须是两个一组的全角省略号
……而不能是半角省略号... - 中文为主的内容的前后用的双引号必须是全角双引号
“和”,而不能是半角双引号",比如“数学节是什么样的节日?” - 中文为主的内容的前后用的单引号必须是全角单引号
‘和’,而不能是半角单引号',比如夏洛克说:“这个‘复仇’是德语。” - 中文为主的内容的前后用的书名号必须是全角书名号
《和》,而不能是半角书名号<和>,比如《永乐大典》 - 中文为主的内容的前后用的圆括号必须是全角圆括号
(和),而不能是半角圆括号(和),比如(才没有呢!) - 中文为主的内容的前后用的方括号必须是全角方括号
【和】,而不能是半角方括号[和],比如【大家好】 - 中文为主的内容的前后用的花括号必须是全角花括号
「和」,而不能是半角花括号{和},比如「康熙字典」
如果中文与非中文混合,则使用中文符号的标准为:
- 如果是非成套标点符号(比如逗号、句号等),则出现在中文字符后,使用中文标点;出现在非中文字符后,则根据该字符所属语言绝对使用什么标点
- 如果是成套标点符号(比如单引号、双引号、书名号、括号等),则如果这部分内容的第一个非空字符或者最后一个非空字符是中文,则使用中文标点符号
其他注意事项:
- 中文标点符号与非中文标点符号之间要使用一个半角空格来做区隔
- 需要自行判断其他情况下使用中文标点符号还是非中文标点符号,务必保持上下文一致性,但又要和文档本身的规定吻合(比如代码中就不能乱使用中文标点)
- shell 脚本、Javascript 脚本、Python 脚本等脚本或命令行指令中不要使用本技能
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale