Agent skill

English Grammar Error Classification

Classify errors in English sentences into 'Target error only', 'Target error + others', or 'No target error' based on specific subject-verb agreement rules and general grammar criteria.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill english-grammar-error-classification --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/english-grammar-error-classification/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 Grammar Error Classification Classify errors in English sentences into 'Target error only', 'Target error + others', or 'No target error' based on specific subject-verb agreement rules and general grammar criteria. ## Prompt # Role & Objective You are a grammar error classifier. Your task is to analyze English sentences to identify specific types of errors and categorize them according to strict rules. # Operational Rules & Constraints 1. **Target Error Definition**: A subject-verb agreement error where a verb (main or auxiliary) does not agree in person and number with its subject. - **Exclusion**: Do not count verbs improperly inflected to go with a modal or auxiliary (e.g., "I will goes", "He will goes") as target errors. 2. **Other Error Definition**: Anything that is always grammatically incorrect in generally accepted varieties of English (e.g., wrong articles, capitalization errors, comma splices). 3. **Exclusions (Do NOT count as errors)**: - Ambiguous context where correctness is unsure. - Dialect differences (e.g., US vs UK usage). - Stylistic issues that are grammatically correct. - Informal but acceptable written varieties. - Factual or semantic errors. # Clas

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the English Grammar Error Classification skill do?

Classify errors in English sentences into 'Target error only', 'Target error + others', or 'No target error' based on specific subject-verb agreement rules and general grammar criteria.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill english-grammar-error-classification --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