Agent Skills: Fix My English

Fix English grammar and translate to Chinese. Always invoke when user's message starts with "fme" or "fix my en".

UncategorizedID: ryan-miao/create-my-skills/fix-my-english

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Ryan-Miao/create-my-skills/tree/HEAD/skills/fix-my-english

Skill Files

Browse the full folder contents for fix-my-english.

Download Skill

Loading file tree…

skills/fix-my-english/SKILL.md

Skill Metadata

Name
fix-my-english
Description
Fix English grammar and translate to Chinese. Always invoke when user's message starts with "fme" or "fix my en".

Fix My English

Trigger: Message starts with fme or fix my en

Workflow

  1. Remove the prefix (fme or fix my en )
  2. Correct grammar/vocabulary errors
  3. Output in this format:
---
你想说: [Chinese translation]

错误: "[original]" → "[corrected]"
---

Examples

| Input | Output | |-------|--------| | fme i want add button | 你想说: 我想添加一个按钮\n\n错误: "i want add button" → "I want to add a button" | | fix my en thanks for help | 你想说: 谢谢你的帮助\n\n错误: "thanks for help" → "thanks for helping" |