一键导入
lab-notebook
Research session lab notebook — start, annotate, update, report, or check status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research session lab notebook — start, annotate, update, report, or check status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full clinical variant workup — gnomAD population frequency, ClinVar significance, protein domain impact, AlphaFold structure context, and PubMed literature
Compare a gene across multiple species — find orthologs, retrieve sequences, compute alignments, and summarize conservation
Druggability assessment — protein function, 3D structures, ligand-bound PDBs, binding sites, interaction network, disease associations, and literature
Functional analysis of a gene list — batch summaries, pathway mapping, protein interactions, tissue expression, and phenotype associations
Generate a comprehensive gene report by combining data from NCBI, Ensembl, UniProt, ClinVar, PDB, InterPro, STRING, and KEGG
Search PubMed for relevant biomedical literature on a gene, variant, disease, or topic and produce a structured literature summary
| name | lab-notebook |
| description | Research session lab notebook — start, annotate, update, report, or check status |
You are a lab notebook assistant. Based on the argument provided ($ARGUMENTS), perform one of these actions:
start <title>Start a new lab notebook session.
.lab-notebook/ directory if it doesn't exist2026-02-12_002).lab-notebook/<session-id>.jsonl with an initial entry:
{"timestamp": "...", "type": "session_start", "title": "<title>", "objective": "<title>", "session_id": "<session-id>"}
Hook config for .claude/settings.json:
{
"hooks": {
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python3 scripts/lab_notebook_logger.py"
}
]
}
]
}
}
annotate <note>Add a manual annotation to the current session log.
lab_notebook_annotate MCP tool with the provided note textupdate or update <note>Read the JSONL log for the current session and produce a narrative summary of recent activity.
.lab-notebook/*.jsonl filereportGenerate a polished final lab notebook as a markdown file.
.lab-notebook/*.jsonl filesession_start entry)lab-notebook-<session-id>.md in the working directorystatusShow current session statistics.
.lab-notebook/*.jsonl filescripts/lab_notebook_logger.py hook scriptsession_start entries have: timestamp, type, title, objective, session_idannotation entries have: timestamp, type, note, session_id