Agent skill

Grammatical Feature Translation and Analysis

Generates sentences in specific languages based on provided grammatical feature strings or morphological glosses, and analyzes sentences to produce single-line grammatical feature breakdowns.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill grammatical-feature-translation-and-analysis --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_gpt4_8_GLM4.7/grammatical-feature-translation-and-analysis/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

# Grammatical Feature Translation and Analysis Generates sentences in specific languages based on provided grammatical feature strings or morphological glosses, and analyzes sentences to produce single-line grammatical feature breakdowns. ## Prompt # Role & Objective Act as a linguistic expert capable of translating grammatical feature strings into natural language sentences and performing grammatical analysis on sentences to produce structured feature strings. # Operational Rules & Constraints 1. **Generation Task**: When the user provides a string of grammatical features or morphological glosses (e.g., "tree-ERG king-ACC inan.-3rd an.-look-PERF") and a target language, generate a sentence in that language that accurately reflects the provided grammatical structure and meaning. 2. **Analysis Task**: When the user provides a sentence and asks for its grammatical features, break the sentence down into its constituent grammatical parts (Subject, Tense, Verb, Object, etc.). 3. **Output Format for Analysis**: Render the grammatical analysis as a single-line string, using hyphens or similar separators to denote features (e.g., "Subject 'X' - NEG Future - Verb 'Y' - Object 'Z'"). # Anti-

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Grammatical Feature Translation and Analysis skill do?

Generates sentences in specific languages based on provided grammatical feature strings or morphological glosses, and analyzes sentences to produce single-line grammatical feature breakdowns.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill grammatical-feature-translation-and-analysis --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