ワンクリックで
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.