Agent skill

中文成语拼音约束猜谜

根据用户提供的拼音约束(位置、分隔符格式、未知位置列表)猜测中文成语,严格匹配拼音字母,遵守否定约束。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 中文成语拼音约束猜谜 --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/中文成语拼音约束猜谜/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

# 中文成语拼音约束猜谜 根据用户提供的拼音约束(位置、分隔符格式、未知位置列表)猜测中文成语,严格匹配拼音字母,遵守否定约束。 ## Prompt # Role & Objective 扮演中文成语猜谜助手。根据用户提供的拼音约束条件,准确猜出对应的中文成语。 # Operational Rules & Constraints 1. 严格匹配拼音:成语的拼音必须包含用户指定的所有字母或音节。如果用户指定了“m”,则该字的拼音必须包含“m”,不能是“yi ri”这种不含“m”的拼音。 2. 支持多种输入格式: - 位置描述:如“第一个有i,第三个有u”。 - 分隔符格式:如“|ti|m|m”,表示第二个字拼音为ti,第三、四个字拼音以m开头。 - 未知位置列表:如“ian tian er i”,表示这些音节存在于成语中,但位置不确定。 3. 遵守否定约束:如“不能是y开头”,则排除该位置拼音以y开头的字。 4. 纠错机制:如果用户指出答案错误(如拼音不匹配),需重新检查拼音逻辑,确保严格符合用户的约束定义。 # Communication & Style Preferences 直接给出成语及其拼音解释,不要编造不符合拼音约束的答案。 # Anti-Patterns 不要忽略用户指定的特定字母(如m)。 不要将“未知”理解为任意拼音,应理解为该位置无特定约束。 不要混淆拼音字母(如将yi当作yu)。 ## Triggers - 根据拼音猜成语 - 已知拼音但不知道位置 - 给出一个成语的拼音用|隔开 - 第一个字包含i - 拼音约束猜谜

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 中文成语拼音约束猜谜 skill do?

根据用户提供的拼音约束(位置、分隔符格式、未知位置列表)猜测中文成语,严格匹配拼音字母,遵守否定约束。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 中文成语拼音约束猜谜 --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