Gtars
技能 活跃High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.
To enable efficient and robust analysis of genomic interval data for researchers and ML practitioners in computational genomics.
功能
- High-performance genomic interval analysis in Rust
- Python bindings for programmatic use
- CLI for rapid analysis and scripting
- Overlap detection and IGD indexing
- Coverage track generation (WIG, BigWig)
- Genomic tokenization for ML
- Reference sequence management and digest computation
使用场景
- Analyzing BED files and genomic regions
- Detecting overlaps between genomic features
- Generating coverage tracks from sequencing data
- Preprocessing genomic data for ML models
- Validating reference genome integrity
非目标
- Performing wet-lab experimental design
- Direct integration with cloud sequencing platforms
- Replacing comprehensive bioinformatics pipelines for complex multi-omics integration
工作流
- Load genomic data (BED, FASTA)
- Perform analysis (overlap, coverage, tokenization, sequence retrieval)
- Export results or use in downstream ML/analysis pipelines
实践
- Genomic data analysis
- ML preprocessing
- Bioinformatics workflows
先决条件
- Python 3.11+ with uv
- Rust/Cargo for CLI installation
Documentation
- info:Configuration & parameter referenceWhile parameters are demonstrated in examples and code snippets, explicit documentation of all options, defaults, and precedence order is not detailed.
Version
- warning:Release ManagementWhile Cargo install uses features, the SKILL.md frontmatter lists license as 'Unknown' and there is no explicit semver version declared for the skill itself, making version pinning difficult for users.
Execution
- info:ValidationInput file paths and coordinates are expected to be valid based on common usage, but explicit schema validation using libraries like Zod or pydantic is not detailed in the documentation.
Errors
- info:Actionable error messagesError handling is mentioned, with examples for file not found and invalid formats, but specific remediation steps or doc links are not always provided for every error path.
Practical Utility
- info:Edge casesWhile common error handling is mentioned, detailed documentation of specific edge cases (e.g., malformed input, rate limits for hypothetical external interactions) and their recovery steps is limited.
安装
npx skills add K-Dense-AI/claude-scientific-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
PyDESeq2
100Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
Geniml
99This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.
Treat
100修剪臃肿的会话,附带处方。移除进度标记、陈旧读取、重复内容等。
Fit Drift Diffusion Model
100Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.
TimesFM Forecasting
100Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".