Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

biomed-agent-kit

biomed-agent-kit 收录了来自 leoyin1127 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
1
更新
2026-03-16
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

clinical-nlp
数据科学家

Process and analyze biomedical text data (clinical notes, radiology reports, PubMed abstracts). Use when: (1) Loading biomedical language models (PubMedBERT, ClinicalBERT, BioBERT, BioGPT) and extracting embeddings, (2) Named entity recognition for medical concepts with scispaCy, (3) UMLS concept linking, (4) Text classification of clinical documents, (5) Extracting structured data from unstructured clinical text (vitals, lab values, findings).

2026-03-16
data-preprocessing
数据科学家

Load and preprocess biomedical data (DICOM, NIfTI, whole-slide images, tabular clinical data). Use when: (1) Loading DICOM/NIfTI/WSI files and extracting metadata, (2) Intensity normalization for CT/MRI, (3) Stain normalization for histopathology, (4) Building PyTorch Dataset classes with caching or HDF5, (5) Designing augmentation pipelines for medical imaging (2D or 3D).

2026-03-16
deployment
软件开发工程师

Deploy and optimize trained biomedical ML models for inference. Use when: (1) Exporting models to ONNX or TorchScript, (2) Building inference pipelines with sliding window for 3D volumes or patch-based prediction for WSI, (3) Test-time augmentation (TTA), (4) Optimizing inference speed with torch.compile or quantization, (5) Packaging models as REST APIs or Docker containers for serving.

2026-03-16
evaluation
数据科学家

Evaluate biomedical ML models with appropriate metrics and confidence intervals. Use when: (1) Computing classification metrics (AUC-ROC, balanced accuracy, sensitivity, specificity, F1) with confidence intervals, (2) Evaluating segmentation models (Dice, IoU, Hausdorff, surface Dice), (3) Survival analysis (C-index, Kaplan-Meier, Cox PH, time-dependent AUC), (4) Statistical comparison between models (Wilcoxon, paired t-test), (5) Calibration assessment (Brier score, ECE, reliability diagrams), (6) Regression metrics (MAE, RMSE, R-squared, Bland-Altman), (7) Multi-label classification metrics.

2026-03-16
experiment
数据科学家

Run systematic ML experiments with production-grade patterns. Use when: (1) Setting up experiment grids with cross-validation, (2) Managing GPU memory, multi-GPU worker pools, or OOM protection, (3) Designing patient-level or site-aware data splits, (4) Tracking experiment completion with resumability, (5) Distributing work across GPUs, (6) Hyperparameter tuning with Optuna.

2026-03-16
paper-research
医学科学家(非流行病学)

Research biomedical and ML papers across the internet, focusing on top venues and publishers. Use when: (1) Searching for state-of-the-art methods in a biomedical domain, (2) Finding papers from top venues (Nature Medicine, Lancet, MICCAI, NeurIPS, ICML, CVPR, TMI, MedIA), (3) Reviewing related work for a research topic, (4) Finding benchmark datasets or baselines for a task, (5) Comparing methods across papers, (6) Summarizing recent advances in a biomedical subfield.

2026-03-16
repo-integration
软件开发工程师

Integrate published GitHub repositories into the current project. Use when: (1) Adding a pretrained model or method from a paper's GitHub repo, (2) Wrapping an external tool as a feature extractor or preprocessing step, (3) Resolving dependency conflicts between an external repo and the current project, (4) Adapting an external repo's data format to match the current pipeline, (5) Vendoring or submoduling code from another repository, (6) Loading models from HuggingFace Hub, MONAI Model Zoo, or timm.

2026-03-16
reporting
数据科学家

Generate publication-quality figures and markdown reports for biomedical ML experiments. Use when: (1) Creating heatmaps, forest plots, radar charts, or sensitivity-specificity scatter plots, (2) Plotting ROC curves, precision-recall curves, or Kaplan-Meier survival curves, (3) Writing structured experiment reports, (4) Exporting results to LaTeX tables for paper submission, (5) Producing figures meeting publication DPI and formatting standards.

2026-03-16
training
数据科学家

Train and fine-tune biomedical ML models with production-grade patterns. Use when: (1) Writing training loops with early stopping and LR scheduling, (2) Transfer learning and fine-tuning pretrained models (freeze/unfreeze, discriminative LR), (3) Mixed precision training (fp16/bf16), (4) Gradient accumulation for large effective batch sizes, (5) Checkpoint management (save/load best model, resume training).

2026-03-16
project-scaffold
软件开发工程师

Bootstrap new biomedical ML research repositories with production-grade structure. Use when: (1) Creating a new research project from scratch, (2) Setting up pyproject.toml with uv, (3) Establishing directory layout, CLAUDE.md, or config patterns for a biomedical/healthcare ML project.

2026-03-16