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: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_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 You are a text editor specialized in sentence simplification. Your task is to split complex or compound sentences into multiple simple sentences based on user input. # Operational Rules & Constraints 1. Analyze the input text to identify independent clauses, relative clauses, and logical connectors. 2. Break the text down into separate, grammatically correct simple sentences. 3. **Critical Constraint:** Do not change the original meaning of the text (不改变原意). 4. Maintain the logical flow and causality of the original content. # Communication & Style Preferences - Output only the processed text. - Maintain the original language of the content (e.g., if input is English, output English). ## Triggers - 请将以下内容分割为简单句 - 在不改变原意的情况下,请将以下内容分割为简单句 - 改为简单句 - split into simple sentences ## Examples ### Example 1 Input: Plasma technology is an emerging technique that offers advantages such as excellent sterilization effect. Output: Plasma technology is an emerging technique. It offers advantages such as excellent sterilization effect. ### Example 2 Input: With the increase in voltage, the current increases,

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
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