ming-14/PTY-Agent
Skill Claude CodeCodex
Professional technical documentation expert for creating PRDs, BRDs, HLDs, LLDs, TDDs, and technical solution documents. Trigger this skill when users request write document, write PRD, write BRD, write technical design, write HLD, write LLD, write TDD, solution review, create technical documentation, organize…
ming-14/PTY-Agent
Skill Claude CodeCodex
Used when downloading resources from GitHub, npm/pnpm, pip, WinGet, apt, DockerHub, Maven, Cargo, Hugging Face, nuget and others, to obtain information on how to use mirror sources under network-restricted conditions.
ming-14/PTY-Agent
Skill Claude CodeCodex
When calling complex Win32 APIs from Python, you should first write the corresponding C++ program, verify it step by step starting from a minimal example, and finally port it to Python.
ming-14/PTY-Agent
Skill Claude CodeCodex
Use the local Windows Debugging Tools (cdb / kd / adplus / umdh / dumpchk) bundled under windows-debugging\10.0.19041.5609 to analyze crash dumps (BSOD / .dmp), attach debuggers, capture process crashes with ADPlus, and hunt memory leaks with UMDH. Trigger when the user mentions WinDbg, analyzing a dump, blue screen…
ming-14/PTY-Agent
Instructions file CodexOpenCode
A set of project instructions for PTY-Agent, covering the working environment, general rules, cleanliness, and which development history should not appear in files.
ming-14/PTY-Agent
Skill Claude CodeCodex
Interactive CLI program proxy via pseudo-terminal (PTY). Use when: (1) must maintain ongoing dialog with interactive programs (REPLs, debuggers, Servers) — send input and wait for specific prompts; (2) process may block, crash, or pop up GUI windows — need real-time state detection; (3) simulating user interaction…