基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/eugeneh101/astrotyper --skill self-play命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Runs all unit tests (Jest) and Python evaluations (tests/eval/run_evals.py) for the AstroTyper project, then reports the results. Does NOT refactor or fix any failures unless explicitly asked.
Analyzes uncommitted changes, formats a concise changelog, and automatically runs git add and git commit.
Performs a systematic STRIDE threat modeling assessment on the current project's codebase and architecture. Use this when starting a new implementation phase or reviewing existing components.
| name | self-play |
| description | A skill to autonomously play the AstroType game in a Chromium browser at a specific WPM. |
When the user asks you to "play the game yourself", "self play", or "test the game at X WPM", follow these exact instructions:
You do NOT need to install any external dependencies or run node scripts. The game engine has a native, headless-bot mode built directly into it.
You must invoke your browser_subagent tool to physically open a Chromium browser and navigate to the game. The subagent will record a WebP video of the gameplay.
http://localhost:3000?bot=[X] (replace [X] with the requested WPM, e.g., 100). The game will automatically start playing itself! You do not need to type anything. Just let the game run continuously. There is no need to wait for the final state (GAMEOVER or VICTORY) unless explicitly requested."The subagent will open the URL and the game will mathematically simulate keystrokes at the exact requested WPM. The subagent runs as a background task, so you will receive a Task ID.
If the user asks you to "terminate", "stop playing", or "stop the bot", you should immediately use the manage_task tool with Action: "kill" and provide the Task ID of the running browser subagent. This will close the browser and end the session.