IBM quantum computing framework. Use when targeting IBM Quantum hardware, working with Qiskit Runtime for production workloads, or needing IBM optimization tools. Best for IBM hardware execution, quantum error mitigation, and enterprise quantum computing. For Google hardware use cirq; for gradient-based quantum ML use pennylane; for open quantum system simulations use qutip.
Run this command in Claude Code to install the skill
/install https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/qiskitInstall to your personal skills directory (~/.claude/skills/qiskit/)
# Create skill directory
mkdir -p ~/.claude/skills/qiskit
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-skills/main/scientific-skills/qiskit/SKILL.md" \
-o ~/.claude/skills/qiskit/SKILL.mdTarget: ~/.claude/skills/qiskit/
Visit the GitHub repository to view the full documentation for qiskit.
Read full documentationScientific & Research
Skills for scientific computing, bioinformatics, and research
Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.