원클릭으로
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.