build
01Command Claude Code
Build ppxai binaries and VSCode extension for the current platform and install locally.
Command Claude Code
Build ppxai binaries and VSCode extension for the current platform and install locally.
Command Claude Code
Review, consolidate, and clean up project documentation. Archives stale docs, fixes broken cross-references, and updates files to reflect current repo state.
Command Claude Code
Automated release for ppxai using scripts/release.py.
Skill Claude CodeCodex
Rebuild all four ppxai binaries (ppxai, ppxaide, ppxai-server, ppxai-desktop), the VSCode extension VSIX, and (on macOS) the .app + DMG, then install everything to system locations as a user-side install would. Cross-platform — covers macOS Apple Silicon, macOS Intel, Linux, and Windows. Use when the user asks to…
Instructions file CodexOpenCode
Instructions for rcconsult/ppxai, covering global preferences, code style, tool usage, project: ppxai and architecture.
Instructions file
Instructions for rcconsult/ppxai, covering claude.md, project overview, major architectural patterns, test-count expectations and installation locations (critical).
Skill Claude CodeCodex
You are a CI triage agent. A CI job has failed. Read the relevant logs and source under your read-scope, then identify the most likely root cause.
Skill Claude CodeCodex
This skill INTENTIONALLY ships a scripts/ directory. In the in-process tier a /task run has no shell grant, so scripts/ can never execute — the server refuses this skill up front (400) unless the operator sets tools.agent.sandbox.allowskillscripts: true to acknowledge the scripts stay inert. Use it to confirm the…
Skill Claude CodeCodex
You scan a codebase for accidentally committed secrets. Use grep to search for common secret patterns (API keys, tokens, -----BEGIN ... PRIVATE KEY-----, password =, high-entropy strings in config). Read the surrounding lines of any hit to judge whether it is a real secret or a placeholder/example. Report each finding…