liamqma/sanmou-yanwu
Skill Claude CodeCodex
Produces a round-by-round (回合) analysis of a finished battle from a battlelog.txt (the OCR'd 战报详情 log), grounded in web/public/game-data/formula.md (the damage formula) and the skill descriptions in web/public/game-data/database.json. For each round it surfaces every hero's 减少伤害/增加伤害 (区间A/B/C multipliers), healing…
liamqma/sanmou-yanwu
Skill Claude CodeCodex
End-to-end pipeline that turns battle-report screenshots on a USB-connected Android phone into a single de-duplicated, side-tagged, database-corrected battle log. Stage 1 pulls screenshots over ADB (no cloud round-trip): battledetail.png (autojs/battle-detail.js) for ONE battle goes to study-battle-report/battles/…
liamqma/sanmou-yanwu
Skill Claude CodeCodex
Estimate a 战法's per-round strength and write Estimate fields onto its entry in web/public/game-data/database.json, organised into the categories damage/healing/attribute/damageBoost/damageReduction/damageDealtReduction/damageTakenIncrease/evasion/lifesteal/crit/critDamage. Each estimate is a rough per-round…
liamqma/sanmou-yanwu
Skill Claude CodeCodex
Copies battle-report screenshots from a USB-connected Android phone (in /sdcard/Pictures/Screenshots/) directly to a local folder via ADB, with no cloud round-trip. Two filename patterns are supported - battledetail.png (saved by autojs/battle-detail.js) goes to a per-battle dir study-battle-report/battles/ /images…
liamqma/sanmou-yanwu
Skill Claude CodeCodex
Validates and imports the seven-sheet 飞将吕布 演武 XLSX workbook into web/public/game-data/database.json through the deterministic workbook importer.
liamqma/sanmou-yanwu
Skill Claude CodeCodex
Explicitly updates the reviewed MECH v1 status-relationship catalog from new or changed database skill descriptions. Use only when the user invokes $update-mech-catalog, optionally followed by exact skill names.
liamqma/sanmou-yanwu
Skill Claude CodeCodex
Validate your code changes through the no-mistakes pipeline - automated code review, tests, lint, docs, push, PR, and CI - before they reach the configured push target. Use when the user asks to run no-mistakes, gate or ship or validate their changes, push safely, asks you to do a task and then validate it, or invokes…
liamqma/sanmou-yanwu
Instructions file CodexOpenCode
AGENTS.md instructions for liamqma/sanmou-yanwu: Guidance for coding agents (Codex, Pi, Rovo Dev). The canonical project doc — architecture, layout, commands, and data conventions — is README.md. Game rules are in GAMERULE.md. The development lifecycle (plan → implement → validate, and which tests to run per…
liamqma/sanmou-yanwu
Instructions file
Claude Code instructions for liamqma/sanmou-yanwu: The canonical project doc is README.md; game rules are in GAMERULE.md; the development lifecycle (plan → implement → validate, and which tests to run per workspace) is in DEVELOPMENT.md. All three are imported below so they load automatically.