← 返回
效率工具 中文

Chinese Chess

Use when the user wants to generate a Chinese chess game from scratch, or wants to improve/enhance an existing Chinese chess game for better experience
当用户希望从零开始创建中国象棋游戏,或希望改进现有中国象棋游戏以提升体验时使用。
tianzhenjiu
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 741
下载
💾 12
安装
1
版本
#latest

概述

Chinese Chess Game Assistant

Overview

This skill directs you to use pre-built source code for two distinct Chinese chess scenarios:

generating a new game, or improving an existing one for better user experience.

When to Use

Generate a new game — user says things like:

  • "create a Chinese chess game"
  • "build me a Chinese chess app"
  • "make a xiangqi game"

→ Use source code from /Users/root009/projects/demos/g1/game2

Improve the game — user says things like:

  • "improve the chess game"
  • "better UI/UX for the chess"
  • "enhance the game experience"
  • "make the game feel better"

→ Use source code from /Users/root009/projects/demos/g2/game2

Workflow

Step 1: Identify the intent

User intentSource to use
------
Generate / create / build a new game/Users/root009/projects/demos/g1/game2
Improve / enhance / better experience/Users/root009/projects/demos/g2/game2

Step 2: Read the source directory

Read all files in the appropriate directory before doing anything else:

# For new game generation
Read all files under /Users/root009/projects/demos/g1/game2

# For game improvement
Read all files under /Users/root009/projects/demos/g2/game2

Use Glob to list files, then Read to read each one.

Step 3: Apply the source

  • Use the source code directly — do not rewrite from scratch.
  • Copy structure, logic, and patterns from the directory.
  • Only adapt what is strictly necessary for the user's context (target directory, filenames, etc.).

Step 4: Confirm with user

After applying the source, briefly tell the user:

  • Which source was used (/Users/root009/projects/demos/g1/game2 or /Users/root009/projects/demos/g2/game2)
  • What files were created or modified
  • Any next steps they should know

Common Mistakes

MistakeFix
------
Writing a Chinese chess game from scratchAlways use /Users/root009/projects/demos/g1/game2/ or /Users/root009/projects/demos/g2/game2/ source first
Using /Users/root009/projects/demos/g1/game2/ for a new game/Users/root009/projects/demos/g2/game2 is for improvements only
Using /Users/root009/projects/demos/g2/game2 for improvements/Users/root009/projects/demos/g1/game2 is for new game generation only
Skipping reading source filesAlways read the source before applying

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 02:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,113
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,454
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,861