Home / h1994st / rllvm · plugins/rllvm/skills/capture/SKILL.md · GitHub

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

Latest version
mdr add h1994st/rllvm/capture@git:20260924.88883c4
Exact content
mdr add h1994st/rllvm/capture@sha256:30870037544fa310

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_jwn7egjkjf4zhgow.svg)](https://markdownregistry.com/a/art_jwn7egjkjf4zhgow)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.88883c4 latest2026-09-24 88883c4 4,712 BA view · diff
git:20260924.99d651a2026-09-24 99d651a 4,712 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from h1994st/rllvm

CLAUDE.md claude
h1994st/rllvm · CLAUDE.md
git:20260924.99d651a · audit A · 5 stars
query skill
h1994st/rllvm · plugins/rllvm/skills/query/SKILL.md · Choose the rllvm-query tool that answers a question about a captured program, and report its answer without…
git:20260925.4aff714 · audit A · 5 stars
setup skill
h1994st/rllvm · plugins/rllvm/skills/setup/SKILL.md · Install and configure rllvm, or diagnose it when capture or a query fails. Use when the user wants to start using…
git:20260924.99d651a · audit A · 5 stars

Every file in h1994st/rllvm

Other files named capture

capture skill
alirezarezvani/claude-skills · .gemini/skills/capture/SKILL.md
git:20260519.32a0da5 · audit C · 26,410 stars
capture skill
7xuanlu/wenlan · plugin/skills/capture/SKILL.md · Save a memory to Wenlan in flow. Active capture verb — use proactively when the user states a preference, makes a…
git:20260728.79eadad · audit A · 78 stars
capture skill
7xuanlu/wenlan · plugin-codex/skills/capture/SKILL.md · Save a durable memory to Wenlan from Codex. Use proactively when the user states a preference, makes a decision…
git:20260830.f906cc5 · audit A · 78 stars
capture skill
technicalpickles/pickled-claude-plugins · plugins/second-brain/skills/capture/SKILL.md · Use when the user asks to read a source and make a note for it, create or find an atomic note, or check whether a note…
git:20260910.4787660 · audit A · 10 stars
capture skill
harnessprotocol/harness-kit · plugins/capture/skills/capture/SKILL.md · Use when user invokes /capture to capture information from the current conversation into a staging file for later…
git:20260316.376a192 · audit A · 10 stars
capture skill
arcticfox2029/chamnan · skills/capture/SKILL.md · Write down a procedure worth keeping — a multi-step process, a trap that cost real time, or something that has now come…
git:20260910.6e8277d · audit B · 5 stars
capture skill
vivantel/kms · plugins/kms/skills/capture/SKILL.md · Turn what a work session produced into durable knowledge — draft new decisions, update changed facts, flag…
git:20260912.4cdd5bb · audit A · 3 stars

Browse by kind, by grade A, or by owner.