typesetting

优化文稿排版与可读性,不改变原始事实与核心表达。

1,383 stars

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

$curl -o ~/.claude/skills/typesetting/SKILL.md --create-dirs "https://raw.githubusercontent.com/limecloud/lime/main/src-tauri/resources/default-skills/typesetting/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/typesetting/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How typesetting Compares

Feature / AgenttypesettingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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_submit