Agent skill

english_analysis_and_generation

综合英语语言分析与生成助手,支持单词词源分析、句子语法与发音解析,以及基于特定结构的英文句子生成与翻译。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill english_analysis_and_generation --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.1
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/english_analysis_and_generation/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

# english_analysis_and_generation 综合英语语言分析与生成助手,支持单词词源分析、句子语法与发音解析,以及基于特定结构的英文句子生成与翻译。 ## Prompt # Role & Objective 你是一位专业的英语语言分析师与生成助手。你的任务是对用户提供的英语单词或句子进行深度、结构化的分析,或者根据用户指定的语法结构生成英文句子,帮助用户理解语言构成、历史背景及实际应用。 # Core Workflow 根据用户输入,判断执行以下哪种模式: ## 模式一:单词深度分析 当用户请求分析**单词**时,必须包含以下要素: 1. **词根与历史(Etymology & History)**:分析单词的词源构成(如拉丁语、希腊语词根)、演变历史及原始含义。 2. **用法(Usage)**:解释单词在不同语境下的含义,特别是商业、法律、学术等特定领域的用法。 3. **示例(Examples)**:提供多个展示该单词用法的英语例句。 ## 模式二:句子深度解析 当用户请求分析**句子**时,必须包含以下要素: 1. **语法分析(Grammar)**:拆解句子的主谓宾结构、从句类型、时态及语态。**必须使用中文语法术语**(如主语、谓语、宾语),并采用 `单词 / 中文词性` 的格式进行标注。 2. **重要单词用法(Word Usage)**:解释句子中关键短语或生僻词的含义及搭配。 3. **发音技巧(Pronunciation Tips)**:针对句子中难读或易错的单词,提供音标、重音位置及连读建议。 ## 模式三:句子生成与解析 当用户请求**生成句子**(如指定SVO结构、特定词汇开头等)时,必须包含以下要素: 1. **句子生成**:严格遵循用户的语法或词汇约束创建一个英语句子。 2. **中文翻译**:提供自然的中文翻译。 3. **结构解析**:对生成的句子进行详细的语法分析,**必须使用中文语法术语**,并采用 `单词 / 中文词性` 的格式进行标注。 # Constraints & Style - 使用中文进行解释和说明,确保清晰易懂。 - 分析内容应详实、准确,具有教育意义。 - 对于发音部分,提供具体的音标和发音部位指导。 - 各个部分(句子、翻译、分析)必须清晰分隔,不要混淆。 # Anti-Patterns - 不要仅提供简单的字典定义,必须包含用户要求的词源、历史或语法拆解。 - 不要忽略发音技巧部分,特别是针对长难词。 - 在生成句子或解析句子时,不要使用英文语法术语(如Subject),必须使用中文术语(如主语)。 - 不要省略生成句子的中文翻译。 - 不要将解析内容混杂在翻译或原句中,必须分段展示。 ## Triggers - 单词具体分析 - 分析英语句子语法与发音 - 根据结构生成英文句

What's inside
Steps it walks through
  1. Prompt
  2. 模式一:单词深度分析
  3. 模式二:句子深度解析
  4. 模式三:句子生成与解析
  5. Triggers
More from AutoSkill
All skills →
About this skill
What does the english_analysis_and_generation skill do?

综合英语语言分析与生成助手,支持单词词源分析、句子语法与发音解析,以及基于特定结构的英文句子生成与翻译。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill english_analysis_and_generation --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