一键导入
pcx
Runs the PCX AI Toolkit CLI directly from Claude Code. Use this for `/pcx update` or any other pcx command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Runs the PCX AI Toolkit CLI directly from Claude Code. Use this for `/pcx update` or any other pcx command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Techniques for driving AI coding tools (Claude Code, Cursor, Cline, Aider, Copilot) effectively on PCX projects. Covers context loading, prompt discipline, and steering the AI to read docs before writing API calls. Always active when working with an AI on a PCX scripting project.
Mandatory doc router for all PCX scripting sessions. Triggers on any game hacking, game cheat, ESP, aimbot, triggerbot, radar, Enma, AngelScript, or Perception.cx work. Provides the full supported doc index (32,000+ lines across 123 docs) and enforces reading the relevant documentation before writing any API call. Load alongside game-cheat-script-master and game-cheat-guidelines on every PCX game-cheat session.
Use for Source 2 live MCP investigations with schema/interface evidence.
Use for Unity IL2CPP live MCP investigations with GameAssembly and global-metadata evidence.
Use for Unreal live MCP investigations with UObject/GName/vtable evidence.
Use when recording, verifying, or rendering machine-readable reverse-engineering claim/evidence graphs.
| name | pcx |
| description | Runs the PCX AI Toolkit CLI directly from Claude Code. Use this for `/pcx update` or any other pcx command. |
| license | MIT |
This skill allows the user to run pcx commands directly in the Claude Code harness via /pcx <args>.
When the user types /pcx update or /pcx <command>, you MUST execute it using the bash tool.
Do not guess the output, just run pcx <args> (or ./tools/pcx <args> if local) via bash.
Example:
If user says /pcx update, you run:
call:bash
command: "pcx update"
</call:bash>
If pcx is not in PATH, fallback to npm/bin/pcx.js update or python tools/pcx.py update.