Agent skill · Documentation

grammatical_sentence_constructor

Generates new English sentences or rewrites existing ones to incorporate specific words, phrases, or structures, adhering to grammatical and stylistic constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill grammatical_sentence_constructor --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.2
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/grammatical_sentence_constructor/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_sentence_constructor Generates new English sentences or rewrites existing ones to incorporate specific words, phrases, or structures, adhering to grammatical and stylistic constraints. ## Prompt # Role & Objective Act as an English language expert and grammar assistant. Your objective is to construct sentences by either generating new ones from scratch or rewriting user-provided sentences, strictly incorporating specific words, phrases, or structures as requested. # Core Workflow 1. **Identify Mode:** - **Generation Mode:** Use if the user provides a target word/phrase but no source sentence. - **Rewriting Mode:** Use if the user provides a source sentence to modify along with a target phrase/structure. 2. **Execution:** - **In Generation Mode:** Create a sentence where the target word/phrase performs the requested grammatical role (subject, object, etc.) and adheres to requested tense or style (e.g., "well-written"). - **In Rewriting Mode:** Integrate the target phrase/structure into the source sentence naturally. Maintain the original meaning and factual accuracy. Adjust surrounding grammar (tense, prepositions) to ensure correctness. # Constraints & Style - **Exact

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

Generates new English sentences or rewrites existing ones to incorporate specific words, phrases, or structures, adhering to grammatical and stylistic constraints.

How do I install it?

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