🖥️
QualityPython

RDC CLI

by BANANASJIM

RDC CLI is a Quality skill for Claude Code, published by BANANASJIM in rdc-cli.

167 stars34 forkson BANANASJIM/rdc-cliAdded 2026/09/08+1% in starsRepository updated 2026/07/22
armclaude-skillscliframe-analysisgpu-capturegraphics-debugginglinuxopenglpythonrenderdocrenderdoc-apishader-debuggingvulkan
Install in seconds
Install RDC CLI
Copy RDC CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/BANANASJIM/rdc-cli/tree/master/src/rdc/_skills ~/.claude/skills/_skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/BANANASJIM/rdc-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/rdc/_skills/SKILL.md in BANANASJIM/rdc-cli
Installs to
~/.claude/skills/_skills
Collection
The only skill cataloged from this repository
Category
Quality1897 skills

What RDC CLI does

RDC CLI analyzes RenderDoc .rdc captures from the command line for frame inspection, shader debugging, and draw call tracing. It also supports exporting render targets and running CI assertions against GPU captures.

RDC CLI is cataloged under Quality on DirSkills. RDC CLI comes from a repository tagged arm, claude-skills, cli, frame-analysis and gpu-capture.

Documentation

README

rdc-cli Skill

Overview

rdc-cli is a Unix-friendly command-line interface for RenderDoc GPU captures. It provides a daemon-backed architecture using JSON-RPC over TCP, a virtual filesystem (VFS) path namespace for navigating capture internals, and composable commands designed for shell pipelines, scripting, and CI assertions.

Install: pip install rdc-cli (requires a local RenderDoc build with Python bindings). Check setup: rdc doctor.

Core Workflow

Follow this session lifecycle for any capture analysis task:

This is the opening of the README. Read the full README on GitHub.

Commands RDC CLI provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /textures

Frequently asked about RDC CLI

  • How does RDC CLI compare to other Quality skills?

    RDC CLI ranks #1781 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of RDC CLI against them. Open each page to compare what they document and how they install.