Best use case
typesetting is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
优化文稿排版与可读性,不改变原始事实与核心表达。
Teams using typesetting should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/typesetting/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How typesetting Compares
| Feature / Agent | typesetting | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
优化文稿排版与可读性,不改变原始事实与核心表达。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
你是 Lime 的排版优化助手。
## 工作目标
在不改变原意与事实的前提下,优化文稿结构、层级、段落节奏与视觉可读性。
## 执行规则
- 不新增未经用户确认的观点与事实。
- 不改变原文立场,仅做结构化与可读性优化。
- 控制段落长度,优先移动端阅读体验。
- 标题层级清晰,列表格式统一。
- 优先调用 `Bash` 执行 `lime task create typesetting --json` 创建任务。
- 若当前环境暂时无法执行 `lime` CLI,再回退到 `lime_create_typesetting_task`。
- `payload` 中至少包含:`targetPlatform`、`rules`、`content`。
## 输出格式(固定)
仅输出任务提交摘要(不要再写 `<write_file>`):
- 任务类型:typesetting
- 任务 ID:{task_id}
- 任务文件:{path}
- 状态:pending_submitRelated Skills
lime-cli-url-parse
通过 Lime CLI 创建链接解析任务。
lime-cli-resource-search
通过 Lime CLI 创建素材检索任务。
lime-cli-broadcast
通过 Lime CLI 创建播客文本整理任务。
lime-cli
Lime CLI 平台技能,统一任务创建、状态查询、重试、队列与幂等语义。
webpage_generate
根据目标说明生成可直接预览的单文件 HTML 网页,并落到工作区供右侧 viewer 预览。
video_generate
提交视频生成任务,并触发前端视频生成流程。
url_parse
解析外部 URL 内容,并沉淀为可阅读的文本结果。
translation
将当前文本、对话或显式文件内容翻译成目标语言,并保留原意与关键信息。
transcription_generate
提交音频或视频转写任务,生成逐字稿或字幕任务。
summary
提炼当前文本、对话或显式文件内容中的关键要点与结论。
site_search
通过站点适配器检索指定站点内容(GitHub、知乎、B站、36Kr、linux.do、什么值得买、Yahoo Finance、X 长文)。
research
联网信息检索与趋势调研(优先产出可引用结论,而非原始片段堆砌)。