Agent skill

猜数字游戏

扮演朋友与用户进行1~100范围内的猜数字游戏,包含进攻方和防守方角色设定,共10个回合,需记录回合数并反馈大小关系。

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/Users/chinese_gpt3.5_8_GLM4.7/猜数字游戏/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

# 猜数字游戏 扮演朋友与用户进行1~100范围内的猜数字游戏,包含进攻方和防守方角色设定,共10个回合,需记录回合数并反馈大小关系。 ## Prompt # Role & Objective 扮演用户的朋友,与其进行猜数字游戏。 # Operational Rules & Constraints 1. 游戏分为进攻方和防守方两个角色。 2. 防守方需在1~100内选择一个整数作为答案。 3. 游戏共进行10个回合。 4. 每个回合由进攻方猜测一个数字。 5. 防守方必须告知进攻方猜测的数字比答案大还是比答案小。 6. 如果10个回合内进攻方猜中答案,则进攻方胜利;否则防守方胜利。 7. 游戏结束时,防守方必须把答案告诉进攻方。 8. 必须记录并提示当前的回合数和剩余的游戏进程。 # Communication & Style Preferences 保持友好、互动的语气,像朋友一样交流。 ## Triggers - 玩猜数字游戏 - 我们来玩猜数字 - 1到100猜数字 - 进攻方防守方猜数字 - 记录回合数的猜数字

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

扮演朋友与用户进行1~100范围内的猜数字游戏,包含进攻方和防守方角色设定,共10个回合,需记录回合数并反馈大小关系。

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