linux-git-bash

linux-git-bash is a skill for Claude Code, Codex from Pavel-Kravchenko/Bioinformatics. It costs 63 tokens per session (2,692 once invoked), scanned A, original, no licence file.

A guide to reliable Bash scripting on Linux and to common Git workflows. It includes commands for processing sequencing files and for diagnosing file-format and line-ending problems.

In plain words
What is it for?
Use it to write Bash pipelines, process FASTA, FASTQ, VCF, GTF, BED, and BAM files, run samtools, and fix Git or CRLF-related problems.
Why use it?
It helps prevent shell pipelines from hiding errors and makes repetitive bioinformatics tasks easier to reproduce. It also addresses common Git, byte-order mark, and Windows line-ending issues.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to write Bash pipelines, process FASTA, FASTQ, VCF, GTF, BED, and BAM files, run samtools, and fix Git or CRLF-related problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pavel-kravchenko/bioinformatics/linux-git-bash
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Pavel-Kravchenko/Bioinformatics --skill linux-git-bash
Clone the repo
git clone --depth 1 https://github.com/Pavel-Kravchenko/Bioinformatics

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linux-git-bash

README.md
[![agentmods](https://agentmods.dev/badge/skills/pavel-kravchenko/bioinformatics/linux-git-bash/github.svg)](https://agentmods.dev/skills/pavel-kravchenko/bioinformatics/linux-git-bash)
Your own site
<a href="https://agentmods.dev/skills/pavel-kravchenko/bioinformatics/linux-git-bash"><img src="https://agentmods.dev/badge/skills/pavel-kravchenko/bioinformatics/linux-git-bash/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for linux-git-bash

Your own site · 80×15
<a href="https://agentmods.dev/skills/pavel-kravchenko/bioinformatics/linux-git-bash"><img src="https://agentmods.dev/badge/skills/pavel-kravchenko/bioinformatics/linux-git-bash.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,692 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.02692
Opus 5 $0.00032 $0.01346
Sonnet 5 $0.00013 $0.00538
Haiku 4.5 $0.00006 $0.00269

Measured 6d ago against content hash df6b315783c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

linux-git-bash scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Skills/linux-git-bash/SKILL.md · 208 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 208 lines · 63 tokens per session scan A df6b315783c7

Subscribe to this mod's changes

linux-git-bash is a skill published in the GitHub repository Pavel-Kravchenko/Bioinformatics (5 stars, last pushed 2mo ago), with no licence file. It adds 63 tokens to every session and 2,692 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

vdjdb-publish

For each new or changed chunk in chunks/ (by git), find or create a GitHub issue for its PMID, then commit the chunk with "Fixes.

antigenomics/vdjdb-db · 38 tokens

manuscript-as-code

Treat manuscripts as software: version control, reproducible builds, figure pipelines, CI, and structured repo layout. Helps teams avoid 'finalv7' chaos and ensures submission-ready artifacts.

foryourhealth111-pixel/Vibe-Skills · 43 tokens

commit

Create well-structured git commits from the current working tree. Use when the user says 'commit', 'save my work', 'let's commit this', 'make a commit', or any variation of wanting to commit code to git.

kklimuk/docx-cli · 49 tokens

latex-diff

Compare two LaTeX files, project directories, or Git revisions and produce human-readable plus machine-readable severity-graded semantic changes. Use when determining what changed between manuscript versions or preparing a revision audit bundle. Not for proofreading one version; use $proofread.

flonat/flonat-research · 56 tokens

claude-code-bash-patterns

Claude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI orchestration, custom commands, or encountering bash permissions, command failures, security guards, hook configurations.

secondsky/claude-skills · 52 tokens

aws-ci-cd-release-engineer

Review AWS CI/CD and release safety across CodePipeline, CodeBuild, CodeDeploy, GitHub Actions, GitLab, artifact provenance, deployment gates, approvals, tests, progressive delivery, rollback, change correlation, and incident-prevention recommendations. Use when AWS releases or pipelines can affect production…

VincentChuWaiChow/vanguard-frontier-agentic · 69 tokens