원클릭으로
alg-precision-therapeutics
Investigate rare disease mechanism of harm and therapeutic strategies from a known MONDO diagnosis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Investigate rare disease mechanism of harm and therapeutic strategies from a known MONDO diagnosis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Track job applications, analyze positions, identify skill gaps, and plan your job search strategy
Abductive argumentation-based literature trend analysis — trace how explanatory hypotheses evolve over time within a tagged literature thread
Personal health & fitness monitoring — ingest HealthKit metrics, track goals, surface regressions, manage appointments
Credibility and consistency tracker for public figures. Ingests YouTube transcripts and news articles, extracts claims, detects contradictions, and builds position timelines.
SOC 직업 분류 기준
| name | alg-precision-therapeutics |
| description | Investigate rare disease mechanism of harm and therapeutic strategies from a known MONDO diagnosis |
Use this skill when the diagnosis is KNOWN and the goal is to understand the mechanism of harm and identify therapeutic strategies. Follows Matt Might's APM Phase 2 (Therapeutic Phase) applied systematically to a MONDO disease ID.
Central innovation: apt-mechanism is a first-class entity linking
gene -> pathway -> phenotype -> drug, not just a relation attribute.
Triggers: "mechanism of harm", "investigate disease X", "MONDO disease", "therapeutic landscape", "rare disease mechanism", "what can treat X", "APM analysis", "how does X cause disease", "disease knowledge graph", "build disease KG", "what genes cause X", "rational therapy design", "precision therapeutics", "Algorithm for Precision Medicine"
NOT for: differential diagnosis, variant pathogenicity, or finding a diagnosis from symptoms - use clinical tools for those.
alhazen-core first and run /alhazen-core:init)uv installedPath note: Replace
<skill-path>with your installation directory (e.g.~/.claude/plugins/cache/alg-precision-therapeutics/when installed as a plugin).
SCRIPT="<skill-path>/alg_precision_therapeutics.py"
# 1. Search for MONDO ID
uv run --project <skill-path> python $SCRIPT search-disease --query "NGLY1 deficiency"
# 2. Initialize investigation
uv run --project <skill-path> python $SCRIPT init-investigation MONDO:0800044
# 3. Ingest all external data
uv run --project <skill-path> python $SCRIPT ingest-disease --mondo-id MONDO:0800044
# 4. View mechanism map (after Claude adds mechanisms)
uv run --project <skill-path> python $SCRIPT show-mechanisms --mondo-id MONDO:0800044
# 5. View therapeutic map
uv run --project <skill-path> python $SCRIPT show-therapeutic-map --mondo-id MONDO:0800044
Read USAGE.md before executing commands.