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…
Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill treatment-plans --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/treatment-plansContext preview
The summary Claude sees to decide when to auto-load this skill.
Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision
name: treatment-plans description: Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and release gates—not for clinical decision-making. license: MIT compatibility: Python 3.11+ standard library; local JSON files only. Bundled CLIs require no network, external services, models, images, credentials, environment variables, or third-party packages. metadata: version: "2.2" skill-author: K-Dense Inc.
This skill only **formats and validates documentation of decisions already made, supplied, and verified by authorized licensed professionals**.
Never use it to:
If a request crosses a boundary, stop. Ask for a locally verified clinician-authored record or route the matter to the responsible licensed professional. Do not redirect to another skill to obtain a patient-specific recommendation.
If a concern may be urgent or emergent, stop this workflow and route it through the institution's current clinical escalation or emergency process. This skill does not decide urgency and does not provide emergency instructions.
Every component and derived schedule must display:
> **DRAFT — NOT MEDICAL ADVICE — DOCUMENTATION-ONLY — AUTHORIZED CLINICIAN SIGN-OFF REQUIRED**
Structural success never removes this notice. Only the authorized local workflow may set the release gate.
Prefer synthetic or qualified de-identified structured manifests. Do not place patient names, medical-record numbers, contact details, dates of birth, addresses, free-text notes, images, or other direct identifiers in examples.
For any real-patient or patient-derived data:
1. Work only in a locally authorized environment under the institution's current privacy, security, retention, and access policies. 2. Use the minimum information necessary for the documented purpose, even when a legal exception may apply. 3. Do not send content to a model, search engine, API, image service, telemetry service, or any other external tool. 4. Do not copy content into chat prompts, command history, logs, test fixtures, examples, screenshots, or reports. 5. Run bundled scripts only against local paths. Their reports identify rule codes and field paths, not clinical values. 6. Require qualified privacy review before treating patient-derived material as de-identified or releasing it.
If these conditions are not documented, do not read or process the content. Use synthetic templates only.
Accept only bounded UTF-8 JSON objects built from these generic templates:
The templates contain no disease-specific recommendations, example patients, clinical intervals, doses, targets, thresholds, or inferred care pathways. Empty template arrays and pending attestations are intentional release blockers.
Read `references/safety_scope.md` and `references/privacy_governance.md` before processing patient-derived material.
python3 scripts/generate_template.py \ --output-dir ./local-plan-package \ --subject-ref SYNTHETIC-CASE-001 \ --classification synthetic
The generator copies all six templates. It does not create clinical content and does not overwrite existing files.
See `references/documentation_workflow.md`, `references/source_boundaries.md`, and `references/shared_decision_ha
🔔 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…