Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

horndb

horndb 收录了来自 sunstoneinstitute 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
4
更新
2026-07-18
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

nightly-benchmarks
软件开发工程师

Work with HornDB's nightly LDBC SPB-256 benchmark — find runs, grab the cumulative sqlite artifact, and query the trend series (editorial-qps, aggregation-qps, duration-s) for HornDB vs GraphDB vs Oxigraph. Use when investigating nightly benchmark numbers, a QPS regression or A/B gap, the harness.sqlite trend DB, or the spb-256 nightly job.

2026-07-18
graphify
软件开发工程师

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.

2026-07-07
horndb-perftest-with-metrics
软件开发工程师

Diagnose HornDB performance via its Prometheus metrics with a symptom→metric decision tree. Use when a HornDB query, materialization, or data load is slow or regressed, when investigating latency/throughput, or when asked which metric explains a performance issue.

2026-07-06
rust-simd-db
软件开发工程师

This skill should be used when writing, reviewing, or optimizing SIMD-vectorized database/columnar kernels in Rust — "vectorize this kernel", "SIMD in Rust", "autovectorization", "std::simd", "core::arch intrinsics", "target_feature", "multiversion", "AVX2/AVX-512/NEON", "columnar scan/filter/take", "bitpacking decode", "avoid gather/scatter", or "scalar fallback parity test". Covers the layered strategy (autovec → portable SIMD → intrinsics), runtime dispatch, maintainability, and memory layout for arrow-rs/datafusion/polars/vortex-style code.

2026-06-30
add-owlrl-rule
软件开发工程师

This skill should be used when the user wants to add, edit, test, or debug an OWL 2 RL rule in crates/owlrl/rules.toml, add a vocabulary term to crates/owlrl/src/vocab.rs, inspect the compiled output of a rule, or understand how the owlrl codegen pipeline works. Triggers include phrases like "add a rule", "new OWL rule", "edit rules.toml", "add a vocab term", "rdf:type / rdfs:* / owl:* term", "delegate to closure", "show the compiled rule", "inspect generated_rules.rs", "fire_<id>".

2026-05-25