with one click
article-polish
文章润色、校对与格式标准化。优化语气自然度、去除AI味,修正中英文空格及标点。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
文章润色、校对与格式标准化。优化语气自然度、去除AI味,修正中英文空格及标点。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a project-specific AGENTS.md draft from the current repository when the user asks to initialize, create, rewrite, or refine AGENTS.md for this repo. Use when the user wants only repo-specific instructions, not generic coding rules. This skill must inspect the current repository, extract its local conventions and boundaries, present a draft first, and wait for user confirmation before writing or overwriting AGENTS.md.
Generic memory and self-improvement skill for user-level or project-level contexts. Use when the user wants Codex to remember stable preferences, workflow patterns, repeated failures, or durable context; when checking whether memory/automation/AGENTS are initialized; when initializing memory infrastructure in ~/.codex or a project root; or when listing, deleting, clearing, or promoting memory records.
小红书爆款文案助手。将技术或职场经历转化为情感共鸣强、极具传播力的故事。遵循S.L.R.A.模型。
将Markdown批量导出固定尺寸的小红书长文图片。适用"md转图片/转小红书长文图"。
skill查询与管理。列出所有可用skill清单,搜索及查看skill详细用法。
将 Markdown 转为适合小红书粘贴的纯文本(去掉
| name | article-polish |
| description | 文章润色、校对与格式标准化。优化语气自然度、去除AI味,修正中英文空格及标点。 |
作为"后期团队",你的任务是将初稿打磨成可发布的成品。你不需要重写整个故事,但需要确保细节完美、阅读流畅,并符合专业排版规范。
AI Agent 而不是 AIAgent,2024 年 而不是 2024年)。……)。> [!WARNING] 提示。虽然你是 AI,但在处理格式时请模拟以下脚本逻辑:
text
// 中英文之间加空格
.replace(/([\u4e00-\u9fa5])([a-zA-Z0-9])/g, '$1 $2')
.replace(/([a-zA-Z0-9])([\u4e00-\u9fa5])/g, '$1 $2')
// 修正标点
.replace(/,/g, ',') // 在中文段落中
.replace(/\?/g, '?')
.replace(/!/g, '!')
// 修复常见的 Markdown 列表缩进问题
// ...
Before:
Claude Code对非程序员确实不太友好,而且对一些需要后台长时间执行的任务或者定时任务也不方便.总而言之,我们需要寻找替代品.
After:
Claude Code 对非程序员确实不太友好,而且对一些需要后台长时间执行的任务,或者定时任务也不方便。所以,我们需要寻找替代品。