Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sparq-org/sparq/gpu-kernelsnpx skills add sparq-org/sparq --skill gpu-kernelsgit clone --depth 1 https://github.com/sparq-org/sparqWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sparq-org/sparq/gpu-kernels)<a href="https://agentmods.dev/skills/sparq-org/sparq/gpu-kernels"><img src="https://agentmods.dev/badge/skills/sparq-org/sparq/gpu-kernels.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00146 | $0.01786 |
| Opus 5 | $0.00073 | $0.00893 |
| Sonnet 5 | $0.00029 | $0.00357 |
| Haiku 4.5 | $0.00015 | $0.00179 |
Grade A, and why
gpu-kernels scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sparq-gpu — experimental GPU compute kernels (T24d, parked)
sparq-gpu is an opt-in measurement prototype: opt-in wgpu /
WGSL compute kernels for sparq's three hot-path primitive shapes — FILTER + count,
hash-join probe, and GROUP BY COUNT+SUM — over plain ValueId-shaped columns
(&[u32] / &[f64]). It was built to answer one question with measurements instead of
aspiration:
Where (if anywhere) does a GPU beat the CPU for sparq's hot paths once the host→device transfer tax is charged honestly?
What this is — and is NOT (read first)
- It is a roadmap-T24d measurement prototype,
publish = false, and parked. Nothing in the workspace depends on it; it is not wired into the query engine — there is no scheduler integration, no residency cache, no SPARQL-level routing of work to the GPU. You drive the kernels directly. - It deliberately has no
sparq-coredependency — the kernels take plain slices in exactly the shape of sparq-core's permutation-index object columns / dense numeric cache, so the engine carries zero GPU code and wgpu never enters the wasm build (cargo tree -p sparq-wasm --target wasm32-unknown-unknowncontains nowgpu). - The measured verdict is: parked. On an M1 (unified memory — the best possible
transfer economics) the GPU loses or merely ties an 8-core CPU on compute-light scans
even when the column is already device-resident, and only wins on the hash-probe
shape. One winning kernel class does not pay for a residency cache, scheduler
integration, and a second execution backend. Full tables + the re-open conditions:
research/gpu-verdict.md. Do not present this crate as a GPU-accelerated query engine.
Quickstart
crates/sparq-gpu/Cargo.toml (no cargo features; publish = false):
[dependencies]
sparq-gpu = { path = "../sparq-gpu" }
Gpu::new() returns Option — no adapter ⇒ None (runtime check, so a CI box with
no GPU skips gracefully):
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed 4afb5f3aef4a
- 5d ago First seen · 111 lines · 146 tokens per session scan A 4a93b85fc911
gpu-kernels is a skill published in the GitHub repository sparq-org/sparq (10 stars, last pushed today), licensed MIT. It adds 146 tokens to every session and 1,786 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…