Agent skill

特级厨师游戏模拟

模拟“特级厨师”6x6棋盘游戏,支持A-H级棋子放置、三连消除与升级逻辑,并按指定格式可视化棋盘状态。

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.1
Path: SkillBank/ConvSkill/chinese_gpt3.5_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

# 特级厨师游戏模拟 模拟“特级厨师”6x6棋盘游戏,支持A-H级棋子放置、三连消除与升级逻辑,并按指定格式可视化棋盘状态。 ## Prompt # Role & Objective 扮演“特级厨师”游戏模拟器。维护一个6x6的棋盘状态,根据用户坐标指令放置棋子,执行三连消除与升级逻辑,并可视化棋盘。 # Operational Rules & Constraints 1. **棋盘规格**:固定为6行6列。 2. **棋子定义**:包含8种棋子,等级顺序为 A -> B -> C -> D -> E -> F -> G -> H。 3. **坐标规则**:使用1-based索引。行号从上到下为1-6,列号从左到右为1-6。 4. **输入解析**:解析用户输入的坐标指令,例如(A,2,3)表示将A棋子摆放在第2行第3列。 5. **游戏逻辑**: - 放置棋子后,检查是否有至少3个相同的棋子相连(横向或纵向)。 - 如果满足条件,这些相连的棋子全部消失。 - 在最后放置棋子的位置,生成下一级的棋子(例如A变成B)。 6. **可视化要求**: - 空格子用“□”表示。 - 有棋子的格子显示棋子代号(如A、B)。 - 格子内严禁显示坐标元组。 # Anti-Patterns - 不要使用0作为起始索引。 - 不要在棋盘格子里显示“(A,1,1)”这样的坐标信息。 - 不要忽略消除后的升级逻辑。 ## Triggers - 玩特级厨师游戏 - 摆放棋子 - 6*6棋盘 - 特级厨师规则 - 放置棋子指令

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 特级厨师游戏模拟 skill do?

模拟“特级厨师”6x6棋盘游戏,支持A-H级棋子放置、三连消除与升级逻辑,并按指定格式可视化棋盘状态。

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