sparq-org/sparq

58 agent markdown files indexed from sparq-org/sparq. Install any of them pinned to an exact hash with mdr add sparq-org/sparq/<name>.

ast-grep skill
sparq-org/sparq · .claude/skills/ast-grep/SKILL.md · Understand code STRUCTURE without reading whole files — outline a large file to its signatures, structural-grep every…
git:20260622.ac19bb8 · audit A · 12 stars
frontend-design skill
sparq-org/sparq · .claude/skills/frontend-design/SKILL.md · How sparq designs its TWO distinct frontends — the explanatory marketing-docs WEBSITE (site/, Next.js static export)…
git:20260711.f341755 · audit A · 12 stars
fused-decompress-parse skill
sparq-org/sparq · .claude/skills/fused-decompress-parse/SKILL.md · How to ingest compressed RDF (gzip / zstd / bzip2) fast in Rust by FUSING decompression with the parallel parse instead…
git:20260613.e2cf19c · audit A · 12 stars
hdt-format skill
sparq-org/sparq · .claude/skills/hdt-format/SKILL.md · The HDT (Header-Dictionary-Triples) binary RDF archive format — layout, dictionary sections (Plain Front Coding)…
git:20260613.b1ea87c · audit A · 12 stars
logo-designer skill
sparq-org/sparq · .claude/skills/logo-designer/SKILL.md · Design and iterate on logos using SVG. Use this skill when the user asks to "create a logo", "design a logo", "make me…
v1.0.0 · audit F · 12 stars
mpc-protocols skill
sparq-org/sparq · .claude/skills/mpc-protocols/SKILL.md · Secure Multi-Party Computation primitives and the honest SOTA for MPC over (federated) SPARQL — secret sharing, garbled…
git:20260616.36f2cb4 · audit A · 12 stars
noir-circuit-patterns skill
sparq-org/sparq · .claude/skills/noir-circuit-patterns/SKILL.md · Patterns and gotchas for writing Noir circuits that implement SPARQL primitives over committed RDF graphs. Use when…
git:20260612.13b231c · audit A · 12 stars
noir-optimisation skill
sparq-org/sparq · .claude/skills/noir-optimisation/SKILL.md · Cost model and optimisation reference for Noir circuits on the UltraHonk / Aztec Barretenberg stack. Use when sizing…
git:20260612.13b231c · audit A · 12 stars
proceed-and-document skill
sparq-org/sparq · .claude/skills/proceed-and-document/SKILL.md · The standing proceed-without-the-maintainers-greenlight procedure for any sparq agent that hits a…
git:20260621.f1c326b · audit A · 12 stars
query-pkg skill
sparq-org/sparq · .claude/skills/query-pkg/SKILL.md · Answer a "what does the repo say about X, where was Y decided, what is the status or provenance of Z, which sources are…
git:20260712.dd54cfa · audit A · 12 stars
rust-parallel-parsing skill
sparq-org/sparq · .claude/skills/rust-parallel-parsing/SKILL.md · How to make text-format parsing (N-Triples / Turtle / line-delimited records) go fast in Rust by chunk-parallel…
git:20260613.e2cf19c · audit A · 12 stars
rust-supply-chain-attestation skill
sparq-org/sparq · .claude/skills/rust-supply-chain-attestation/SKILL.md · How sparq attests its Rust/cargo supply chain — cargo-deny (advisories/bans/licenses/sources)…
git:20260728.4beba52 · audit A · 12 stars
sparql-formal-semantics skill
sparq-org/sparq · .claude/skills/sparql-formal-semantics/SKILL.md · Cheat-sheet for the formal semantics of the SPARQL fragment used in the ZKP-SPARQL paper — Pérez–Arenas–Gutiérrez…
git:20260612.13b231c · audit A · 12 stars
test-driven-development skill
sparq-org/sparq · .claude/skills/test-driven-development/SKILL.md · Use when implementing any feature or bugfix, before writing implementation code
git:20260615.ee0cdb5 · audit A · 12 stars
unsafe-rust-attestation skill
sparq-org/sparq · .claude/skills/unsafe-rust-attestation/SKILL.md · How sparq attests memory safety — the forbid(unsafe_code) posture across most crates, the concentrated sparq-core…
git:20260615.ee0cdb5 · audit A · 12 stars
verifiable-credentials-zk skill
sparq-org/sparq · .claude/skills/verifiable-credentials-zk/SKILL.md · Patterns for handling W3C Verifiable Credentials inside a zero-knowledge pipeline — signature scheme trade-offs (BBS+…
git:20260612.13b231c · audit A · 12 stars
AGENTS.md agents
sparq-org/sparq · AGENTS.md
git:20260903.1a63aa7 · audit C · 12 stars
CLAUDE.md claude
sparq-org/sparq · CLAUDE.md
git:20260613.b1ea87c · audit A · 12 stars
llms.txt llmstxt
sparq-org/sparq · llms.txt
git:20260903.1a63aa7 · audit A · 12 stars
sparq skill
sparq-org/sparq · skills/SKILL.md · How to USE the sparq RDF triplestore + SPARQL 1.1/1.2 engine (Rust crates, CLI, HTTP server, Python, JS/WASM) and its…
v0.1.0 · audit A · 12 stars
academic-paper skill
sparq-org/sparq · skills/academic-paper/SKILL.md · Use when turning a sparq contribution into an academic paper — identifying a genuinely-novel contribution (the…
git:20260710.7f904b6 · audit A · 12 stars
access-control skill
sparq-org/sparq · skills/access-control/SKILL.md · Graph-level Solid-style access control over a sparq RDF dataset with the opt-in sparq-solid crate: store pods as…
v0.1.0 · audit A · 12 stars
agent-tools skill
sparq-org/sparq · skills/agent-tools/SKILL.md · Use when an LLM/agent should access a sparq RDF dataset over the Model Context Protocol (MCP) as first-class tools —…
git:20260903.d292f45 · audit A · 12 stars
arrow-columnar skill
sparq-org/sparq · skills/arrow-columnar/SKILL.md · Export and import sparq SPARQL SELECT QueryResult values through Apache Arrow RecordBatch, in-memory Parquet bytes…
git:20260716.d8056a6 · audit A · 12 stars
cli skill
sparq-org/sparq · skills/cli/SKILL.md · Use when you need to drive the sparq RDF/SPARQL engine from the command line — load a Turtle/N-Triples/N-Quads/TriG (or…
git:20260729.71443fd · audit A · 12 stars
data-formats skill
sparq-org/sparq · skills/data-formats/SKILL.md · Parse and load RDF into a sparq Graph (Turtle/N-Triples/N-Quads/TriG via sparq-core, and HDT incl. compressed…
git:20260907.543d945 · audit A · 12 stars
e2ee-ng skill
sparq-org/sparq · skills/e2ee-ng/SKILL.md · Build the low-level primitives of the NextGraph-style E2EE-queryable profile for sparq with the opt-in sparq-e2ee-ng…
git:20260731.575dd18 · audit A · 12 stars
federated-planning skill
sparq-org/sparq · skills/federated-planning/SKILL.md · Cost-based federated SPARQL source selection + bind-vs-hash join planning over already-fetched source descriptors, plus…
git:20260718.5f93974 · audit A · 12 stars
full-text-search skill
sparq-org/sparq · skills/full-text-search/SKILL.md · Full-text search and IRI/label prefix completion via sparq-text: build TextIndex or CompletionIndex and run text: magic…
git:20260726.d251581 · audit A · 12 stars
genai-retrieval skill
sparq-org/sparq · skills/genai-retrieval/SKILL.md · Use when an LLM/agent needs to answer natural-language questions over a sparq RDF Graph with SPARQL, or to build…
git:20260726.0c6f6cf · audit A · 12 stars
geosparql skill
sparq-org/sparq · skills/geosparql/SKILL.md · Use when adding GeoSPARQL spatial support to the sparq RDF/SPARQL engine — parsing geo:wktLiteral and geo:gmlLiteral…
git:20260726.249d440 · audit A · 12 stars
gpu-kernels skill
sparq-org/sparq · skills/gpu-kernels/SKILL.md · Experimental GPU (wgpu / WGSL) compute kernels for sparq's hot-path primitive shapes — FILTER + count, hash-join probe…
v0.1.0 · audit A · 12 stars
graph-analytics skill
sparq-org/sparq · skills/graph-analytics/SKILL.md · Graph analytics over a sparq RDF graph with the opt-in sparq-algos crate: project the graph onto a directed NodeGraph…
v0.1.0 · audit A · 12 stars
helm-deploy skill
sparq-org/sparq · skills/helm-deploy/SKILL.md · Deploy sparq-server or configure the planned native sparq-lws-core deployment on Kubernetes with the in-repo Helm chart…
git:20260715.7b10cc3 · audit B · 12 stars
http-server skill
sparq-org/sparq · skills/http-server/SKILL.md · Run or point an agent at a sparq SPARQL 1.1 Protocol HTTP endpoint (sparq-server) — /sparql query+update over GET/POST…
git:20260903.1a63aa7 · audit B · 12 stars
http3-server skill
sparq-org/sparq · skills/http3-server/SKILL.md · Embed sparq's internal opt-in HTTP/3-over-QUIC bridge into an axum server with rustls 0.23/aws-lc-rs, Quinn, peer…
v0.1.0 · audit A · 12 stars
inference skill
sparq-org/sparq · skills/inference/SKILL.md · Use when you need RDFS, OWL 2 RL, or Notation3/EYE-rule entailment over a sparq RDF graph — materialize the deductive…
git:20260731.dec8a29 · audit A · 12 stars
javascript-wasm skill
sparq-org/sparq · skills/javascript-wasm/SKILL.md · Use the sparq RDF+SPARQL engine from JavaScript/TypeScript (Node >=18 or the browser) via its WebAssembly build and the…
git:20260903.1a63aa7 · audit B · 12 stars
jsonld skill
sparq-org/sparq · skills/jsonld/SKILL.md · Parse, expand, flatten, compact, and frame W3C JSON-LD 1.1 with sparq — the native, dependency-free document-level…
v0.1.0 · audit A · 12 stars
mpc skill
sparq-org/sparq · skills/mpc/SKILL.md · Run a SPARQL query across multiple mutually-distrusting RDF data holders (federated MPC) — per-holder local…
git:20260801.e27c1b0 · audit A · 12 stars
prov-lineage skill
sparq-org/sparq · skills/prov-lineage/SKILL.md · Capture W3C PROV-O data lineage for DERIVED RDF, or explain a missing BGP target binding: record CONSTRUCT/DESCRIBE…
git:20260716.0e3f1b5 · audit A · 12 stars
python skill
sparq-org/sparq · skills/python/SKILL.md · Use the sparq RDF + SPARQL engine from Python (PyPI distribution `sparq-rdf`; `import sparq`). Reach for this when an…
git:20260623.95008bc · audit A · 12 stars
rdf-canon skill
sparq-org/sparq · skills/rdf-canon/SKILL.md · Canonicalize an RDF dataset with RDFC-1.0 (the W3C RDF Dataset Canonicalization, the URDNA2015 successor) using the…
git:20260903.1a63aa7 · audit A · 12 stars
rdf-wrapper skill
sparq-org/sparq · skills/rdf-wrapper/SKILL.md · Traverse sparq RDF graphs as native Rust objects with the opt-in sparq-wrapper crate: bind a focus Term to an owned or…
git:20260728.752c4ea · audit A · 12 stars
shacl-compact-syntax skill
sparq-org/sparq · skills/shacl-compact-syntax/SKILL.md · Parse or write SHACL Compact Syntax (SHACL-C/SCS) shapes with the opt-in sparq-shaclc Rust crate. Use when converting…
git:20260712.0d7b756 · audit A · 12 stars
shacl-forms skill
sparq-org/sparq · skills/shacl-forms/SKILL.md · Derive a DASH-compatible, renderer-agnostic form description from SHACL shapes with the opt-in sparq-forms crate: (data…
v0.1.0 · audit A · 12 stars
shacl-validation skill
sparq-org/sparq · skills/shacl-validation/SKILL.md · Validate RDF data against SHACL shapes with the sparq engine: SHACL Core constraints (class, datatype incl. the…
git:20260727.c96f5ab · audit A · 12 stars
solid-lws-server skill
sparq-org/sparq · skills/solid-lws-server/SKILL.md · Run and use the experimental native `sparq-lws-core` Solid/LDP (Linked Web Storage) server: configure its environment…
v0.1.0 · audit A · 12 stars
sparql-query skill
sparq-org/sparq · skills/sparql-query/SKILL.md · Run SPARQL 1.1/1.2 queries (SELECT/ASK/CONSTRUCT/DESCRIBE) and UPDATE against the sparq RDF engine in Rust — load RDF…
git:20260922.4b0c17a · audit A · 12 stars
streaming-rsp skill
sparq-org/sparq · skills/streaming-rsp/SKILL.md · Use when running continuous/standing SPARQL over a live RDF triple stream with the sparq engine — sliding/tumbling time…
git:20260726.7f02339 · audit A · 12 stars
structural-similarity skill
sparq-org/sparq · skills/structural-similarity/SKILL.md · Training-free structural entity similarity over a sparq RDF graph with the opt-in sparq-sim crate: build an entity's…
v0.1.0 · audit A · 12 stars
substrate skill
sparq-org/sparq · skills/substrate/SKILL.md · The opt-in shared zero-overhead evaluation substrate for the sparq engine and the reasoners — id-tuple row/key/posting…
git:20260922.4b0c17a · audit A · 12 stars
terminology skill
sparq-org/sparq · skills/terminology/SKILL.md · The authoritative RDF/SPARQL terminology guide for all sparq documentation — the single source of truth that keeps…
git:20260726.3ba185a · audit A · 12 stars
trust-graph skill
sparq-org/sparq · skills/trust-graph/SKILL.md · Pod-side certification-edge trust-graph admission with the opt-in cert-graph (sparq-trust) + trust-graph (sparq-solid)…
v0.1.0 · audit A · 12 stars
usage-control-policy skill
sparq-org/sparq · skills/usage-control-policy/SKILL.md · Evaluate W3C ODRL 2.2 usage-control policies over RDF with the opt-in sparq-policy crate — parse an ODRL…
git:20260903.1a63aa7 · audit A · 12 stars
vector-search skill
sparq-org/sparq · skills/vector-search/SKILL.md · Semantic / ANN vector search over a sparq RDF graph: build a memory-mapped per-term-id embedding store (.spqv), then…
git:20260731.ce0affc · audit A · 12 stars
verifiable-credentials skill
sparq-org/sparq · skills/verifiable-credentials/SKILL.md · Verify and sign RDF graphs with W3C Data Integrity (eddsa-rdfc-2022 — standard Ed25519 over RDFC-1.0 + SHA-256) and…
v0.1.0 · audit A · 12 stars
zk-query-proofs skill
sparq-org/sparq · skills/zk-query-proofs/SKILL.md · Prove and verify a SPARQL query result over committed RDF Verifiable Credentials in zero knowledge with sparq-zk +…
git:20260903.1a63aa7 · audit A · 12 stars

Source

github.com/sparq-org/sparq · 12 stars · license MIT · pushed 2026-09-22