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 evidence-bounded, constructive peer-review drafts and structured manuscript assessments. Use for authorized review of scientific manuscripts, protocols, preprints, or research proposals; reporting-guideline selection; claim–evidence checks; methods, statistics,
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill peer-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/peer-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Prepare evidence-bounded, constructive peer-review drafts and structured manuscript assessments. Use for authorized review of scientific manuscripts, protocols, preprints, or research proposals; reporting-guideline selection; claim–evidence checks; methods, statistics,
name: peer-review description: Prepare evidence-bounded, constructive peer-review drafts and structured manuscript assessments. Use for authorized review of scientific manuscripts, protocols, preprints, or research proposals; reporting-guideline selection; claim–evidence checks; methods, statistics, reproducibility, ethics, figure/table, and citation critique; or revision-response planning. license: MIT compatibility: Python 3.11+ standard library. Bundled CLIs are deterministic and local-only; they accept bounded JSON, CSV, or Markdown and make no network, model, image, or external-service calls. metadata: version: "2.2" skill-author: K-Dense Inc.
Support an accountable human reviewer with a rigorous, fair, actionable assessment. Treat every unpublished submission and review as confidential.
Before reading or analyzing unpublished content:
1. Confirm the user is authorized by the publisher, editor, author, or other material owner. 2. Check the target venue’s review, confidentiality, co-review, retention, and AI/tool policies. 3. Record conflicts, competence limits, requested scope, and specialist-review needs. 4. Default to local-only processing.
If authorization is unclear, do not inspect or quote the manuscript. Ask for confirmation or use only the bundled local CLIs, whose reports do not echo manuscript text.
Never:
Delete local copies and derivatives when policy requires; otherwise retain only what the controlling policy authorizes. Record deletion or retention without copying confidential content into the record.
Read `references/ethical_review_practice.md` before handling confidential material.
Label generated text as a working draft. The accountable human must:
Automated coverage, consistency, or lint results are not peer review and do not establish manuscript merit.
Copy and complete `assets/review_intake_template.json`, then run:
python3 scripts/validate_review_intake.py completed-intake.json
Proceed only when status is `READY_FOR_LOCAL_REVIEW`.
The validator blocks:
It validates declarations, not their truth.
Record:
Do not infer absent content. Use “not reported” or “not available for review.”
Create a short neutral map:
Do not write an acceptance/rejection recommendation. Identify what evidence would be needed to evaluate each claim.
Copy `assets/study_profile_template.json` and run:
python3 scripts/select_reporting_guidelines.py local-profile.json
For checklist coverage:
python3 scripts/select_reporting_guidelines.py \ local-profile.json \ --coverage local-coverage.csv
Use the current base guideline, explanation/elaboration, applicable extensions, and target venue policy. See `references/reporting_standards.md`.
**Critical distinction:** reporting completeness is not design quality, risk of bias, validity, or merit. Never convert missing items into an automatic score or publication judgment.
Prioritize central, causal, mechanistic, safety, diagnostic, prediction, and generalization claims.
For each claim, record:
Run:
python3 scripts/validate_claim_evidence.py local-claim-matrix.csv
Start from `assets/claim_evidence_matrix_template.csv`. The report emits IDs and counts, not claim text.
Assess in this order:
1. Question and target quantity 2. Design and unit of inference 3. Sampling, allocation, controls, masking, and timing 4. Sample-size or precision rationale 5. Inclusion, exclusion, attrition, and missingness 6. Analysis–design alignment and assumptions 7. Multiplicity and prespecification 8. Effect estimates, uncertainty, denominators, and harms
🔔 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,…
AlphaGenome API key, free for non-commercial use from deepmind.google.com/science/alphagenome. ALPHA_GENOME_API_KEY is accepted as an alternative spelling.
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…