Explore skills
4,856 skills found
Category alert
Get new DevOps e Infra skills every Monday
bio-applied-phylodynamics
Viral phylodynamics: molecular clocks, root-to-tip regression, time-scaled phylogenies, Bayesian skyline plots, and phylogeography tool selection.
bio-applied-ppi-networks
PPI network construction and analysis with NetworkX and STRING DB: centrality metrics, hub/bottleneck classification, scale-free properties, and community detection.
bio-applied-promoter
Core promoter elements: TATA box, CpG islands, PWM construction, and TFBS scanning. Companion reference card to bio-applied-regulatory-analysis.
bio-applied-rdkit-basics
RDKit fundamentals: SMILES parsing, molecular properties, substructure search, fingerprints, and chemical similarity. Use when performing cheminformatics operations in Python.
bio-applied-regulatory-analysis
Performs promoter and regulatory sequence analysis, including TATA box detection, CpG island scanning, PWM/PFM construction, and TFBS scanning, serving as a reference for computational promoter analysis.
bio-applied-screen-qc-normalization
Performs CRISPR screen quality control and normalization, including library distribution QC, Gini index, replicate correlation, and count normalization, for use when processing CRISPR screen count matrices.
python-bio-iterators
Custom iterators for bioinformatics, including codon iteration, k-mer generation, streaming FASTA/FASTQ, and lazy sequence processing patterns.
bio-applied-snp-calling-pipeline
SNP calling pipeline featuring Trimmomatic, HISAT2/BWA-MEM2 alignment, samtools/bcftools variant calling, and ANNOVAR annotation.
algo-mst-kruskal-prim
Minimum spanning trees — Kruskal's (Union-Find, O(E log E)) and Prim's (heap, O((V+E) log V)), MST clustering.
skycenter
This skill performs 5-layer attack chain analysis on AWS, Azure, and GCP configurations, identifying exploitable misconfigurations, mapping them to real-world breaches, and generating adversary narratives. It is invoked explicitly with /skycenter or by asking 'use skycenter to analyze this config', and is not auto-triggered by general security questions.
advanced-string-structures
Tries, Aho-Corasick multi-pattern matching, suffix arrays with LCP, and suffix trees for genome indexing.
algo-complexity-analysis
Big O notation, complexity classes, space vs time trade-offs, and complexity analysis rules.