Agent skill · Testing & QA

gtars

Use Gtars for local genomic interval models and set algebra, overlaps and counts, consensus and coverage, tokenization, fragment processing, and refget/BEDbase planning across Python, Rust, and the CLI.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill gtars --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 15
SKILL.md size: 12 KB
Bundled scripts: yes
Version: 1.2
Allowed tools: ReadWriteEditBashGlob
Requires: Python bindings require Python 3.10+ and gtars 0.9.2. The Rust meta-crate and gtars-cli are 0.9.0 and require a Rust…
Path: skills/gtars/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gtars Gtars provides native Rust implementations, Python bindings, and a feature-gated `gtars` binary for genomic interval and reference-sequence work. Start with the bundled local inspectors; call upstream code only after the data contract, provenance, resource bounds, and side effects are explicit. ## Verified snapshot (2026-07-23) - Python: [`gtars==0.9.2`](https://pypi.org/project/gtars/), released 2026-06-17, `Requires-Python >=3.10`. - Rust meta-crate: [`gtars=0.9.0`](https://crates.io/crates/gtars), released 2026-06-15. Its default feature set is empty. - CLI crate/binary: [`gtars-cli=0.9.0`](https://crates.io/crates/gtars-cli); the installed binary is named `gtars`. - Direct refget crate: [`gtars-refget=0.9.1`](https://crates.io/crates/gtars-refget), released 2026-06-17. `gtars=0.9.0` itself pins its component release set, which includes refget 0.9.0. - Upstream intentionally versions workspace crates, Python bindings, and CLI independently. Do not assume matching numbers mean matching artifacts. - The published docs changelog stops at 0.5.1. API examples here were checked against the 0.9.2 Python stubs/runtime and the `v0.9.0` CLI/Rust source. The `license: MIT` field co

What's inside
Steps it walks through
  1. Verified snapshot (2026-07-23)
  2. Native-code trust gate and exact pins
  3. Genomic data contract
  4. Safe local workflow
  5. Current Python core
  6. Tokenizers, fragments, and reference stores
  7. Network and cache gate
  8. Sensitive metadata and leakage
  9. Bundled deterministic CLIs
  10. Migration traps removed in 1.1
  11. Bundled references
Ships with 14 files
  • references/cli.md
  • references/coverage.md
  • references/overlap.md
  • references/python-api.md
  • references/refget.md
  • references/tokenizers.md
  • scripts/__init__.py
  • scripts/_common.py
  • scripts/artifact_inspector.py
  • scripts/bed_validator.py
  • scripts/coverage_preflight.py
  • scripts/execution_plan.py
  • scripts/refget_digest_plan.py
  • scripts/tokenizer_manifest.py
Commands it runs
uv venv --python 3.11 .venv-gtars
uv pip install --dry-run --python .venv-gtars/bin/python "gtars==0.9.2"
uv pip install --python .venv-gtars/bin/python "gtars==0.9.2"
cargo install gtars-cli --version 0.9.0 --locked
gtars --version
gtars --help
python3 -B scripts/bed_validator.py \
python3 -B scripts/bed_validator.py --help
python3 -B scripts/execution_plan.py --help
python3 -B scripts/tokenizer_manifest.py --help
More from scientific-agent-skills
All skills →
About this skill
What does the gtars skill do?

Use Gtars for local genomic interval models and set algebra, overlaps and counts, consensus and coverage, tokenization, fragment processing, and refget/BEDbase planning across Python, Rust, and the CLI.

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill gtars --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/scientific-agent-skills, a repository with 32,619 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going