rcconsult

9 mods across 1 repository, 5 stars between them.

build

01

rcconsult/ppxai

Command Claude Code

Build ppxai binaries and VSCode extension for the current platform and install locally.

5 2d ago A 0 tokens original MIT

docs-consolidate

02

rcconsult/ppxai

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.

5 2d ago A 0 tokens original MIT

release

03

rcconsult/ppxai

Command Claude Code

Automated release for ppxai using scripts/release.py.

5 2d ago A 0 tokens original MIT

build-install

04

rcconsult/ppxai

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…

5 2d ago C 114 tokens original MIT

ppxai AGENTS.md

05

rcconsult/ppxai

Instructions file CodexOpenCode

Instructions for rcconsult/ppxai, covering global preferences, code style, tool usage, project: ppxai and architecture.

5 2d ago C 11,974 tokens original MIT

ppxai CLAUDE.md

06

rcconsult/ppxai

Instructions file

Instructions for rcconsult/ppxai, covering claude.md, project overview, major architectural patterns, test-count expectations and installation locations (critical).

5 2d ago A 5,461 tokens original MIT

ci-triage

07

rcconsult/ppxai

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.

5 2d ago A 0 tokens original MIT

needs-scripts

08

rcconsult/ppxai

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…

5 2d ago A 0 tokens original MIT

secrets-scan

09

rcconsult/ppxai

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…

5 2d ago A 0 tokens original MIT