用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pyraxo/muscle --skill training-signoff-worker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Implement shared combat-rule systems such as throws, cancels, combo logic, and simultaneous-action ordering.
Implement source-accurate defense, parry, pushblock, and throw-vs-defense behavior.
Port Ninja move, state, and owned-object behavior from source to the Python runtime.
基于 SOC 职业分类
正在显示 SKILL.md
| name | training-signoff-worker |
| description | Align env/training surfaces with runtime truth and lock down parity signoff artifacts. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
Use for env observation/action/reward alignment, self-play wrapper behavior, compiled PufferLib/PuffeRL integration, evaluation outputs, universal parity fixture expansion, and final signoff/scorecard features.
None.
.factory/library/architecture.md, .factory/library/environment.md, and .factory/library/user-testing.md.yomi_hustle/env/, yomi_hustle/training/, compiled backend files, and the relevant tests.fulfills list is directly tied to at least one test assertion, fixture expectation, or signoff artifact check.interactiveChecks (for example, structured payload round-trip, mirrored wrapper reset, compiled vec smoke rollout, or scorecard artifact inspection).{
"salientSummary": "Aligned the richer V2 action interface with wrapper replay/rollback and extended the compiled training stack to use it during evaluation. Added action-interface, wrapper, and integration tests plus a machine-readable signoff artifact check.",
"whatWasImplemented": "Updated the trainer-facing action interface, wrapper payload handling, and evaluation entrypoints so parity-critical structured actions survive encode/decode, rollback, replay, and compiled vec execution. Added/updated tests for masks, wrapper round-trips, training smoke coverage, and signoff artifact validation.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "uv run pytest tests/test_training_action_interface.py tests/test_self_play_wrapper.py -v",
"exitCode": 0,
"observation": "Structured payload and wrapper legality tests passed."
},
{
"command": "uv run pytest tests/test_pufferlib_integration.py tests/test_training_metrics.py -v",
"exitCode": 0,
"observation":