capture skillA
capture is agent-read markdown (skill) from h1994st/rllvm: Capture LLVM bitcode from a project with rllvm and turn it into a catalog or module. Use when the user wants bitcode, a whole-program .bc, a catalog, or to analyze or query code that has not been captured yet — C, C++, Objective-C, Rust, mixed-language, cross-compiled, WebAssembly or eBPF..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Capturing bitcode Run the build as an ordinary shell command the user can see and approve — never through an MCP tool. A full build can take minutes; say so before starting. If rllvm is not set up, use the `setup` skill first. ## 1. How is it built? | Build | Capture | | --- | --- | | C / C++, make or autotools | `CC=rllvm-cc CXX=rllvm-cxx ./configure && make` | | CMake | `CC=rllvm-cc CXX=rllvm-cxx cmake -S . -B build && cmake --build build` | | Objective-C / Objective-C++ | also `OBJC=rllvm-cc OBJCXX=rllvm-cxx` | | Cargo | `RUSTC_WRAPPER=rllvm-rustc cargo build` | | One Rust file | `rllvm-rustc main.rs -o app` | | Cargo with a C/C++ build script | `CC=rllvm-cc CXX=rllvm-cxx RUSTC_WRAPPER=rllvm-rustc cargo build` | | Rust calling C/C++ | C/C++ objects through the wrappers into `libx.a`, then `rllvm-rustc main.rs -o app -L <dir> -l static=x` | | C calling Rust | `rllvm-rustc --crate-type staticlib lib.rs -o librust.a`, then `rllvm-cc main.c librust.a -o app` | | Only `compile_commands.json`, no rebuild wanted | `rllvm-compdb generate build/ --output-dir DIR` (narrow with `--source` or `--entry`; only direct `clang`/`clang++` drivers are supported) | …
Read the whole file at its exact version.
How to install
mdr add h1994st/rllvm/capture@git:20260924.88883c4mdr add h1994st/rllvm/capture@sha256:30870037544fa310Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_jwn7egjkjf4zhgow)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.88883c4 latest | 2026-09-24 | 88883c4 | 4,712 B | A | view · diff |
| git:20260924.99d651a | 2026-09-24 | 99d651a | 4,712 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4712 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
h1994st/rllvm · 5 stars · license Apache-2.0 · pushed 2026-09-25 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_jwn7egjkjf4zhgow GET https://markdownregistry.com/api/v1/resolve?ref=h1994st/rllvm/capture GET https://markdownregistry.com/api/v1/blob/30870037544fa3100675edf38bd5f0a3a324119478f28fdb9076be6376f38fb2
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.