用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vimalinx/bio-agent --skill bowtie2-inspect命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | bowtie2-inspect |
| description | Use when you need to extract reference sequences, names, or summary information from a Bowtie2 index file. |
| disable-model-invocation | true |
| user-invocable | true |
bowtie2-inspect [options] <bt2_base>/home/vimalinx/miniforge3/envs/bio/bin/bowtie2-inspectreferences/help.mdbowtie2-inspect when you need to recover sequences, names, or metadata from an existing Bowtie 2 index basename.-n for name-only output, -s for a summary, and the default mode when you want FASTA reconstructed from the index.--large-index if both small and large forms are present and you need to force inspection of the large index.# Print a summary of the index
bowtie2-inspect -s ref
# List reference names only
bowtie2-inspect -n ref
# Recover FASTA from the index
bowtie2-inspect ref > ref_from_index.fa
# Force inspection of a large index
bowtie2-inspect --large-index -s ref_large
.1.bt2/.2.bt2 suffix)bowtie2-inspect -s <bt2_base> to get a summary of the index-n to list reference names only, or run without flags for FASTA output-o <filename> or redirect to a file.1.bt2/.2.bt2 extensions-o or shell redirection to save--large-index only when forcing inspection of a large-format index