adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill clinical-decision-support --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/clinical-decision-supportContext preview
The summary Claude sees to decide when to auto-load this skill.
Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation.
name: clinical-decision-support description: Prepare and validate research-only clinical decision-support evaluation, evidence-profile, cohort, survival, biomarker/model, privacy, and governance artifacts. Use for aggregate or synthetic research documentation and traceability—not patient care or live clinical operation. license: MIT compatibility: Python 3.11+; local files only; bundled scripts use the standard library and require no network, credentials, API keys, LLMs, or image services. metadata: version: "2.2" skill-author: K-Dense Inc.
This skill produces **research, evaluation, documentation, and governance artifacts only**.
Never use it to:
If a request could affect care for a person, stop the workflow and route the matter to a licensed healthcare professional using locally validated and appropriately authorized systems. Do not redirect to another skill for patient-specific care.
Outputs remain drafts until qualified humans approve them. Reporting guidance improves transparency; it does not establish study quality, clinical utility, safety, effectiveness, authorization, or compliance.
Before any script:
1. Confirm input is synthetic or aggregate. 2. Reject patient rows, records, narratives, identifiers, free text, dates tied to people, images, waveforms, or genomic sequences. 3. Keep source files local. Do not fetch URLs, call APIs, read environment variables, or send data to a model. 4. Set disclosure thresholds before producing tables. 5. Record provenance, data cut date, population, exclusions, missingness, and transformations.
The scripts cap file size, groups, rows, and text length. They reject URL-like paths and common row-level keys. These controls reduce accidental misuse; they are not a privacy determination.
Every artifact must visibly include:
Start from `assets/artifact_intended_use_template.json`.
| Need | Asset | Script | |---|---|---| | Intended-use/governance review | `assets/artifact_intended_use_template.json` | `scripts/validate_cds_artifact.py` | | GRADE evidence profile | `assets/evidence_profile_template.json` | `scripts/evidence_profile_check.py` | | Aggregate model/biomarker evaluation | `assets/aggregate_model_evaluation_template.json` | `scripts/model_biomarker_evaluation.py` | | Aggregate cohort table | `assets/aggregate_cohort_table_template.json` | `scripts/cohort_table_generator.py` | | Survival analysis plan | `assets/survival_analysis_plan_template.json` | `scripts/survival_plan_validator.py` | | Logic traceability matrix | `assets/decision_logic_traceability_template.json` | `scripts/decision_logic_traceability.py` | | De-identification process review | `assets/deidentification_checklist_template.json` | `scripts/deidentification_checklist.py` |
All helpers are dependency-free:
python3 scripts/validate_cds_artifact.py --help python3 scripts/evidence_profile_check.py --help python3 scripts/model_biomarker_evaluation.py --help python3 scripts/cohort_table_generator.py --help python3 scripts/survival_plan_validator.py --help python3 scripts/decision_logic_traceability.py --help python3 scripts/deidentification_checklist.py --help
Write outputs only to a reviewed local directory. Never place generated reports in an EHR, alerting system, clinical portal, or device workflow.
Require review proportionate to the artifact:
Script success means only that declared fields and internal
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk…