원클릭으로
dismech
Browse and query the DisMech disease mechanism knowledge graph (750+ curated disorders in TypeDB 3.x)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Browse and query the DisMech disease mechanism knowledge graph (750+ curated disorders in TypeDB 3.x)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dismech |
| description | Browse and query the DisMech disease mechanism knowledge graph (750+ curated disorders in TypeDB 3.x) |
| triggers | ["show me disease mechanisms for","what genes are associated with","list diseases with phenotype","pathophysiology of","dismech","disease mechanism","rare disease"] |
| prerequisites | ["Docker running (TypeDB auto-starts on session start)","uv installed"] |
750+ curated disease entries with pathophysiology mechanisms, HPO phenotypes, gene associations, and therapeutic targets — all stored in TypeDB 3.x.
When to use: Research disease mechanisms, find gene-disease associations, explore pathophysiology, or query curated disorder data.
The TypeDB database auto-initializes on session start via the SessionStart hook. To manually ingest data, first obtain the disorders directory:
# If no local copy of the disorder YAML files exists, clone the source:
git clone https://github.com/monarch-initiative/dismech /tmp/dismech-kb
Then ingest:
uv run --project <skill-path> python <skill-path>/dismech.py ingest \
--source /tmp/dismech-kb/kb/disorders
Query a disease:
uv run --project <skill-path> python <skill-path>/dismech.py show-disease \
--name "Achondroplasia"
For the full command reference, read USAGE.md.