What problem does it solve? Finding the correct biological sequence is error-prone: gene names map to multiple organisms, accession prefixes determine which database tools work, and RefSeq accessions fail on ENA. This Skill handles gene/organism disambiguation, accession-type routing, and produces complete sequence profile reports with metadata, annotations, and download options. ## Core Features & Use Cases - Accession-Aware Retrieval: Routes RefSeq accessions (NC_, NM_, NP_) to NCBI tools and GenBank/EMBL accessions to NCBI or ENA, avoiding 404 errors. - Gene Disambiguation: Resolves organism, strain, and sequence type (genomic, mRNA, protein) before searching NCBI Nucleotide. - Structured Sequence Profiles: Generates reports with length, GC content, curation level tiers, GenBank annotations, cross-database references, and FASTA/GenBank download commands. - Use Case: A researcher asks for the E. coli K-12 reference genome; the Skill searches NCBI, identifies NC_000913.3 as the RefSeq reference, and returns a full profile with annotations and download instructions. ## Quick Start Retrieve the complete genome sequence for Escherichia coli K-12 and show its annotations and download options.