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…
Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality,
$ npx -y skills add k-dense-ai/claude-scientific-skills --skill scientific-critical-thinking --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scientific-critical-thinkingContext preview
The summary Claude sees to decide when to auto-load this skill.
Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality,
name: scientific-critical-thinking description: Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review writing use peer-review. allowed-tools: Read Write Edit license: MIT license compatibility: Analytical guidance needs no network. Optional figures via the scientific-schematics skill require OPENROUTER_API_KEY and outbound API access to OpenRouter. metadata: version: "1.3" skill-author: K-Dense Inc.
Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims.
This skill should be used when:
Only add figures when the **user explicitly requests** a diagram (for example, a GRADE flowchart, bias decision tree, or evidence-quality framework).
**When figures help:**
**How to create figures:**
Run from the repository root, with `OPENROUTER_API_KEY` set:
python skills/scientific-schematics/scripts/generate_schematic.py "GRADE evidence assessment flowchart with downgrade and upgrade factors" -o figures/grade_flowchart.png --doc-type report
**Disclosure:** AI schematic generation sends your prompt to [OpenRouter](https://openrouter.ai/) (a third-party API). Do not include unpublished sensitive details unless that transmission is appropriate for your project.
---
Seven capability areas, each with the questions to ask and what the answers imply, are in [references/core_capabilities.md](references/core_capabilities.md):
1. **Methodology critique** — design, controls, confounding, and whether the method can answer the question asked. 2. **Bias detection** — selection, measurement, publication, and cognitive biases. 3. **Statistical analysis evaluation** — power, multiplicity, p-value misuse, effect sizes. 4. **Evidence quality assessment** — study hierarchy, replication, and strength of inference. 5. **Logical fallacy identification** — the fallacies that recur in scientific argument. 6. **Research design guidance** — how to strengthen a design before data collection. 7. **Claim evaluation** — separating what was shown from what is being asserted.
Per-topic detail is in [references/scientific_method.md](references/scientific_method.md), [references/common_biases.md](references/common_biases.md), [references/statistical_pitfalls.md](references/statistical_pitfalls.md), [references/evidence_hierarchy.md](references/evidence_hierarchy.md), [references/logical_fallacies.md](references/logical_fallacies.md), and [references/experimental_design.md](references/experimental_design.md).
1. **Be Constructive**
2. **Be Specific**
3. **Be Proportionate**
4. **Apply Consistent Standards**
5. **Consider Context**
**Structure feedback as:**
1. **Summary:** Brief overview of what was evaluated 2. **Strengths:** What was done well (important for credibility and learning) 3. **Concerns:** Issues organized by severity
4. **Specific Recommendations:** Actionable suggestions for improvement 5. **Overall Assessment:** Balanced conclusion about evidence quality and what can be concluded
**Use precise terminology:**
🔔 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…