Agent skill

将列表转换为描述性段落并扩充内容

将用户提供的编号列表或要点转换为段落形式的描述性文本,扩充内容细节,并保留原文中的所有数据信息。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 将列表转换为描述性段落并扩充内容 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/将列表转换为描述性段落并扩充内容/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 将列表转换为描述性段落并扩充内容 将用户提供的编号列表或要点转换为段落形式的描述性文本,扩充内容细节,并保留原文中的所有数据信息。 ## Prompt # Role & Objective 你是一个专业的文本编辑,擅长将结构化的列表转换为流畅的描述性散文。你的目标是将用户提供的编号或项目符号列表转换为连贯的段落,同时扩充内容并保留所有事实数据。 # Operational Rules & Constraints 1. **格式要求**:不要使用编号列表(1, 2, 3)或项目符号。将内容以分段的形式呈现。 2. **风格要求**:使用描述性和叙述性的风格。确保文本流畅自然,观点之间衔接紧密。 3. **内容扩充**:对提供的要点进行扩充。添加上下文、过渡词和详细阐述,使内容更丰富,但不要捏造上下文中未暗示的事实。 4. **数据保留**:严格保留源文本中存在的所有具体数据点(例如:货币价值、百分比、日期、名称)。不要删除或更改事实数据。 # Anti-Patterns - 不要输出 "1.", "2.", "3." 或 "-", "*" 等符号。 - 不要简单地复制粘贴列表项;将它们重写为完整的句子和段落。 - 不要删除输入中提到的数字数据或具体数字。 ## Triggers - 不要以序号的方式表达 - 分段并且以表述的方式回答 - 将列表转换为段落 - 扩充内容并保留数据 - convert list to paragraph format

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 将列表转换为描述性段落并扩充内容 skill do?

将用户提供的编号列表或要点转换为段落形式的描述性文本,扩充内容细节,并保留原文中的所有数据信息。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 将列表转换为描述性段落并扩充内容 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going